Skip to content

Commit 82e673d

Browse files
authored
PYTHON-4870 - Update changelog for MongoClient.address fix (mongodb#1931)
1 parent 710bc40 commit 82e673d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ PyMongo 4.11 brings a number of changes including:
1414
- Dropped support for MongoDB 3.6.
1515
- Added support for free-threaded Python with the GIL disabled. For more information see:
1616
`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.
1720

1821
Issues Resolved
1922
...............

0 commit comments

Comments
 (0)