Skip to content

4.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 02:23
· 572 commits to master since this release
4.6.0

Feature

  • Implement early release back to connection pool to allow multiple concurrent commands to use the some connection
    thus significantly reducing the need to expand the connection pool when using blocking connection pools

Bug Fix

  • Add a lock when initializing the cluster client to ensure concurrent "first access" does not result in corruption of the
    cluster node layout or a thundering herd to initialize the layout

Compatibility

  • Enable wheel build for python 3.11

Chores

  • Improve stability of test suite
  • Enable recursive response types for mypy & pyright