Skip to content

Commit 835e560

Browse files
committed
Update changelog
1 parent 2a63a3b commit 835e560

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/changelog.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ Version 4.12.1 is a bug fix release.
1010
- Fixed a bug that could raise ``UnboundLocalError`` when creating asynchronous connections over SSL.
1111
- Fixed a bug causing SRV hostname validation to fail when resolver and resolved hostnames are identical with three domain levels.
1212
- Fixed a bug that caused direct use of ``pymongo.uri_parser`` to raise an ``AttributeError``.
13-
- Fixed a bug that could cause public ``pymongo.MongoClient`` and ``pymongo.AsyncMongoClient`` attributes to raise errors when accessed before a connection was established.
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().
1417
- Removed Eventlet testing against Python versions newer than 3.9 since
1518
Eventlet is actively being sunset by its maintainers and has compatibility issues with PyMongo's dnspython dependency.
1619

17-
1820
Issues Resolved
1921
...............
2022

0 commit comments

Comments
 (0)