File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ # v2.35.0, 2025-05-22 <!-- Release notes generated using configuration in .github/release.yml at main -->
2+
3+ ## What's Changed
4+ ### Enhancements 🎉
5+ * JWT Authentication by @SpencerTorres in https://github.com/ClickHouse/clickhouse-go/pull/1538
6+ * Add support for overriding ` database ` in DSN URL by @kokizzu in https://github.com/ClickHouse/clickhouse-go/pull/1541
7+
8+
9+ ** Full Changelog** : https://github.com/ClickHouse/clickhouse-go/compare/v2.34.0...v2.35.0
10+
111# v2.34.0, 2025-04-01 <!-- Release notes generated using configuration in .github/release.yml at main -->
212
313## What's Changed
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const ClientName = "clickhouse-go"
2929
3030const (
3131 ClientVersionMajor = 2
32- ClientVersionMinor = 34
32+ ClientVersionMinor = 35
3333 ClientVersionPatch = 0
3434 ClientTCPProtocolVersion = proto .DBMS_TCP_PROTOCOL_VERSION
3535)
You can’t perform that action at this time.
0 commit comments