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