Skip to content

Releases: mailru/go-clickhouse

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

Version 1.3.0

10 Mar 06:49
e0d2ce7
Compare
Choose a tag to compare
  • Full modules support
  • Kill query on error
  • Bugfixes

Version 1.2.0

17 Sep 12:46
bc658e5
Compare
Choose a tag to compare
  • Multiple optimizations
  • Streaming
  • Compression support
  • Added multiple types field support

Version 1.1

14 Aug 11:15
1490ca2
Compare
Choose a tag to compare
  • Fix authorization issue
  • More native way to deal with big uint64 values
  • Fix datetime issues, supports datetime format with timezone

Version 1.0

03 May 18:29
7cb83a2
Compare
Choose a tag to compare
  • Initial release