Releases: ClickHouse/clickhouse-go
Releases · ClickHouse/clickhouse-go
v2.17.1
What's Changed
Fixes 🐛
- fix panic in contextWatchDog nil pointer check by @nityanandagohain in #1168
New Contributors
- @nityanandagohain made their first contribution in #1168
Full Changelog: v2.17.0...v2.17.1
v2.17.0
What's Changed
Enhancements 🎉
- Iterable ordered map alternative with improved performance by @hanjm in #1152
- Support bool alias type by @yogasw in #1156
Fixes 🐛
- Update README - mention HTTP protocol usable only with
database/sql
interface by @jkaflik in #1160 - Fix README example for Debugf by @aramperes in #1153
New Contributors
- @yogasw made their first contribution in #1156
- @aramperes made their first contribution in #1153
Full Changelog: v2.16.0...v2.17.0
v2.16.0
What's Changed
Enhancements 🎉
Fixes 🐛
- Fix DateTime64 range to actual supported range per ClickHouse documentation by @phil-schreiber in #1148
New Contributors
- @phil-schreiber made their first contribution in #1148
- @deankarn made their first contribution in #1144
Full Changelog: v2.15.0...v2.16.0
v2.15.0
What's Changed
Enhancements 🎉
- Add context watchdog for batch send cancellation by @jkaflik in #1114
- drop unnecessary bytes to str conversion by @cergxx in #1126
- reflection-free AppendRow for plain arrays by @cergxx in #1130
- Support scan of custom types implementing sql.Scanner into array/tuple columns by @leodido in #1129
Fixes 🐛
- Fix panic on zero/nil value for net.IP for IPv4 and IPv6 types by @jkaflik in #1118
- Fix type match condition using reflection for autogen types by @jkaflik in #1125
Other Changes 🛠
New Contributors
Full Changelog: v2.14.3...v2.15.0
v2.14.3
What's Changed
Fixes 🐛
Other Changes 🛠
- chore: specify method field on compression in example by @rdaniels6813 in #1111
- chore: remove extra error checks by @rutaka-n in #1095
New Contributors
- @leodido made their first contribution in #1116
- @rdaniels6813 made their first contribution in #1111
- @rutaka-n made their first contribution in #1095
Full Changelog: v2.14.2...v2.14.3
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