Skip to content

PYTHON-5859 - Remove mention and link to IWM from the changelog#2899

Merged
NoahStapp merged 2 commits into
mongodb:masterfrom
NoahStapp:PYTHON-5859
Jun 29, 2026
Merged

PYTHON-5859 - Remove mention and link to IWM from the changelog#2899
NoahStapp merged 2 commits into
mongodb:masterfrom
NoahStapp:PYTHON-5859

Conversation

@NoahStapp

Copy link
Copy Markdown
Contributor

PYTHON-5859

Changes in this PR

See ticket.

Test Plan

N/A.

Checklist

Checklist for Author

  • Did you update the changelog (if necessary)?
  • Is there test coverage?
  • Is any followup work tracked in a JIRA ticket? If so, add link(s).

Checklist for Reviewer

  • Does the title of the PR reference a JIRA Ticket?
  • Do you fully understand the implementation? (Would you be comfortable explaining how this code works to someone else?)
  • Is all relevant documentation (README or docstring) updated?

Copilot AI review requested due to automatic review settings June 29, 2026 13:43
@NoahStapp NoahStapp requested a review from a team as a code owner June 29, 2026 13:43
@NoahStapp NoahStapp requested a review from sleepyStick June 29, 2026 13:43

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates documentation around overload retry behavior and revises the 4.17.0 changelog entry related to high-load/overload handling.

Changes:

  • Add a server-version applicability note for “Overload retry options” in both synchronous and asynchronous MongoClient docstrings.
  • Edit the 4.17.0 changelog entry to remove links and adjust the wording around IWM/ingress rate limiting.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
pymongo/synchronous/mongo_client.py Adds a docstring note clarifying server-version applicability for overload retry options.
pymongo/asynchronous/mongo_client.py Mirrors the same docstring note for the async client.
doc/changelog.rst Updates the 4.17.0 changelog entry text about IWM/ingress rate limiting.

Comment thread doc/changelog.rst Outdated
Comment on lines +24 to +25
- Added support for MongoDB's Intelligent Workload Management (IWM) and ingress connection rate limiting features in MongoDB Server Version 9.0.
The driver will gracefully handles write-blocking scenarios and optimizes connection establishment during high-load conditions to maintain application availability.
Comment thread pymongo/asynchronous/mongo_client.py Outdated
Comment thread pymongo/synchronous/mongo_client.py Outdated
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@NoahStapp NoahStapp merged commit 7cea267 into mongodb:master Jun 29, 2026
87 of 88 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants