From f31ba09713ff61086f5ebddb43a1e79b419b9802 Mon Sep 17 00:00:00 2001 From: Noah Stapp Date: Wed, 15 Apr 2026 14:42:29 -0400 Subject: [PATCH] PYTHON-5797 - Add IWM and Overload Error links to changelog (#2757) 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 a1178ef3d..7ed86dfb8 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -16,7 +16,7 @@ PyMongo 4.17 brings a number of changes including: See for examples and more information. - 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. + See the `IWM `_ or `Overload Errors `_ docs for more information. Changes in Version 4.16.0 (2026/01/07) --------------------------------------