You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/release-notes.rst
+1
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ Release Notes
7
7
* Add example script pipelin-readonly-replica.py to show how to use replica nodes to offload read commands from primary node
8
8
* max_connection now defaults to 50 in ClusterBlockingConnectionPool to avoid issue with infinite loop in queue mechanism
9
9
* 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.
0 commit comments