You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/changelog.rst
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,24 @@
1
1
Changelog
2
2
=========
3
3
4
+
Changes in Version 4.15.1 (2025/09/11)
5
+
--------------------------------------
6
+
7
+
Version 4.15.1 is a bug fix release.
8
+
9
+
- Fixed a bug in :meth:`~pymongo.synchronous.encryption.ClientEncryption.encrypt` and :meth:`~pymongo.asynchronous.encryption.AsyncClientEncryption.encrypt`
10
+
that would cause a ``TypeError`` when using ``pymongocrypt<1.16`` by passing an unsupported ``type_opts`` parameter even if
11
+
Queryable Encryption text queries beta was not used.
12
+
13
+
Issues Resolved
14
+
...............
15
+
16
+
See the `PyMongo 4.15.1 release notes in JIRA`_ for the list of resolved issues
17
+
in this release.
18
+
19
+
.. _PyMongo 4.15.1 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=46486
0 commit comments