File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # v2.32.0, 2025-02-14 <!-- Release notes generated using configuration in .github/release.yml at main -->
2+
3+ ## What's Changed
4+
5+ ### Enhancements 🎉
6+ * Add LZ4HC compression method by @SpencerTorres in https://github.com/ClickHouse/clickhouse-go/pull/1499
7+
8+ ### Performance 🏎️
9+ * Removed ~ 1MB of memory usage in compressor by @pablomatiasgomez and @SpencerTorres in https://github.com/ClickHouse/clickhouse-go/pull/1499
10+
11+ ### Bug fixes 🐛
12+ * Fixed potential security vulnerability in compression block header length overflow by @santrancisco https://github.com/ClickHouse/clickhouse-go/pull/1499
13+
14+ ### Other Changes 🛠
15+ * update compressor functions by @SpencerTorres in https://github.com/ClickHouse/clickhouse-go/pull/1499
16+ * change container provider, verify close conn error in tests by @pablomatiasgomez in https://github.com/ClickHouse/clickhouse-go/pull/1497
17+
18+ ## New Contributors
19+ * @pablomatiasgomez made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1497
20+
21+ ** Full Changelog** : https://github.com/ClickHouse/clickhouse-go/compare/v2.31.0...v2.32.0
22+
123# v2.31.0, 2025-02-10 <!-- Release notes generated using configuration in .github/release.yml at main -->
224
325## 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 = 31
32+ ClientVersionMinor = 32
3333 ClientVersionPatch = 0
3434 ClientTCPProtocolVersion = proto .DBMS_TCP_PROTOCOL_VERSION
3535)
Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ Nityananda Gohain <nityanandagohain@gmail.com>
109109Oleg Strokachuk <oleg.strokachuk@vizor-games.com>
110110Oleksandr Nikitin <oleksandr@tvori.info>
111111Omurbek <omurbek.jk@gmail.com>
112+ Pablo Matias Gomez <pablomatiasgomez@gmail.com>
112113Pavel Lobach <lobach.pavel@gmail.com>
113114Paweł Rozlach <2124609+vespian@users.noreply.github.com>
114115Philip Dubé <philip@peerdb.io>
You can’t perform that action at this time.
0 commit comments