Skip to content

Commit 5faf334

Browse files
committed
Update changelog
1 parent cf4d171 commit 5faf334

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

doc/changelog.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@ PyMongo 4.16 brings a number of changes including:
1717
- Removed support for Eventlet.
1818
Eventlet is actively being sunset by its maintainers and has compatibility issues with PyMongo's dnspython dependency.
1919

20+
Changes in Version 4.15.4 (2025/10/21)
21+
--------------------------------------
22+
23+
Version 4.15.4 is a bug fix release.
24+
25+
- Relaxed the callback type of :meth:`~pymongo.asynchronous.client_session.AsyncClientSession.with_transaction` to allow the broader Awaitable type rather than only Coroutine objects.
26+
- Added the missing Python 3.14 trove classifier to the package metadata.
27+
28+
Issues Resolved
29+
...............
30+
31+
See the `PyMongo 4.15.4 release notes in JIRA`_ for the list of resolved issues
32+
in this release.
33+
34+
.. _PyMongo 4.15.4 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=47237
35+
2036
Changes in Version 4.15.3 (2025/10/07)
2137
--------------------------------------
2238

0 commit comments

Comments
 (0)