Skip to content

Commit 5eb1edf

Browse files
authored
PYTHON-5609 Add 4.15.3 release to changelog (#2585)
1 parent d595913 commit 5eb1edf

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

doc/changelog.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,24 @@ PyMongo 4.16 brings a number of changes including:
1717
- Removed support for Eventlet.
1818
Eventlet is actively being sunset by its maintainers and has compatibility issues with PyMongo's dnspython dependency.
1919

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+
2038
Changes in Version 4.15.2 (2025/10/01)
2139
--------------------------------------
2240

0 commit comments

Comments
 (0)