File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ PyMongo 4.11 brings a number of changes including:
13
13
- Dropped support for Python 3.8.
14
14
- Dropped support for MongoDB 3.6.
15
15
- Dropped support for the MONGODB-CR authenticate mechanism, which is no longer supported by MongoDB 4.0+.
16
- - Added support for free-threaded Python with the GIL disabled. For more information see:
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
19
- :attr: `~pymongo.asynchronous.mongo_client.AsyncMongoClient.address ` and
19
20
:attr: `~pymongo.mongo_client.MongoClient.address ` now correctly block when called on unconnected clients
20
21
until either connection succeeds or a server selection timeout error is raised.
@@ -41,6 +42,8 @@ See the `PyMongo 4.11 release notes in JIRA`_ for the list of resolved issues
41
42
in this release.
42
43
43
44
.. _PyMongo 4.11 release notes in JIRA : https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=40784
45
+ .. _PYTHON-5027 : https://jira.mongodb.org/browse/PYTHON-5027
46
+ .. _PYTHON-5024 : https://jira.mongodb.org/browse/PYTHON-5024
44
47
45
48
Changes in Version 4.10.1 (2024/10/01)
46
49
--------------------------------------
You can’t perform that action at this time.
0 commit comments