Skip to content

Releases: ClickHouse/clickhouse-go

v2.27.1

05 Aug 13:03
Compare
Choose a tag to compare

What's Changed

Fixes πŸ›

  • Fix INSERT statement normalization match backtick table name by @jkaflik in #1366

Full Changelog: v2.27.0...v2.27.1

v2.27.0

01 Aug 13:47
Compare
Choose a tag to compare

Breaking change notice

v2.25.0 was released with a breaking change in #1306. Please review your implementation.

What's Changed

Enhancements πŸŽ‰

  • Unpack value of indirect types in array column to support nested structures in interfaced slices/arrays by @jmaicher in #1350

Fixes πŸ›

Other Changes πŸ› 

New Contributors

Full Changelog: v2.26.0...v2.27.0

v2.26.0

25 Jun 08:41
Compare
Choose a tag to compare

What's Changed

Enhancements πŸŽ‰

Fixes πŸ›

  • Fix rows.Close do not return too early by @yujiarista in #1314
  • Setting X-Clickhouse-SSL-Certificate-Auth header correctly given X-ClickHouse-Key by @gogingersnap777 in #1316
  • Retry on network errors and fix retries on async inserts with database/sql interface by @tommyzli in #1330
  • BatchInsert parentheses issue fix by @ramzes642 in #1327

Other Changes πŸ› 

  • ClickHouse 24.5 by @jkaflik in #1319
  • Align allow_suspicious_low_cardinality_types and allow_suspicious_low_cardinality_types settings in tests due to ClickHouse Cloud incompatibility by @jkaflik in #1331
  • Use HTTPs scheme in std connection failover tests by @jkaflik in #1332

New Contributors

Full Changelog: v2.25.0...v2.26.0

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