-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update changelog for v4.13 release #2341
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
Conversation
@@ -6,6 +6,7 @@ Changes in Version 4.13.0 (2025/05/14) | |||
|
|||
PyMongo 4.13 brings a number of changes including: | |||
|
|||
- The asynchronous API is now stable and no longer in beta. |
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.
Could you add a link to the api or the async tutorial page?
@@ -6,6 +6,7 @@ Changes in Version 4.13.0 (2025/05/14) | |||
|
|||
PyMongo 4.13 brings a number of changes including: |
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.
We still need to remove the "This API is currently in beta" warnings in the async api docs.
doc/changelog.rst
Outdated
@@ -6,6 +6,9 @@ Changes in Version 4.13.0 (2025/05/14) | |||
|
|||
PyMongo 4.13 brings a number of changes including: | |||
|
|||
- The asynchronous API is now stable and no longer in beta. | |||
See the `API docs <https://pymongo.readthedocs.io/en/stable/api/pymongo/asynchronous/>`_ |
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.
This one should be a doc link:
:mod:`pymongo.asynchronous`
No description provided.