diff --git a/HISTORY.rst b/HISTORY.rst index d22dcfa7..e03ae4c3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,24 @@ Changelog ========= +v4.5.1 +------ +Release Date: 2022-08-02 + +* Bug Fix + + * Fix context leak when commands issued + within ensure_replication and ignore_replies + context managers fail + +* Recipes + + * Fix LUA lock recipe to work with + clusters with no replicas. + * Ensure LUA lock recipe waits on replication + of lock to n/2 replicas if replicas exist in + the cluster + v4.5.0 ------ Release Date: 2022-07-30 @@ -1171,5 +1189,6 @@ v1.0.1 +