Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-integrations-robot committed May 8, 2024
1 parent 544f2a7 commit 28fd6a4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# v2.24.0, 2024-05-08 <!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### Enhancements 🎉
* Always compress responses when the client compression is on by @zhkvia in https://github.com/ClickHouse/clickhouse-go/pull/1286
* Optional flag to close query with flush by @hongker in https://github.com/ClickHouse/clickhouse-go/pull/1276
### Fixes 🐛
* Fix prepare batch does not break on `values` substring in table name by @Wang in https://github.com/ClickHouse/clickhouse-go/pull/1290
* Fix nil checks when appending slices of pointers by @markandrus in https://github.com/ClickHouse/clickhouse-go/pull/1283
### Other Changes 🛠
* Don't recreate keys from LC columns from direct stream by @genzgd in https://github.com/ClickHouse/clickhouse-go/pull/1291

## New Contributors
* @zhkvia made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1286

**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.23.2...v2.24.0

# v2.23.2, 2024-04-25 <!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
Expand Down
4 changes: 2 additions & 2 deletions client_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ const ClientName = "clickhouse-go"

const (
ClientVersionMajor = 2
ClientVersionMinor = 23
ClientVersionPatch = 2
ClientVersionMinor = 24
ClientVersionPatch = 0
ClientTCPProtocolVersion = proto.DBMS_TCP_PROTOCOL_VERSION
)

Expand Down
2 changes: 1 addition & 1 deletion contributors/list
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Kuba Kaflik <kuba.kaflik@clickhouse.com>
Mark Roberts <markandrusroberts@gmail.com>

0 comments on commit 28fd6a4

Please sign in to comment.