Skip to content

Commit 931e01a

Browse files
Update release notes
1 parent 029b2d8 commit 931e01a

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
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

client_info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const ClientName = "clickhouse-go"
2929

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

contributors/list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ Nityananda Gohain <[email protected]>
109109
Oleg Strokachuk <[email protected]>
110110
Oleksandr Nikitin <[email protected]>
111111
112+
Pablo Matias Gomez <[email protected]>
112113
Pavel Lobach <[email protected]>
113114
Paweł Rozlach <[email protected]>
114115
Philip Dubé <[email protected]>

0 commit comments

Comments
 (0)