Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Commit 672dcc7

Browse files
committed
Add line to releasenotes about catching connection error
1 parent 4b55305 commit 672dcc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/release-notes.rst

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Release Notes
77
* Add example script pipelin-readonly-replica.py to show how to use replica nodes to offload read commands from primary node
88
* max_connection now defaults to 50 in ClusterBlockingConnectionPool to avoid issue with infinite loop in queue mechanism
99
* Using read replica for read commands inside pipeline is now better supported. Feature might be unstable to use as own risk.
10+
* 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.
1011

1112
2.1.2 (Apr 18 2021)
1213
-------------------

0 commit comments

Comments
 (0)