From f7faa593019803ff4cd2ccc37ceff2d1976eb126 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 11 Jun 2025 14:55:45 -0500 Subject: [PATCH] PYTHON-5411 Add 4.13.1 changelog to master --- doc/changelog.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/changelog.rst b/doc/changelog.rst index d729f9afed..3f5df8df6c 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -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) --------------------------------------