File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,24 @@ PyMongo 4.16 brings a number of changes including:
17
17
- Removed support for Eventlet.
18
18
Eventlet is actively being sunset by its maintainers and has compatibility issues with PyMongo's dnspython dependency.
19
19
20
+ Changes in Version 4.15.3 (2025/10/07)
21
+ --------------------------------------
22
+
23
+ Version 4.15.3 is a bug fix release.
24
+
25
+ - Fixed a memory leak when raising :class: `bson.errors.InvalidDocument ` with C extensions.
26
+ - Fixed the return type of the :meth: `~pymongo.asynchronous.collection.AsyncCollection.distinct `,
27
+ :meth: `~pymongo.synchronous.collection.Collection.distinct `, :meth: `pymongo.asynchronous.cursor.AsyncCursor.distinct `,
28
+ and :meth: `pymongo.asynchronous.cursor.AsyncCursor.distinct ` methods.
29
+
30
+ Issues Resolved
31
+ ...............
32
+
33
+ See the `PyMongo 4.15.3 release notes in JIRA `_ for the list of resolved issues
34
+ in this release.
35
+
36
+ .. _PyMongo 4.15.3 release notes in JIRA : https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=47293
37
+
20
38
Changes in Version 4.15.2 (2025/10/01)
21
39
--------------------------------------
22
40
You can’t perform that action at this time.
0 commit comments