Skip to content

Commit 84e4218

Browse files
committed
add changelog
1 parent 8c67ca5 commit 84e4218

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/changelog.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ PyMongo 4.11 brings a number of changes including:
1313
- Dropped support for Python 3.8.
1414
- Dropped support for MongoDB 3.6.
1515
- 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:
1717
`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`_).
1819
- :attr:`~pymongo.asynchronous.mongo_client.AsyncMongoClient.address` and
1920
:attr:`~pymongo.mongo_client.MongoClient.address` now correctly block when called on unconnected clients
2021
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
4142
in this release.
4243

4344
.. _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
4447

4548
Changes in Version 4.10.1 (2024/10/01)
4649
--------------------------------------

0 commit comments

Comments
 (0)