File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ # v2.37.1, 2025-06-17 <!-- Release notes generated using configuration in .github/release.yml at main -->
2+
3+ ## What's Changed
4+ ### Bug fixes 🐛
5+ * Fix Native API HTTP bugs by @SpencerTorres in https://github.com/ClickHouse/clickhouse-go/pull/1578
6+ * Fixed critical bug with the new HTTP Native API where connections were not being released.
7+ * Also fixed random HTTP 400 errors with large batches over HTTP
8+
9+
10+
11+ ** Full Changelog** : https://github.com/ClickHouse/clickhouse-go/compare/v2.37.0...v2.37.1
12+
113# v2.37.0, 2025-06-16 <!-- 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 = 37
33- ClientVersionPatch = 0
33+ ClientVersionPatch = 1
3434 ClientTCPProtocolVersion = proto .DBMS_TCP_PROTOCOL_VERSION
3535)
3636
You can’t perform that action at this time.
0 commit comments