Skip to content

Releases: ClickHouse/clickhouse-go

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

v2.21.1

11 Mar 14:26
7e2272c
Compare
Choose a tag to compare

What's Changed

Fixes πŸ›

New Contributors

Full Changelog: v2.21.0...v2.21.1

v2.21.0

11 Mar 07:21
45dbc8f
Compare
Choose a tag to compare

What's Changed

Enhancements πŸŽ‰

  • Stream HTTP response body read for decompression by @rogeryk in #1213

Fixes πŸ›

Other Changes πŸ› 

Full Changelog: v2.20.0...v2.21.0

v2.20.0

28 Feb 17:31
Compare
Choose a tag to compare

What's Changed

Enhancements πŸŽ‰

  • Support [n]byte/[]byte type Scan/Append to FixedString column by @rogeryk in #1205

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

26 Feb 14:48
Compare
Choose a tag to compare

What's Changed

Enhancements πŸŽ‰

Fixes πŸ›

  • Fix panic on format nil *fmt.Stringer type value by @zaneli in #1200

Other Changes πŸ› 

New Contributors

Full Changelog: v2.18.0...v2.19.0

v2.18.0

01 Feb 15:32
Compare
Choose a tag to compare

What's Changed

Enhancements πŸŽ‰

  • Add WithAllocBufferColStrProvider string column allocator for batch insert performance boost by @hongker in #1181

Fixes πŸ›

Other Changes πŸ› 

New Contributors

Full Changelog: v2.17.1...v2.18.0

v2.17.1

27 Dec 10:00
Compare
Choose a tag to compare

What's Changed

Fixes πŸ›

New Contributors

Full Changelog: v2.17.0...v2.17.1

v2.17.0

21 Dec 08:50
Compare
Choose a tag to compare

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

Full Changelog: v2.16.0...v2.17.0