Skip to content

Commit 794c789

Browse files
committed
address review
1 parent 4eb2575 commit 794c789

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/changelog.rst

Lines changed: 0 additions & 2 deletions
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)