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.