PYTHON-4870 - Update changelog for MongoClient.address fix (#1931)

This commit is contained in:
Noah Stapp 2024-10-15 14:16:19 -04:00 committed by GitHub
parent 710bc40c73
commit 82e673d660
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,9 @@ PyMongo 4.11 brings a number of changes including:
- Dropped support for MongoDB 3.6.
- Added support for free-threaded Python with the GIL disabled. For more information see:
`Free-threaded CPython <https://docs.python.org/3.13/whatsnew/3.13.html#whatsnew313-free-threaded-cpython>`_.
- :attr:`~pymongo.asynchronous.mongo_client.AsyncMongoClient.address` and
:attr:`~pymongo.mongo_client.MongoClient.address` now correctly block when called on unconnected clients
until either connection succeeds or a server selection timeout error is raised.
Issues Resolved
...............