File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Changes in Version 4.15.3 (2025/10/07)
5+ --------------------------------------
6+
7+ Version 4.15.3 is a bug fix release.
8+
9+ - Fixed a memory leak when raising :class: `bson.errors.InvalidDocument ` with C extensions.
10+ - Fixed the return type of the :meth: `~pymongo.asynchronous.collection.AsyncCollection.distinct `,
11+ :meth: `~pymongo.synchronous.collection.Collection.distinct `, :meth: `pymongo.asynchronous.cursor.AsyncCursor.distinct `,
12+ and :meth: `pymongo.asynchronous.cursor.AsyncCursor.distinct ` methods.
13+
14+ Issues Resolved
15+ ...............
16+
17+ See the `PyMongo 4.15.3 release notes in JIRA `_ for the list of resolved issues
18+ in this release.
19+
20+ .. _PyMongo 4.15.3 release notes in JIRA : https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=47293
21+
422Changes in Version 4.15.2 (2025/10/01)
523--------------------------------------
624
Original file line number Diff line number Diff line change 1818import re
1919from typing import List , Tuple , Union
2020
21- __version__ = "4.15.3.dev0 "
21+ __version__ = "4.15.3"
2222
2323
2424def get_version_tuple (version : str ) -> Tuple [Union [int , str ], ...]:
You can’t perform that action at this time.
0 commit comments