Skip to content

Commit 53e581d

Browse files
Update release notes
1 parent 61eb5a2 commit 53e581d

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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+
120
# v2.32.2, 2025-02-20 <!-- Release notes generated using configuration in .github/release.yml at main -->
221

322
## What's Changed

client_info.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ const ClientName = "clickhouse-go"
2929

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

contributors/list

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Abraham Adberstein <abraham@cloudflare.com>
33
Aleksandr Petrukhin <a.petrukhin@city-mobil.ru>
44
Aleksandr Razumov <ernado@ya.ru>
55
Alex Bocharov <ab@cloudflare.com>
6+
Alex Salt <alex.salt@nebius.com>
67
Alex Yang <ayyang9@gmail.com>
78
Alexander Chumakov <bestak47@gmail.com>
89
Alexander Obukhov <dev@sprql.space>
@@ -48,6 +49,7 @@ Eric Thomas <et@users.noreply.github.com>
4849
Eugene Formanenko <mo4islona@gmail.com>
4950
Evan Au <au.liangjun@gmail.com>
5051
Ewan <ewan.p.walker@gmail.com>
52+
Exca-DK <dawidk.info@gmail.com>
5153
Felipe Lema <felipelema@mortemale.org>
5254
Florian Lehner <flehner@optimyze.cloud>
5355
Fredz <513317651@qq.com>
@@ -110,6 +112,7 @@ Oleg Strokachuk <oleg.strokachuk@vizor-games.com>
110112
Oleksandr Nikitin <oleksandr@tvori.info>
111113
Omurbek <omurbek.jk@gmail.com>
112114
Pablo Matias Gomez <pablomatiasgomez@gmail.com>
115+
PalanQu <palan_work@163.com>
113116
Pavel Lobach <lobach.pavel@gmail.com>
114117
Paweł Rozlach <2124609+vespian@users.noreply.github.com>
115118
Philip Dubé <philip@peerdb.io>

0 commit comments

Comments
 (0)