Skip to content

Commit 28fd6a4

Browse files
Update release notes
1 parent 544f2a7 commit 28fd6a4

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# v2.24.0, 2024-05-08 <!-- Release notes generated using configuration in .github/release.yml at main -->
2+
3+
## What's Changed
4+
### Enhancements 🎉
5+
* Always compress responses when the client compression is on by @zhkvia in https://github.com/ClickHouse/clickhouse-go/pull/1286
6+
* Optional flag to close query with flush by @hongker in https://github.com/ClickHouse/clickhouse-go/pull/1276
7+
### Fixes 🐛
8+
* Fix prepare batch does not break on `values` substring in table name by @Wang in https://github.com/ClickHouse/clickhouse-go/pull/1290
9+
* Fix nil checks when appending slices of pointers by @markandrus in https://github.com/ClickHouse/clickhouse-go/pull/1283
10+
### Other Changes 🛠
11+
* Don't recreate keys from LC columns from direct stream by @genzgd in https://github.com/ClickHouse/clickhouse-go/pull/1291
12+
13+
## New Contributors
14+
* @zhkvia made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1286
15+
16+
**Full Changelog**: https://github.com/ClickHouse/clickhouse-go/compare/v2.23.2...v2.24.0
17+
118
# v2.23.2, 2024-04-25 <!-- Release notes generated using configuration in .github/release.yml at main -->
219

320
## What's Changed

client_info.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ const ClientName = "clickhouse-go"
2929

3030
const (
3131
ClientVersionMajor = 2
32-
ClientVersionMinor = 23
33-
ClientVersionPatch = 2
32+
ClientVersionMinor = 24
33+
ClientVersionPatch = 0
3434
ClientTCPProtocolVersion = proto.DBMS_TCP_PROTOCOL_VERSION
3535
)
3636

contributors/list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Kuba Kaflik <kuba.kaflik@clickhouse.com>
1+
Mark Roberts <markandrusroberts@gmail.com>

0 commit comments

Comments
 (0)