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 710bc40 commit 82e673dCopy full SHA for 82e673d
doc/changelog.rst
@@ -14,6 +14,9 @@ PyMongo 4.11 brings a number of changes including:
14
- Dropped support for MongoDB 3.6.
15
- Added support for free-threaded Python with the GIL disabled. For more information see:
16
`Free-threaded CPython <https://docs.python.org/3.13/whatsnew/3.13.html#whatsnew313-free-threaded-cpython>`_.
17
+- :attr:`~pymongo.asynchronous.mongo_client.AsyncMongoClient.address` and
18
+ :attr:`~pymongo.mongo_client.MongoClient.address` now correctly block when called on unconnected clients
19
+ until either connection succeeds or a server selection timeout error is raised.
20
21
Issues Resolved
22
...............
0 commit comments