Skip to content

Commit 3491c08

Browse files
authored
PYTHON-5801 - Update changelog for 4.17 release (#2762)
1 parent 912ef33 commit 3491c08

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

doc/changelog.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
Changes in Version 4.17.0 (2026/XX/XX)
4+
Changes in Version 4.17.0 (2026/04/20)
55
--------------------------------------
66

77
PyMongo 4.17 brings a number of changes including:
@@ -10,10 +10,9 @@ PyMongo 4.17 brings a number of changes including:
1010
been deprecated and will be removed in PyMongo 5.0. These methods were
1111
deprecated in favor of the standard dictionary containment operator ``in``
1212
and the ``keys()`` and ``values()`` methods, respectively.
13-
1413
- Added the :meth:`~pymongo.asynchronous.client_session.AsyncClientSession.bind` and :meth:`~pymongo.client_session.ClientSession.bind` methods
1514
that allow users to bind a session to all database operations within the scope of a context manager instead of having to explicitly pass the session to each individual operation.
16-
See <PLACEHOLDER> for examples and more information.
15+
See the `Transactions docs <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/crud/transactions/#methods>`_ for examples and more information.
1716
- Added support for MongoDB's Intelligent Workload Management (IWM) and ingress connection rate limiting features.
1817
The driver now gracefully handles write-blocking scenarios and optimizes connection establishment during high-load conditions to maintain application availability.
1918
See the `IWM <https://www.mongodb.com/docs/atlas/intelligent-workload-management>`_ or `Overload Errors <https://www.mongodb.com/docs/atlas/overload-errors/?interface=driver&language=python>`_ docs for more information.

0 commit comments

Comments
 (0)