-
Notifications
You must be signed in to change notification settings - Fork 301
DOCSP-50785: Update Motor deprecation verbiage #1011
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
mcmorisi
merged 9 commits into
mongodb:master
from
mcmorisi:DOCSP-50785-motor-deprecation
Jun 16, 2025
Merged
Changes from 5 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
fa80973
DOCSP-50785: Update Motor deprecation verbiage
mcmorisi ce5cb09
Fix?
mcmorisi 59d6dee
Fix?
mcmorisi 1389cdf
Fix
mcmorisi 5a46b00
Fix
mcmorisi 103ce28
MW feedback
mcmorisi 12f8cb6
Fix?
mcmorisi 3479271
How about this
mcmorisi 61b7a04
Fix
mcmorisi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -25,10 +25,11 @@ atlas = "MongoDB Atlas" | |||||||||||||
targets = ["motor.txt"] | ||||||||||||||
variant = "warning" | ||||||||||||||
value = """ | ||||||||||||||
As of May 14th, 2025, Motor has been sunset in favor of the GA release of the PyMongo Async API in Pymongo. \ | ||||||||||||||
No new features will be added to Motor. Motor will be deprecated on May 14th, 2026, \ | ||||||||||||||
and no further bug fixes will be released after deprecation, with the exception of critical bug fixes, which will be released until May 14th, 2027. \ | ||||||||||||||
We strongly recommend that Motor users migrate to PyMongo Async while Motor is still supported. \ | ||||||||||||||
To learn how to migrate from Motor to the PyMongo Async API, see the \ | ||||||||||||||
`Migrate to PyMongo Async guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`__. | ||||||||||||||
As of May 14, 2025, Motor is deprecated in favor of the GA release of the PyMongo Async | ||||||||||||||
API in the PyMongo library. No new features will be added to Motor, and we will only | ||||||||||||||
provide bug fixes until it reaches end of life on May 14, 2026. After that, we will only | ||||||||||||||
fix critical bugs until final support ends on May 14, 2027. We | ||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I: only
Suggested change
|
||||||||||||||
strongly recommend migrating to the PyMongo Async API while Motor is still supported. | ||||||||||||||
For more information on migrating, see the `Migrate to PyMongo Async <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`__ | ||||||||||||||
guide in the PyMongo documentation. | ||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I: about/on
Suggested change
can this be its own paragraph? |
||||||||||||||
""" |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
S: active voice