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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Changelog
2
2
=========
3
3
4
-
Changes in Version 4.17.0 (2026/XX/XX)
4
+
Changes in Version 4.17.0 (2026/04/20)
5
5
--------------------------------------
6
6
7
7
PyMongo 4.17 brings a number of changes including:
@@ -10,10 +10,9 @@ PyMongo 4.17 brings a number of changes including:
10
10
been deprecated and will be removed in PyMongo 5.0. These methods were
11
11
deprecated in favor of the standard dictionary containment operator ``in``
12
12
and the ``keys()`` and ``values()`` methods, respectively.
13
-
14
13
- Added the :meth:`~pymongo.asynchronous.client_session.AsyncClientSession.bind` and :meth:`~pymongo.client_session.ClientSession.bind` methods
15
14
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.
17
16
- Added support for MongoDB's Intelligent Workload Management (IWM) and ingress connection rate limiting features.
18
17
The driver now gracefully handles write-blocking scenarios and optimizes connection establishment during high-load conditions to maintain application availability.
19
18
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