Commit 53e581d 1 parent 61eb5a2 commit 53e581d Copy full SHA for 53e581d
File tree 3 files changed +24
-2
lines changed
3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change
1
+ # v2.33.0, 2025-03-07 <!-- Release notes generated using configuration in .github/release.yml at main -->
2
+
3
+ ## What's Changed
4
+ ### Enhancements 🎉
5
+ * Add handling for nested structs in named tuples by @Exca-DK in https://github.com/ClickHouse/clickhouse-go/pull/1500
6
+ * Add option to control MaxConnsPerHost for http.Transport by @holycheater in https://github.com/ClickHouse/clickhouse-go/pull/1517
7
+
8
+ ### Bug fixes 🐛
9
+ * fix ConnOpenRandom strategy, issue: #1509 by @PalanQu in https://github.com/ClickHouse/clickhouse-go/pull/1510
10
+ * fix: preserve nil elements in map by @SpencerTorres in https://github.com/ClickHouse/clickhouse-go/pull/1516
11
+
12
+
13
+ ## New Contributors
14
+ * @PalanQu made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1510
15
+ * @Exca-DK made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1500
16
+ * @holycheater made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1517
17
+
18
+ ** Full Changelog** : https://github.com/ClickHouse/clickhouse-go/compare/v2.32.2...v2.33.0
19
+
1
20
# v2.32.2, 2025-02-20 <!-- Release notes generated using configuration in .github/release.yml at main -->
2
21
3
22
## 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 = 32
33
- ClientVersionPatch = 2
32
+ ClientVersionMinor = 33
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 @@ -3,6 +3,7 @@ Abraham Adberstein <abraham@cloudflare.com>
3
3
Aleksandr Petrukhin <a.petrukhin@city-mobil.ru>
4
4
Aleksandr Razumov <ernado@ya.ru>
5
5
Alex Bocharov <ab@cloudflare.com>
6
+ Alex Salt <alex.salt@nebius.com>
6
7
Alex Yang <ayyang9@gmail.com>
7
8
Alexander Chumakov <bestak47@gmail.com>
8
9
Alexander Obukhov <dev@sprql.space>
@@ -48,6 +49,7 @@ Eric Thomas <et@users.noreply.github.com>
48
49
Eugene Formanenko <mo4islona@gmail.com>
49
50
Evan Au <au.liangjun@gmail.com>
50
51
Ewan <ewan.p.walker@gmail.com>
52
+ Exca-DK <dawidk.info@gmail.com>
51
53
Felipe Lema <felipelema@mortemale.org>
52
54
Florian Lehner <flehner@optimyze.cloud>
53
55
Fredz <513317651@qq.com>
@@ -110,6 +112,7 @@ Oleg Strokachuk <oleg.strokachuk@vizor-games.com>
110
112
Oleksandr Nikitin <oleksandr@tvori.info>
111
113
Omurbek <omurbek.jk@gmail.com>
112
114
Pablo Matias Gomez <pablomatiasgomez@gmail.com>
115
+ PalanQu <palan_work@163.com>
113
116
Pavel Lobach <lobach.pavel@gmail.com>
114
117
Paweł Rozlach <2124609+vespian@users.noreply.github.com>
115
118
Philip Dubé <philip@peerdb.io>
You can’t perform that action at this time.
0 commit comments