Skip to content

Commit 2051155

Browse files
committed
Address review
1 parent 4f0b398 commit 2051155

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/changelog.rst

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ Version 4.12.1 is a bug fix release.
1313
could cause public ``pymongo.MongoClient`` and ``pymongo.AsyncMongoClient`` attributes (topology_description,
1414
nodes, address, primary, secondaries, arbiters) to incorrectly return a Database, leading to type
1515
errors such as: "NotImplementedError: Database objects do not implement truth value testing or bool()".
16-
- Removed Eventlet testing against Python versions newer than 3.9 since
17-
Eventlet is actively being sunset by its maintainers and has compatibility issues with PyMongo's dnspython dependency.
1816
- Fixed a bug where MongoDB cluster topology changes could cause asynchronous operations to take much longer to complete
1917
due to holding the Topology lock while closing stale connections.
2018

0 commit comments

Comments
 (0)