Skip to content

Commit a742aa2

Browse files
authored
PYTHON-5411 Add 4.13.1 changelog to master (#2380)
1 parent dfd5573 commit a742aa2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

doc/changelog.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ PyMongo 4.14 brings a number of changes including:
88
- Added :attr:`bson.codec_options.TypeRegistry.codecs` and :attr:`bson.codec_options.TypeRegistry.fallback_encoder` properties
99
to allow users to directly access the type codecs and fallback encoder for a given :class:`bson.codec_options.TypeRegistry`.
1010

11+
Changes in Version 4.13.1 (2025/06/10)
12+
--------------------------------------
13+
14+
Version 4.13.1 is a bug fix release.
15+
16+
- Fixed a bug that could raise ``ServerSelectionTimeoutError`` when using timeouts with ``AsyncMongoClient``.
17+
- Fixed a bug that could raise ``NetworkTimeout`` errors on Windows.
18+
19+
Issues Resolved
20+
...............
21+
22+
See the `PyMongo 4.13.1 release notes in JIRA`_ for the list of resolved issues
23+
in this release.
24+
25+
.. _PyMongo 4.13.1 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=43924
26+
1127
Changes in Version 4.13.0 (2025/05/14)
1228
--------------------------------------
1329

0 commit comments

Comments
 (0)