From 672dcc737dc100ebb278f31e08a46d9f796b0fed Mon Sep 17 00:00:00 2001 From: Grokzen Date: Sun, 30 May 2021 11:06:48 +0200 Subject: [PATCH] Add line to releasenotes about catching connection error --- docs/release-notes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index a5a87fc8..2e0e444f 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -7,6 +7,7 @@ Release Notes * Add example script pipelin-readonly-replica.py to show how to use replica nodes to offload read commands from primary node * max_connection now defaults to 50 in ClusterBlockingConnectionPool to avoid issue with infinite loop in queue mechanism * Using read replica for read commands inside pipeline is now better supported. Feature might be unstable to use as own risk. + * Fixed that in some cases where ConnectionError is raised, a non existing connection was attempted to be disconnected and caused a sub exception to be raised. 2.1.2 (Apr 18 2021) -------------------