Skip to content

Releases: ClickHouse/clickhouse-go

v2.25.0

28 May 10:28
Compare
Choose a tag to compare

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

08 May 11:30
Compare
Choose a tag to compare

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 πŸ› 

  • Don't recreate keys from LC columns from direct stream by @genzgd in #1291

New Contributors

Full Changelog: v2.23.2...v2.24.0

v2.23.2

25 Apr 12:01
Compare
Choose a tag to compare

What's Changed

Fixes πŸ›

  • Fixed panic on concurrent context key map write by @Wang in #1284

Other Changes πŸ› 

New Contributors

Full Changelog: v2.23.1...v2.23.2

v2.23.1

15 Apr 12:20
Compare
Choose a tag to compare

What's Changed

Fixes πŸ›

  • Zero-value timestamp to be formatted as toDateTime(0) in bind by @jkaflik in #1260

Other Changes πŸ› 

Full Changelog: v2.23.0...v2.23.1

v2.23.0

27 Mar 08:44
Compare
Choose a tag to compare

What's Changed

Enhancements πŸŽ‰

  • Implement ConnBeginTx as replacement for deprecated Begin 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

Full Changelog: v2.22.4...v2.23.0

v2.22.4

25 Mar 14:29
Compare
Choose a tag to compare

What's Changed

Fixes πŸ›

  • Fix column name with parantheses handle in prepare batch by @jkaflik in #1252

Other Changes πŸ› 

  • Fix TestBatchAppendRows work different on cloud by @jkaflik in #1251

Full Changelog: v2.22.3...v2.22.4

v2.22.3

25 Mar 09:11
Compare
Choose a tag to compare

What's Changed

Fixes πŸ›

Other Changes πŸ› 

Full Changelog: v2.22.2...v2.22.3

v2.22.2

18 Mar 21:00
Compare
Choose a tag to compare

What's Changed

Fixes πŸ›

New Contributors

Full Changelog: v2.22.1...v2.22.2

v2.22.1

18 Mar 16:57
Compare
Choose a tag to compare

What's Changed

Fixes πŸ›

Full Changelog: v2.22.0...v2.22.1

v2.22.0

14 Mar 11:01
9491310
Compare
Choose a tag to compare

What's Changed

Enhancements πŸŽ‰

  • Experimental streaming SELECT results into batch insert by @jkaflik in #1233

Fixes πŸ›

  • Ignore materialized and alias cols infered during HTTP prepare batch by @iyuroch in #1214

New Contributors

Full Changelog: v2.21.1...v2.22.0