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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ PyMongo 4.17 brings a number of changes including:
14
14
- Added the :meth:`~pymongo.asynchronous.client_session.AsyncClientSession.bind` and :meth:`~pymongo.client_session.ClientSession.bind` methods
15
15
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
16
See <PLACEHOLDER> for examples and more information.
17
-
- Added support for MongoDB's Intelligent Workload Management (IWM) and ingress connection rate limiting features.
17
+
- Added support for MongoDB's Intelligent Workload Management (IWM) and ingress connection rate limiting features.
18
18
The driver now gracefully handles write-blocking scenarios and optimizes connection establishment during high-load conditions to maintain application availability.
19
19
See <DOCSP-55426> and <DOCSP-57078> for more information.
0 commit comments