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
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,14 @@ Changes in Version 4.15.1 (2025/09/11)
6
6
7
7
Version 4.15.1 is a bug fix release.
8
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.
9
+
- Fixed a bug in :meth:`~pymongo.synchronous.encryption.ClientEncryption.encrypt`
10
+
and :meth:`~pymongo.asynchronous.encryption.AsyncClientEncryption.encrypt`
11
+
that would cause a ``TypeError`` when using ``pymongocrypt<1.16`` by passing
12
+
an unsupported ``type_opts`` parameter even if Queryable Encryption text
13
+
queries beta was not used.
12
14
13
-
- Fixed a bug in ``AsyncMongoClient`` that caused a
14
-
``ServerSelectionTimeoutError`` when used with ``uvicorn``, ``FastAPI``, or ``uvloop``.
15
+
- Fixed a bug in ``AsyncMongoClient`` that caused a ``ServerSelectionTimeoutError``
16
+
when used with ``uvicorn``, ``FastAPI``, or ``uvloop``.
15
17
16
18
Issues Resolved
17
19
...............
@@ -33,17 +35,20 @@ PyMongo 4.15 brings a number of changes including:
0 commit comments