v2.26.0
What's Changed
Enhancements π
- Reintroduce the random connection strategy by @larry-cdn77 in #1313
- Make custom debug log function on-par with the built-in one by @vespian in #1317
- Remove date overflow check as it's normalised by ClickHouse server by @gogingersnap777 in #1315
- Batch: impl
Columns() []column.Interface
method by @egsam98 in #1277
Fixes π
- Fix rows.Close do not return too early by @yujiarista in #1314
- Setting
X-Clickhouse-SSL-Certificate-Auth
header correctly givenX-ClickHouse-Key
by @gogingersnap777 in #1316 - Retry on network errors and fix retries on async inserts with
database/sql
interface by @tommyzli in #1330 - BatchInsert parentheses issue fix by @ramzes642 in #1327
Other Changes π
- ClickHouse 24.5 by @jkaflik in #1319
- Align
allow_suspicious_low_cardinality_types
andallow_suspicious_low_cardinality_types
settings in tests due to ClickHouse Cloud incompatibility by @jkaflik in #1331 - Use HTTPs scheme in std connection failover tests by @jkaflik in #1332
New Contributors
- @larry-cdn77 made their first contribution in #1313
- @vespian made their first contribution in #1317
- @gogingersnap777 made their first contribution in #1315
- @yujiarista made their first contribution in #1314
- @egsam98 made their first contribution in #1277
- @tommyzli made their first contribution in #1330
- @ramzes642 made their first contribution in #1327
Full Changelog: v2.25.0...v2.26.0