Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-23 | 931 Bytes | |
v2.39.0 source code.tar.gz | 2025-07-23 | 700.5 kB | |
v2.39.0 source code.zip | 2025-07-23 | 1.1 MB | |
Totals: 3 Items | 1.8 MB | 4 |
What's Changed
Bug fixes 🐛
- Fix
ReadTimeout
so that it applies to each call toconn.Read
not just the first read block by @GeorgeMac in https://github.com/ClickHouse/clickhouse-go/pull/1616, @SpencerTorres https://github.com/ClickHouse/clickhouse-go/pull/1617
Read Timeout behavior changes
This bug fix has potential to affect longer running queries, ensure you're setting clickhouse.Options
ReadTimeout
to a reasonable value, and that your context.WithDeadline
is also set to a reasonable value. The read timeout will now be applied to all blocks, previously it was only set for the first block.
New Contributors
- @GeorgeMac made their first contribution in https://github.com/ClickHouse/clickhouse-go/pull/1616
Full Changelog: https://github.com/ClickHouse/clickhouse-go/compare/v2.38.1...v2.39.0