-
Notifications
You must be signed in to change notification settings - Fork 20
v4.9 Release #110
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
v4.9 Release #110
Conversation
✅ Deploy Preview for docs-pymongo ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
lgtm, non blocking comments but can take another look if needed!
source/whats-new.txt
Outdated
- Adds support for MongoDB 8.0 and Python 3.13. | ||
- Adds support for range queries with Queryable Encryption. | ||
- Adds a new asynchronous API. This API is in beta and is subject to change | ||
before full release. |
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.
- Adds support for MongoDB 8.0 and Python 3.13. | |
- Adds support for range queries with Queryable Encryption. | |
- Adds a new asynchronous API. This API is in beta and is subject to change | |
before full release. | |
- Adds support for {+mdb-server+} 8.0 and Python 3.13. | |
- Adds support for Queryable Encryption (QE) range queries. To use this | |
feature, your app must connect to {+mdb-server+} 8.0 or later. For | |
more information about QE range queries, see :manual:`Queryable | |
Encryption </core/queryable-encryption>` in the {+mdb-server+} manual. | |
- Adds a new asynchronous API. This API is in beta and is subject to change | |
before the generally available release. |
- Adds support for range queries with Queryable Encryption. | ||
- Adds a new asynchronous API. This API is in beta and is subject to change | ||
before full release. | ||
.. TODO: Add link to the Pymongo Async migration guide |
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: While this is a TODO, could you add more info about what this means for motor to the whats new item?
@@ -21,7 +21,7 @@ | |||
- ✓ | |||
- ✓ | |||
- ✓ | |||
- ✓ | |||
- |
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.
Are there language compatibility changes needed too?
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.
No, the language compat changes were already in master for this version
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-44053
Staging - https://deploy-preview-110--docs-pymongo.netlify.app/whats-new/
Self-Review Checklist