Skip to content

Commit

Permalink
Update changelog for 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Oct 10, 2022
1 parent 865a52f commit ae2242d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
Changelog
=========

v4.6.0
------
Release Date: 2022-10-10

* 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

v4.5.6
------
Release Date: 2022-08-31
Expand Down Expand Up @@ -1260,5 +1286,6 @@ v1.0.1






0 comments on commit ae2242d

Please sign in to comment.