We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835e560 commit e5e6dc8Copy full SHA for e5e6dc8
doc/changelog.rst
@@ -13,7 +13,7 @@ Version 4.12.1 is a bug fix release.
13
- Fixed a bug where clients created with connect=False and a "mongodb+srv://" connection string
14
could cause public ``pymongo.MongoClient`` and ``pymongo.AsyncMongoClient`` attributes (topology_description,
15
nodes, address, primary, secondaries, arbiters) to incorrectly return a Database, leading to type
16
- errors such as: "NotImplementedError: Database objects do not implement truth value testing or bool().
+ 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
0 commit comments