Skip to content

Commit 1bdf035

Browse files
authored
PYTHON-5212 changelog update (#2306)
1 parent 42cb70e commit 1bdf035

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/changelog.rst

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Version 4.12.1 is a bug fix release.
1616
errors such as: "NotImplementedError: Database objects do not implement truth value testing or bool()".
1717
- Removed Eventlet testing against Python versions newer than 3.9 since
1818
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.
1921

2022
Issues Resolved
2123
...............

0 commit comments

Comments
 (0)