Skip to content

Releases: ClickHouse/clickhouse-go

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

v2.14.2

04 Oct 13:53
Compare
Choose a tag to compare

What's Changed

Fixes πŸ›

  • Fix: Block stream read process would be terminated by empty block with zero rows by @crisismaple in #1104
  • Free compressor's buffer when FreeBufOnConnRelease enabled by @cergxx in #1100
  • Fix truncate ` for HTTP adapter by @beck917 in #1103

Other Changes πŸ› 

New Contributors

Full Changelog: v2.14.1...v2.14.2

v2.14.1

14 Sep 13:48
Compare
Choose a tag to compare

What's Changed

Enhancements πŸŽ‰

New Contributors

Full Changelog: v2.14.0...v2.14.1

v2.14.0

12 Sep 20:11
Compare
Choose a tag to compare

What's Changed

Enhancements πŸŽ‰

  • Add FreeBufOnConnRelease to clickhouse.Options by @cergxx in #1091
  • Improving object allocation for (positional) parameter binding by @mdonkers in #1092

Fixes πŸ›

  • Fix escaping double quote in SQL statement in prepare batch by @jkaflik in #1083

Other Changes πŸ› 

New Contributors

Full Changelog: v2.13.4...v2.14