File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
+ Changes in Version 4.14.1 (2025/08/19)
4
+ --------------------------------------
5
+
6
+ Version 4.14.1 is a bug fix release.
7
+
8
+ - Fixed a bug in ``MongoClient.append_metadata() `` and ``AsyncMongoClient.append_metadata() ``
9
+ that allowed duplicate ``DriverInfo.name `` to be appended to the metadata.
10
+
11
+ Issues Resolved
12
+ ...............
13
+
14
+ See the `PyMongo 4.14.1 release notes in JIRA `_ for the list of resolved issues
15
+ in this release.
16
+
17
+ .. _PyMongo 4.14.1 release notes in JIRA : https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=45256
3
18
4
19
Changes in Version 4.14.0 (2025/08/06)
5
20
--------------------------------------
@@ -34,6 +49,14 @@ PyMongo 4.14 brings a number of changes including:
34
49
- Changed :meth: `~pymongo.uri_parser.parse_uri `'s ``options `` return value to be
35
50
type ``dict `` instead of ``_CaseInsensitiveDictionary ``.
36
51
52
+ Issues Resolved
53
+ ...............
54
+
55
+ See the `PyMongo 4.14 release notes in JIRA `_ for the list of resolved issues
56
+ in this release.
57
+
58
+ .. _PyMongo 4.14 release notes in JIRA : https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=43041
59
+
37
60
Changes in Version 4.13.2 (2025/06/17)
38
61
--------------------------------------
39
62
You can’t perform that action at this time.
0 commit comments