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