We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0b398 commit 2051155Copy full SHA for 2051155
doc/changelog.rst
@@ -13,8 +13,6 @@ Version 4.12.1 is a bug fix release.
13
could cause public ``pymongo.MongoClient`` and ``pymongo.AsyncMongoClient`` attributes (topology_description,
14
nodes, address, primary, secondaries, arbiters) to incorrectly return a Database, leading to type
15
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.
18
- Fixed a bug where MongoDB cluster topology changes could cause asynchronous operations to take much longer to complete
19
due to holding the Topology lock while closing stale connections.
20
0 commit comments