File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
18
# v2.23.2, 2024-04-25 <!-- Release notes generated using configuration in .github/release.yml at main -->
2
19
3
20
## What's Changed
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ const ClientName = "clickhouse-go"
29
29
30
30
const (
31
31
ClientVersionMajor = 2
32
- ClientVersionMinor = 23
33
- ClientVersionPatch = 2
32
+ ClientVersionMinor = 24
33
+ ClientVersionPatch = 0
34
34
ClientTCPProtocolVersion = proto .DBMS_TCP_PROTOCOL_VERSION
35
35
)
36
36
Original file line number Diff line number Diff line change 1
- Kuba Kaflik <kuba.kaflik@clickhouse .com>
1
+ Mark Roberts <markandrusroberts@gmail .com>
You can’t perform that action at this time.
0 commit comments