Skip to content

v2.42.0

Latest

Choose a tag to compare

@kavirajk kavirajk released this 12 Dec 19:07
· 6 commits to main since this release

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