From 55b5df875a160a2a5fba996e03f39398b230c8b6 Mon Sep 17 00:00:00 2001 From: Ali-Akber Saifee Date: Wed, 30 Aug 2023 21:07:41 -0700 Subject: [PATCH] Update changelog for 4.16.0 --- HISTORY.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 32170978..a687a218 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,23 @@ Changelog ========= +v4.16.0 +------- +Release Date: 2023-08-30 + +* Bug fix + + * Fix intermittent errors due to mismatched responses when multiple + couroutines access a new connection pool. + +* Compatibility + + * Remove support for python 3.7 + * Remove Redis 6.0 from CI + * Disable RedisGraph tests in CI as the module is now not part of Redis Stack + * Fix RESP3 compatibility for RedisSearch + * Mark `json.resp` as deprecated + v4.16.0rc1 ---------- Release Date: 2023-08-11 @@ -1734,3 +1751,4 @@ v1.0.1 +