Releases: ClickHouse/clickhouse-go
Releases Β· ClickHouse/clickhouse-go
v2.25.0
What's Changed
Breaking Changes π¨
- Add a compatibility layer for a database/sql driver to work with sql.NullString and ClickHouse nullable column by @jkaflik in #1306
Other Changes π
Full Changelog: v2.24.0...v2.25.0
v2.24.0
What's Changed
Enhancements π
- Always compress responses when the client compression is on by @zhkvia in #1286
- Optional flag to close query with flush by @hongker in #1276
Fixes π
- Fix prepare batch does not break on
values
substring in table name by @Wang in #1290 - Fix nil checks when appending slices of pointers by @markandrus in #1283
Other Changes π
New Contributors
Full Changelog: v2.23.2...v2.24.0
v2.23.2
v2.23.1
v2.23.0
What's Changed
Enhancements π
- Implement
ConnBeginTx
as replacement for deprecatedBegin
by @FelipeLema in #1255
Other Changes π
- Align error message assertion to new missing custom setting error formatting by @jkaflik in #1256
- CI chores by @jkaflik in #1258
New Contributors
- @FelipeLema made their first contribution in #1255
Full Changelog: v2.22.4...v2.23.0
v2.22.4
v2.22.3
What's Changed
Fixes π
Other Changes π
- Error channel deadlock fix test case by @threadedstream in #1239
- Add a test case for #1127 by @jkaflik in #1242
- Run cloud/head jobs when label by @jkaflik in #1250
Full Changelog: v2.22.2...v2.22.3
v2.22.2
v2.22.1
What's Changed
Fixes π
- Make errors channel buffered inside query() by @threadedstream in #1237
Full Changelog: v2.22.0...v2.22.1