Releases: ClickHouse/clickhouse-go
Releases Β· ClickHouse/clickhouse-go
v2.11.0
What's Changed
Enhancements π
- Retry for batch API by @djosephsen in #941
Fixes π
- Fix startAutoCloseIdleConnections cause goroutine leak by @YenchangChan in #1011
- Fix netip.Addr pointer panic by @anjmao in #1029
Other Changes π
- Git actions terraform by @gingerwizard in #1023
New Contributors
- @YenchangChan made their first contribution in #1011
- @djosephsen made their first contribution in #941
- @anjmao made their first contribution in #1029
Full Changelog: v2.10.1...v2.11
What's Changed
Enhancements π
- Retry for batch API by @djosephsen in #941
Fixes π
- Fix startAutoCloseIdleConnections cause goroutine leak by @YenchangChan in #1011
- Fix netip.Addr pointer panic by @anjmao in #1029
Other Changes π
- Git actions terraform by @gingerwizard in #1023
New Contributors
- @YenchangChan made their first contribution in #1011
- @djosephsen made their first contribution in #941
- @anjmao made their first contribution in #1029
Full Changelog: v2.10.1...v2.11.0
What's Changed
Enhancements π
- Retry for batch API by @djosephsen in #941
Fixes π
- Fix startAutoCloseIdleConnections cause goroutine leak by @YenchangChan in #1011
- Fix netip.Addr pointer panic by @anjmao in #1029
- Remove incompatible server version direct stdout by @jkaflik in #1032
Other Changes π
- Git actions terraform by @gingerwizard in #1023
- Force use Go 1.19.10, 1.20.5 in GH Actions by @jkaflik in #1035
New Contributors
- @YenchangChan made their first contribution in #1011
- @djosephsen made their first contribution in #941
- @anjmao made their first contribution in #1029
Full Changelog: v2.10.1...v2.11.0
What's Changed
Enhancements π
- Retry for batch API by @djosephsen in #941
Fixes π
- Fix startAutoCloseIdleConnections cause goroutine leak by @YenchangChan in #1011
- Fix netip.Addr pointer panic by @anjmao in #1029
- Remove incompatible server version direct stdout by @jkaflik in #1032
Other Changes π
- Git actions terraform by @gingerwizard in #1023
- Force use Go 1.19.10, 1.20.5 in GH Actions by @jkaflik in #1035
New Contributors
- @YenchangChan made their first contribution in #1011
- @djosephsen made their first contribution in #941
- @anjmao made their first contribution in #1029
Full Changelog: v2.10.1...v2.11.0
v2.10.1
v2.10.0
What's Changed
Enhancements π
- Support [16]byte/[]byte typed scan/append for IPv6 column by @crisismaple in #996
- Add custom dialer option to http protocol by @stephaniehingtgen in #998
Fixes π
- Tuple scan respects both value and pointer variable by @crisismaple in #971
- Auto close idle connections in native protocol in respect of ConnMaxLifetime option by @jkaflik in #999
New Contributors
- @stephaniehingtgen made their first contribution in #998
Full Changelog: v2.9.3...v2.10.0
v2.9.3
What's Changed
Fixes π
- Fix http connection reuse after external table query execution by @crisismaple in #991
- Custom settings support in the native protocol by @jkaflik in #993
Full Changelog: v2.9.2...v2.9.3
v2.9.2
What's Changed
Fixes π
Other Changes π
- Use
any
instead ofinterface{}
by @candiduslynx in #984
New Contributors
- @candiduslynx made their first contribution in #984
- @slvrtrn made their first contribution in #987
Full Changelog: v2.9.1...v2.9.2
v2.9.1
v2.9.0
What's Changed
Enhancements π
- External tables support for HTTP protocol by @crisismaple in #942
- Support driver.Valuer in String and FixedString columns by @jkaflik in #946
- Support boolean and pointer type parameter binding by @crisismaple in #963
- Support insert/scan IPv4 using UInt32/*UInt32 types by @crisismaple in #966
Fixes π
- Reset the pointer to the nullable field by @xiaochaoren1 in #964
- Enable to use ternary operator with named arguments by @crisismaple in #965
Other Changes π
New Contributors
- @xiaochaoren1 made their first contribution in #964
Full Changelog: v2.8.3...v2.9.0