summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2019-06-03 13:56:46 -0700
committerAndy McCurdy <andy@andymccurdy.com>2019-06-03 13:56:46 -0700
commitf0cf061c6bfff4ef2869a4a3a345be571f7192ca (patch)
tree2181848e42674de4210c1d869580527cfbc28e80
parentf3e428d43b400b993955f9b4213a0794a43e8d96 (diff)
downloadredis-py-f0cf061c6bfff4ef2869a4a3a345be571f7192ca.tar.gz
changelog
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index eaabe40..9f15d44 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,10 @@
* Added support for hiredis-py 1.0.0 encoding error support. This should
make the PythonParser and the HiredisParser behave identically
when encountering encoding errors. Thanks Brian Candler. #1161/#1162
+ * All authentication errors now properly raise AuthenticationError.
+ AuthenticationError is now a subclass of ConnectionError, which will
+ cause the connection to be disconnected and cleaned up appropriately.
+ #923
* 3.2.1
* Fix SentinelConnectionPool to work in multiprocess/forked environments.
* 3.2.0