github ClickHouse/clickhouse-go v2.39.0

latest releases: v2.40.1, v2.40.0
one month ago

What's Changed

Bug fixes 🐛

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

Full Changelog: v2.38.1...v2.39.0

Don't miss a new clickhouse-go release

NewReleases is sending notifications on new releases.