Releases: ClickHouse/clickhouse-go
Releases Β· ClickHouse/clickhouse-go
v2.32.2
What's Changed
Bug Fixes π
- fix: decode prefix of nested columns in Variant by @SpencerTorres in #1506
Full Changelog: v2.32.1...v2.32.2
v2.32.1
What's Changed
Bug Fixes π
- fix: enable Array() support for Variant, Dynamic, JSON by @SpencerTorres in #1501
Full Changelog: v2.32.0...v2.32.1
v2.32.0
What's Changed
Enhancements π
- Add LZ4HC compression method by @SpencerTorres in #1499
Performance ποΈ
- Removed ~1MB of memory usage in compressor by @pablomatiasgomez and @SpencerTorres in #1499
Bug fixes π
- Fixed potential security vulnerability in compression block header length overflow by @santrancisco #1499
Other Changes π
- update compressor functions by @SpencerTorres in #1499
- change container provider, verify close conn error in tests by @pablomatiasgomez in #1497
New Contributors
- @pablomatiasgomez made their first contribution in #1497
Full Changelog: v2.31.0...v2.32.0
v2.31.0
What's Changed
Enhancements π
clickhouse.JSON
Serializer interface by @SpencerTorres in #1491- use unsafe.Slice/unsafe.StringData by @serprex in #1493
Other Changes π
- JSON read/write benchmarks by @SpencerTorres in #1490
New Contributors
Full Changelog: v2.30.3...2.31.0
v2.30.3
What's Changed
Other Changes π
- fix enum parse logic when its last index is zero by @lobachpavel in #1487
New Contributors
- @lobachpavel made their first contribution in #1487
Full Changelog: v2.30.2...v2.30.3
v2.30.2
What's Changed
Bug fixes π
- Handle json tag without name override by @matevzmihalic in #1478
- fix: JSON NestedMap + add tests by @SpencerTorres in #1482
New Contributors
- @matevzmihalic made their first contribution in #1478
Full Changelog: v2.30.1...v2.30.2
v2.30.1
What's Changed
Enhancements π
- [improvement] Some performance related changes to evaluate by @mdonkers in #1426
- Add Variant Type by @SpencerTorres in #1453
- Add Dynamic Type by @SpencerTorres in #1454
- Add JSON Type by @SpencerTorres in #1455
- stdlib sql return precision for DateTime64 by @SpencerTorres in #1469
Fixes π
- [FIX] Minor updates by @barkhayot in #1451
- Fix file descriptor leak in release utility script by @fengjun2016 in #1460
- Remove forced string conversions for Tuple by @SpencerTorres in #1465
Other Changes π
- [Chore] Use defer to close rows in examples by @hayotbisonai in #1431
- Regenerate certificates used in tests by @jkaflik in #1441
New Contributors
- @hayotbisonai made their first contribution in #1431
- @barkhayot made their first contribution in #1451
- @fengjun2016 made their first contribution in #1460
- @SpencerTorres made their first contribution in #1453
Full Changelog: v2.30.0...v2.30.1
v2.30.0
What's Changed
Enhancements π
- Extended support for HTTP proxy in driver options by @jkaflik in #1424
- Default implementation of column.IterableOrderedMap by @earwin in #1417
Fixes π
- Fix serialization for slices of OrderedMap/IterableOrderedMap (#1365) by @earwin in #1418
- Retry on broken pipe in batch by @jkaflik in #1423
Other Changes π
New Contributors
Full Changelog: v2.29.0...v2.30.0
v2.29.0
What's Changed
Enhancements π
Other Changes π
- Add Examples for batch.Column(n).AppendRow in columnar_insert.go by @achmad-dev in #1410
New Contributors
- @achmad-dev made their first contribution in #1410
- @tinybit made their first contribution in #1389
Full Changelog: v2.28.3...v2.29.0