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
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +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.
14
+
15
+
- Fixed a bug in ``AsyncMongoClient`` that caused a ``ServerSelectionTimeoutError``
16
+
when used with ``uvicorn``, ``FastAPI``, or ``uvloop``.
12
17
13
18
Issues Resolved
14
19
...............
@@ -18,7 +23,6 @@ in this release.
18
23
19
24
.. _PyMongo 4.15.1 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=46486
20
25
21
-
22
26
Changes in Version 4.15.0 (2025/09/10)
23
27
--------------------------------------
24
28
@@ -31,17 +35,20 @@ PyMongo 4.15 brings a number of changes including:
0 commit comments