Commit bb28e93 1 parent bb02729 commit bb28e93 Copy full SHA for bb28e93
File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ # v2.19.0, 2024-02-26 <!-- Release notes generated using configuration in .github/release.yml at main -->
2
+
3
+ ## What's Changed
4
+ ### Enhancements 🎉
5
+ * handle ctx.Done() in acquire by @threadedstream in https://github.com/ClickHouse/clickhouse-go/pull/1199
6
+ ### Fixes 🐛
7
+ * Fix panic on format nil * fmt.Stringer type value by @zaneli in https://github.com/ClickHouse/clickhouse-go/pull/1200
8
+ ### Other Changes 🛠
9
+ * Update Go/ClickHouse versions by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1201
10
+
11
+ ## New Contributors
12
+ * @threadedstream made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1199
13
+ * @zaneli made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1200
14
+
15
+ ** Full Changelog** : https://github.com/ClickHouse/clickhouse-go/compare/v2.18.0...v2.19.0
16
+
1
17
# v2.18.0, 2024-02-01 <!-- Release notes generated using configuration in .github/release.yml at main -->
2
18
3
19
## What's Changed
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const ClientName = "clickhouse-go"
29
29
30
30
const (
31
31
ClientVersionMajor = 2
32
- ClientVersionMinor = 18
32
+ ClientVersionMinor = 19
33
33
ClientVersionPatch = 0
34
34
ClientTCPProtocolVersion = proto .DBMS_TCP_PROTOCOL_VERSION
35
35
)
Original file line number Diff line number Diff line change 1
- hongker <xiaok2013@live .com>
1
+ Kuba Kaflik <kuba.kaflik@clickhouse .com>
You can’t perform that action at this time.
0 commit comments