github ClickHouse/clickhouse-go v2.3.0-beta.2

latest releases: v2.28.3, v2.28.2, v2.28.1...
2 years ago

v2.3.0-beta.2

Notes

  • The release is beta as we only have support for Go 1.18. Will be promoted to GA on the release of Go 1.19.
  • Utilizes ch-go v0.47.2.

New Features

  • Support flush (experimental) on batch - allows multiple blocks per batch - #704
  • Respect ReadTimeout for native - #699
  • Support username/password passed as parameters in DSN - #691
  • Support []byte for string - #688
  • Support for sql.Null* types on equivalent ClickHouse types - #686
  • Support for typed maps and slices for tuples (assuming identical sub-column types) - #685
  • Default addresses for native and HTTP - localhost:9000 and localhost:8123, respectively. Handles nil Options. - #683
  • Brotli compression support (for http) - #671
  • Deflate compression support (for http) - #667
  • Gzip compression support (for http) - #664
  • Allow compression algorithm to be specified in DSN - #668
  • Support for Array Sets in parameter binding - #659

Bug Fixes

  • Fix handling of empty response over HTTP - #705
  • Handle empty maps - #694
  • Immutable options - #675
  • Prevent maps from being used with unnamed tuples - #665
  • Handle special chars in column names - #660

Don't miss a new clickhouse-go release

NewReleases is sending notifications on new releases.