summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2022-09-28 14:09:32 +0300
committerGitHub <noreply@github.com>2022-09-28 14:09:32 +0300
commit027abe524acd0aec24e92ea7eef328f983d5278c (patch)
tree7a8c6191b51b74ea829e6ca99c5c170cae5a2982 /CHANGES
parent947b8e8595e3aff4aeb3eb3ebbe56b86fb5e76fb (diff)
downloadredis-py-027abe524acd0aec24e92ea7eef328f983d5278c.tar.gz
Support Hiredis >= 1.x only (remove `packaging` dependency) (#2385)
* Only set HIREDIS_AVAILABLE if Hiredis is not 0.x * Remove compatibility code for old Hiredis versions * Move packaging dependency to dev only
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 47600cf..75fa83c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -19,6 +19,7 @@
* Fix reusing the old nodes' connections when cluster topology refresh is being done
* Fix RedisCluster to immediately raise AuthenticationError without a retry
* ClusterPipeline Doesn't Handle ConnectionError for Dead Hosts (#2225)
+ * Remove compatibility code for old versions of Hiredis, drop Packaging dependency
* 4.1.3 (Feb 8, 2022)
* Fix flushdb and flushall (#1926)