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 1
1
Changelog
2
2
=========
3
3
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
+
4
22
Changes in Version 4.15.2 (2025/10/01)
5
23
--------------------------------------
6
24
Original file line number Diff line number Diff line change 18
18
import re
19
19
from typing import List , Tuple , Union
20
20
21
- __version__ = "4.15.3.dev0 "
21
+ __version__ = "4.15.3"
22
22
23
23
24
24
def get_version_tuple (version : str ) -> Tuple [Union [int , str ], ...]:
You can’t perform that action at this time.
0 commit comments