File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ PyMongo 4.11 brings a number of changes including:
15
15
- Dropped support for the MONGODB-CR authenticate mechanism, which is no longer supported by MongoDB 4.0+.
16
16
- Added limited support for free-threaded Python with the GIL disabled. For more information see:
17
17
`Free-threaded CPython <https://docs.python.org/3.13/whatsnew/3.13.html#whatsnew313-free-threaded-cpython >`_.
18
- We do not yet support free-threaded Python on Windows (`PYTHON-5027 `_) or with Encryption (`PYTHON-5024 `_).
18
+ We do not yet support free-threaded Python on Windows (`PYTHON-5027 `_) or with In-Use Encryption (`PYTHON-5024 `_).
19
19
- :attr: `~pymongo.asynchronous.mongo_client.AsyncMongoClient.address ` and
20
20
:attr: `~pymongo.mongo_client.MongoClient.address ` now correctly block when called on unconnected clients
21
21
until either connection succeeds or a server selection timeout error is raised.
You can’t perform that action at this time.
0 commit comments