Releases: ClickHouse/ch-go
Releases · ClickHouse/ch-go
v0.63.1
v0.63.0
What's Changed
- feat(proto): add go1.23 iterators over
ColMap
andColArr
by @tdakkota in #406 - Fix client default read timeout setting by @kobrineli in #415
- chore: use
stable
/oldstable
versions of Go to test by @tdakkota in #426 - feat(ch): use
writev
when possible by @tdakkota in #413 - perf(proto): improve
ColStr
writing performance for small strings by @tdakkota in #428 - implement Exception.Unwrap method by @husio in #342
- feat: infer Decimal by @serprex in #434
- Fix typo in README by @serprex in #431
- perf: use strings.Cut, also strings.IndexByte more by @serprex in #432
- perf(col_low_cardinality): use small value. by @zdyj3170101136 in #425
- fix: infer Nullable/Array/LowCardinality with reflection by @serprex in #433
- fix: column type conflicts by @serprex in #435
New Contributors
- @kobrineli made their first contribution in #415
- @husio made their first contribution in #342
- @serprex made their first contribution in #434
- @zdyj3170101136 made their first contribution in #425
Full Changelog: v0.62.0...v0.63.0
v0.62.0
What's Changed
- feat(compress): add lz4hc support by @tomershafir in #401
- fix(query): always close client.conn in cancelQuery (issue #405) by @charredlot in #409
New Contributors
- @tomershafir made their first contribution in #401
- @charredlot made their first contribution in #409
Full Changelog: v0.61.5...v0.62.0
v0.61.5
What's Changed
- Adds support for zero value time for date types. by @KevinJoiner in #392
New Contributors
- @KevinJoiner made their first contribution in #392
Full Changelog: v0.61.4...v0.61.5
v0.61.4
What's Changed
- fix(proto): DateTime/DateTime64 with '1970-01-01 00:00:00 UTC' by @YenchangChan in #390
New Contributors
- @YenchangChan made their first contribution in #390
Full Changelog: v0.61.3...v0.61.4
v0.61.3
What's Changed
- fix(query): add with totals case (issue #382) by @yehonatanwe in #384
New Contributors
- @yehonatanwe made their first contribution in #384
Full Changelog: v0.61.2...v0.61.3