Skip to content

Commit d7d7213

Browse files
committed
add changelog
1 parent 0d14d9d commit d7d7213

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/changelog.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changelog
22
=========
33

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+
418
Changes in Version 4.15.0 (2025/09/10)
519
--------------------------------------
620

0 commit comments

Comments
 (0)