PYTHON-5411 Add 4.13.1 changelog to master (#2380)

This commit is contained in:
Steven Silvester 2025-06-11 16:42:18 -05:00 committed by GitHub
parent dfd5573c19
commit a742aa22d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,22 @@ PyMongo 4.14 brings a number of changes including:
- Added :attr:`bson.codec_options.TypeRegistry.codecs` and :attr:`bson.codec_options.TypeRegistry.fallback_encoder` properties
to allow users to directly access the type codecs and fallback encoder for a given :class:`bson.codec_options.TypeRegistry`.
Changes in Version 4.13.1 (2025/06/10)
--------------------------------------
Version 4.13.1 is a bug fix release.
- Fixed a bug that could raise ``ServerSelectionTimeoutError`` when using timeouts with ``AsyncMongoClient``.
- Fixed a bug that could raise ``NetworkTimeout`` errors on Windows.
Issues Resolved
...............
See the `PyMongo 4.13.1 release notes in JIRA`_ for the list of resolved issues
in this release.
.. _PyMongo 4.13.1 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=43924
Changes in Version 4.13.0 (2025/05/14)
--------------------------------------