Update doc/changelog.rst
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
0948cdffc8
commit
260c8298c6
@ -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 <PLACEHOLDER> 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 <DOCSP-55426> and <DOCSP-57078> for more information.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user