We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42cb70e commit 1bdf035Copy full SHA for 1bdf035
doc/changelog.rst
@@ -16,6 +16,8 @@ Version 4.12.1 is a bug fix release.
16
errors such as: "NotImplementedError: Database objects do not implement truth value testing or bool()".
17
- Removed Eventlet testing against Python versions newer than 3.9 since
18
Eventlet is actively being sunset by its maintainers and has compatibility issues with PyMongo's dnspython dependency.
19
+- Fixed a bug where MongoDB cluster topology changes could cause asynchronous operations to take much longer to complete
20
+ due to holding the Topology lock while closing stale connections.
21
22
Issues Resolved
23
...............
0 commit comments