From 260c8298c6b4e359bdb7988a9787e3279e283539 Mon Sep 17 00:00:00 2001 From: Noah Stapp Date: Mon, 13 Apr 2026 11:48:07 -0400 Subject: [PATCH] Update doc/changelog.rst Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- doc/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 48bcab30b..a1178ef3d 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -14,7 +14,7 @@ PyMongo 4.17 brings a number of changes including: - Added the :meth:`~pymongo.asynchronous.client_session.AsyncClientSession.bind` and :meth:`~pymongo.client_session.ClientSession.bind` methods 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. See for examples and more information. -- Added support for MongoDB 's Intelligent Workload Management (IWM) and ingress connection rate limiting features. +- Added support for MongoDB's Intelligent Workload Management (IWM) and ingress connection rate limiting features. The driver now gracefully handles write-blocking scenarios and optimizes connection establishment during high-load conditions to maintain application availability. See and for more information.