File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ # v2.40.3, 2025-09-13 <!-- Release notes generated using configuration in .github/release.yml at main -->
2+
3+ ## What's Changed
4+ ### Other Changes 🛠
5+ * bug: deserializing into nullable field by @rbroggi in https://github.com/ClickHouse/clickhouse-go/pull/1649
6+ * Fixes for #1649 by @SpencerTorres in https://github.com/ClickHouse/clickhouse-go/pull/1654
7+
8+ ## New Contributors
9+ * @rbroggi made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1649
10+
11+ ** Full Changelog** : https://github.com/ClickHouse/clickhouse-go/compare/v2.40.2...v2.40.3
12+
113# v2.40.2, 2025-09-13 <!-- Release notes generated using configuration in .github/release.yml at main -->
214
315## What's Changed
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const ClientName = "clickhouse-go"
3030const (
3131 ClientVersionMajor = 2
3232 ClientVersionMinor = 40
33- ClientVersionPatch = 2
33+ ClientVersionPatch = 3
3434 ClientTCPProtocolVersion = proto .DBMS_TCP_PROTOCOL_VERSION
3535)
3636
Original file line number Diff line number Diff line change @@ -130,6 +130,8 @@ Richard Artoul <richardartoul@gmail.com>
130130Rim Zaidullin <rim.zaydullin@clickhouse.com>
131131Robert Sköld <robert@department.se>
132132Robin Hahling <robin.hahling@gw-computing.net>
133+ Rodrigo Broggi <r.broggi@efg.gg>
134+ Rodrigo Broggi <vcs.rumor800@aleeas.com>
133135Roman Usachev <ramzeska@gmail.com>
134136Rory Crispin <Rory.crispin@clickhouse.com>
135137Ross Rothenstine <rossr@unity3d.com>
You can’t perform that action at this time.
0 commit comments