File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,22 @@ PyMongo 4.14 brings a number of changes including:
8
8
- Added :attr: `bson.codec_options.TypeRegistry.codecs ` and :attr: `bson.codec_options.TypeRegistry.fallback_encoder ` properties
9
9
to allow users to directly access the type codecs and fallback encoder for a given :class: `bson.codec_options.TypeRegistry `.
10
10
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
+
11
27
Changes in Version 4.13.0 (2025/05/14)
12
28
--------------------------------------
13
29
You can’t perform that action at this time.
0 commit comments