File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
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.1 (2025/09/16)
5
+ --------------------------------------
6
+
7
+ Version 4.15.1 is a bug fix release.
8
+
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 ``.
17
+
4
18
Changes in Version 4.15.0 (2025/09/10)
5
19
--------------------------------------
6
20
You can’t perform that action at this time.
0 commit comments