Skip to content

Commit 7cea267

Browse files
authored
PYTHON-5859 - Remove mention and link to IWM from the changelog (mongodb#2899)
1 parent 3a562a5 commit 7cea267

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

doc/changelog.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ PyMongo 4.17 brings a number of changes including:
2121
- Added the :meth:`~pymongo.asynchronous.client_session.AsyncClientSession.bind` and :meth:`~pymongo.client_session.ClientSession.bind` methods
2222
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.
2323
See the `Transactions docs <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/crud/transactions/#methods>`_ for examples and more information.
24-
- Added support for MongoDB's Intelligent Workload Management (IWM) and ingress connection rate limiting features.
25-
The driver now gracefully handles write-blocking scenarios and optimizes connection establishment during high-load conditions to maintain application availability.
26-
See the `IWM <https://www.mongodb.com/docs/atlas/production-notes>`_ or `Overload Errors <https://www.mongodb.com/docs/atlas/overload-errors/?interface=driver&language=python>`_ docs for more information.
24+
- Added support for MongoDB's Intelligent Workload Management (IWM) and ingress connection rate limiting features in MongoDB server version 9.0.
25+
The driver will gracefully handle write-blocking scenarios and optimizes connection establishment during high-load conditions to maintain application availability.
2726

2827
Changes in Version 4.16.0 (2026/01/07)
2928
--------------------------------------

pymongo/asynchronous/mongo_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@ def __init__(
609609
details.
610610
611611
| **Overload retry options:**
612+
| (Requires MongoDB server version 9.0+.)
612613
613614
- `max_adaptive_retries`: (int) How many retries to allow for overload errors. Defaults to ``2``.
614615
- `enable_overload_retargeting`: (boolean) Whether overload retargeting is enabled for this client.

pymongo/synchronous/mongo_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,7 @@ def __init__(
610610
details.
611611
612612
| **Overload retry options:**
613+
| (Requires MongoDB server version 9.0+.)
613614
614615
- `max_adaptive_retries`: (int) How many retries to allow for overload errors. Defaults to ``2``.
615616
- `enable_overload_retargeting`: (boolean) Whether overload retargeting is enabled for this client.

0 commit comments

Comments
 (0)