Skip to content

Releases: ClickHouse/clickhouse-go

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

v2.16.0

01 Dec 15:45
Compare
Choose a tag to compare

What's Changed

Enhancements πŸŽ‰

Fixes πŸ›

  • Fix DateTime64 range to actual supported range per ClickHouse documentation by @phil-schreiber in #1148

New Contributors

Full Changelog: v2.15.0...v2.16.0

v2.15.0

26 Oct 14:15
3d3d8b3
Compare
Choose a tag to compare

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

12 Oct 09:10
Compare
Choose a tag to compare

What's Changed

Fixes πŸ›

  • Fix insertion of empty map into JSON column by using _dummy subcolumn by @leodido in #1116

Other Changes πŸ› 

New Contributors

Full Changelog: v2.14.2...v2.14.3