Releases: mailru/go-clickhouse
Releases · mailru/go-clickhouse
v1.7.0
- 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
v1.5.0
v1.4.0
Version 1.3.0
- Full modules support
- Kill query on error
- Bugfixes
Version 1.2.0
- Multiple optimizations
- Streaming
- Compression support
- Added multiple types field support
Version 1.1
- Fix authorization issue
- More native way to deal with big uint64 values
- Fix datetime issues, supports datetime format with timezone
Version 1.0
- Initial release