Skip to content

Releases: mailru/go-clickhouse

v2.3.0

28 May 12:35
a540e28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.3.0

v2.2.1

11 Mar 16:36
a9c7cfe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0

28 Feb 06:58
6af6c7b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

01 May 13:47
96d5fe5
Compare
Choose a tag to compare

Adding support for Bool type

v2.0.0

27 Mar 19:56
371b656
Compare
Choose a tag to compare

Change the driver registration name to chhttp, to use multiple clickhouse libraries in one projects

v1.8.0

28 Dec 11:14
88ac256
Compare
Choose a tag to compare
  • add clickhouse.Map for sending Map types
  • support DateTime64
  • adopt driver for new clickhouse release

v1.7.0

20 Aug 12:04
2f2e8bf
Compare
Choose a tag to compare
  • github actions
  • compatibility with external systems like https://github.com/nikepan/clickhouse-bulk
  • support tuple querying with clickhouse.Tuple
  • update linter to golangci-lint
  • verbose errors
  • SimpleAggregateFunction support
  • TLSConfig fix in dsn
  • Fix Nullable(String) empty string parsing

v1.6.0

28 May 20:37
6d7c56f
Compare
Choose a tag to compare
  • correct batch mode regex
  • custom tsv_reader fixes empty string scan bug
  • IPv4/IPv6 types support
  • using POST requests only
  • standardized the uuid library

v1.5.0

28 Mar 22:45
1430cf0
Compare
Choose a tag to compare
  • Complex Array(Nullable(Type)) support
  • Compatible to chproxy

v1.4.0

26 Feb 07:04
71f0d11
Compare
Choose a tag to compare
  • Fix parameters interpolation with empty params
  • Added support for gzip compression of request body
  • Drain response body on exec call to enable keep-alive connection reuse
  • Fix test with query killing
  • Replace the deprecated uuid generating package