Releases: ClickHouse/clickhouse-go
Releases Β· ClickHouse/clickhouse-go
v2.14.2
What's Changed
Fixes π
- Fix: Block stream read process would be terminated by empty block with zero rows by @crisismaple in #1104
- Free compressor's buffer when FreeBufOnConnRelease enabled by @cergxx in #1100
- Fix truncate ` for HTTP adapter by @beck917 in #1103
Other Changes π
- docs: update readme.md by @rfyiamcool in #1068
- Remove dependency on github.com/satori/go.uuid by @srikanthccv in #1085
New Contributors
- @rfyiamcool made their first contribution in #1068
- @beck917 made their first contribution in #1103
- @srikanthccv made their first contribution in #1085
Full Changelog: v2.14.1...v2.14.2
v2.14.1
v2.14.0
What's Changed
Enhancements π
- Add FreeBufOnConnRelease to clickhouse.Options by @cergxx in #1091
- Improving object allocation for (positional) parameter binding by @mdonkers in #1092
Fixes π
Other Changes π
- Update Go & ClickHouse versions by @jkaflik in #1079
- Return status code from any http error by @RoryCrispin in #1090
- tests: fix dropped error by @alrs in #1081
- chore: unnecessary use of fmt.Sprintf by @testwill in #1080
- Run CI on self hosted runner by @jkaflik in #1094
New Contributors
- @cergxx made their first contribution in #1091
- @alrs made their first contribution in #1081
- @testwill made their first contribution in #1080
Full Changelog: v2.13.4...v2.14
v2.13.4
v2.13.3
v2.13.2
v2.13.1
v2.13.0
What's Changed
Enhancements π
- Support scan from uint8 to bool by @ValManP in #1051
- Binding arguments for AsyncInsert interface by @mdonkers in #1052
- Batch rows count API by @EpicStep in #1063
- Implement release connection in batch by @EpicStep in #1062
Other Changes π
New Contributors
Full Changelog: v2.12.1...v2.13.0
v2.12.1
What's Changed
Fixes π
- Fix InsertAsync typo in docs by @et in #1044
- Fix panic and releasing in batch column by @EpicStep in #1055
- Docs/changelog fixes by @jmaicher in #1046
- Clarify error message re custom serializaion support by @RoryCrispin in #1056
- Fix send query on batch retry by @EpicStep in #1045
Other Changes π
New Contributors
- @et made their first contribution in #1044
- @EpicStep made their first contribution in #1055
- @jmaicher made their first contribution in #1046
- @RoryCrispin made their first contribution in #1056
Full Changelog: v2.12.0...v2.12.1