github ClickHouse/clickhouse-go v2.42.0

2 days ago

What's Changed

Enhancements 🎉

  • Add context option to append more ClientInfo to the system.query_log by @SpencerTorres in #1736
  • refactor: idle pool and fix non-deterministic teardown of idle cleanup goroutine by @GeorgeMac in #1687
  • chore: Improve EOF error messages. by @kavirajk in #1723
    NOTE now direct comparision of err == io.EOF won't work, use errors.Is(err, io.EOF
  • feat: Add support for proper exception handling by @kavirajk in #1694

Bug Fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: v2.41.0...v2.42.0

Don't miss a new clickhouse-go release

NewReleases is sending notifications on new releases.