Releases: ClickHouse/clickhouse-go
Releases Β· ClickHouse/clickhouse-go
v2.21.1
What's Changed
Fixes π
- Adds the ability to Append a zero valued time.Time by @KevinJoiner in #1228
New Contributors
- @KevinJoiner made their first contribution in #1228
Full Changelog: v2.21.0...v2.21.1
v2.21.0
What's Changed
Enhancements π
Fixes π
- Fix Date32 extremes values handling by @jkaflik in #1218
- Fix column with double quotes PrepareBatch failed.(#1216) by @YenchangChan in #1217
- Fix an obscure error in HTTP protocol with LZ4 compression by @YenchangChan in #1230
Other Changes π
- Replace deprecated
io/ioutil
functions with equivalents by @zaneli in #1211 - Run cloud workflow on main branch only by @jkaflik in #1219
- ClickHouse 24.2 by @jkaflik in #1220
Full Changelog: v2.20.0...v2.21.0
v2.20.0
What's Changed
Enhancements π
Other Changes π
- Enable cloud tests by @jkaflik in #1202
- Removed LowCardinality(UInt64) tests that caused allow_suspicious_low_cardinality_types related error by @jkaflik in #1206
Full Changelog: v2.19.0...v2.20.0
v2.19.0
What's Changed
Enhancements π
- handle ctx.Done() in acquire by @threadedstream in #1199
Fixes π
Other Changes π
New Contributors
- @threadedstream made their first contribution in #1199
- @zaneli made their first contribution in #1200
Full Changelog: v2.18.0...v2.19.0
v2.18.0
What's Changed
Enhancements π
- Add WithAllocBufferColStrProvider string column allocator for batch insert performance boost by @hongker in #1181
Fixes π
Other Changes π
- resolves #1163 debugF function is not respected by @omurbekjk in #1166
New Contributors
- @omurbekjk made their first contribution in #1166
- @hongker made their first contribution in #1181
Full Changelog: v2.17.1...v2.18.0
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