Skip to content

Commit ec0c4e5

Browse files
committed
Remove beta warnings
1 parent b00d37c commit ec0c4e5

File tree

12 files changed

+2
-42
lines changed

12 files changed

+2
-42
lines changed

doc/api/gridfs/asynchronous/index.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
:mod:`gridfs async` -- Async tools for working with GridFS
22
==========================================================
33

4-
.. warning:: This API is currently in beta, meaning the classes, methods,
5-
and behaviors described within may change before the full release.
6-
If you come across any bugs during your use of this API,
7-
please file a Jira ticket in the "Python Driver" project at https://jira.mongodb.org/browse/PYTHON.
84

95
.. automodule:: gridfs.asynchronous
106
:synopsis: Async tools for working with GridFS
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
:mod:`change_stream` -- Watch changes on a collection, database, or cluster
22
===========================================================================
33

4-
.. warning:: This API is currently in beta, meaning the classes, methods,
5-
and behaviors described within may change before the full release.
6-
If you come across any bugs during your use of this API,
7-
please file a Jira ticket in the "Python Driver" project at https://jira.mongodb.org/browse/PYTHON.
84

95
.. automodule:: pymongo.asynchronous.change_stream
106
:members:
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
:mod:`client_session` -- Logical sessions for sequential operations
22
===================================================================
33

4-
.. warning:: This API is currently in beta, meaning the classes, methods,
5-
and behaviors described within may change before the full release.
6-
If you come across any bugs during your use of this API,
7-
please file a Jira ticket in the "Python Driver" project at https://jira.mongodb.org/browse/PYTHON.
84

95
.. automodule:: pymongo.asynchronous.client_session
106
:members:

doc/api/pymongo/asynchronous/collection.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
:mod:`collection` -- Collection level operations
22
================================================
33

4-
.. warning:: This API is currently in beta, meaning the classes, methods,
5-
and behaviors described within may change before the full release.
6-
If you come across any bugs during your use of this API,
7-
please file a Jira ticket in the "Python Driver" project at https://jira.mongodb.org/browse/PYTHON.
84

95
.. automodule:: pymongo.asynchronous.collection
106
:synopsis: Collection level operations

doc/api/pymongo/asynchronous/command_cursor.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
:mod:`command_cursor` -- Tools for iterating over MongoDB command results
22
=========================================================================
33

4-
.. warning:: This API is currently in beta, meaning the classes, methods,
5-
and behaviors described within may change before the full release.
6-
If you come across any bugs during your use of this API,
7-
please file a Jira ticket in the "Python Driver" project at https://jira.mongodb.org/browse/PYTHON.
84

95
.. automodule:: pymongo.asynchronous.command_cursor
106
:synopsis: Tools for iterating over MongoDB command results

doc/api/pymongo/asynchronous/cursor.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
:mod:`cursor` -- Tools for iterating over MongoDB query results
22
===============================================================
33

4-
.. warning:: This API is currently in beta, meaning the classes, methods,
5-
and behaviors described within may change before the full release.
6-
If you come across any bugs during your use of this API,
7-
please file a Jira ticket in the "Python Driver" project at https://jira.mongodb.org/browse/PYTHON.
84

95
.. automodule:: pymongo.asynchronous.cursor
106
:synopsis: Tools for iterating over MongoDB query results

doc/api/pymongo/asynchronous/database.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
:mod:`database` -- Database level operations
22
============================================
33

4-
.. warning:: This API is currently in beta, meaning the classes, methods,
5-
and behaviors described within may change before the full release.
6-
If you come across any bugs during your use of this API,
7-
please file a Jira ticket in the "Python Driver" project at https://jira.mongodb.org/browse/PYTHON.
84

95
.. automodule:: pymongo.asynchronous.database
106
:synopsis: Database level operations

doc/api/pymongo/asynchronous/index.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
:mod:`pymongo async` -- Async Python driver for MongoDB
22
=======================================================
33

4-
.. warning:: This API is currently in beta, meaning the classes, methods,
5-
and behaviors described within may change before the full release.
6-
If you come across any bugs during your use of this API,
7-
please file a Jira ticket in the "Python Driver" project at https://jira.mongodb.org/browse/PYTHON.
84

95
.. automodule:: pymongo.asynchronous
106
:synopsis: Asynchronous Python driver for MongoDB

doc/api/pymongo/asynchronous/mongo_client.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
:mod:`mongo_client` -- Tools for connecting to MongoDB
22
======================================================
33

4-
.. warning:: This API is currently in beta, meaning the classes, methods,
5-
and behaviors described within may change before the full release.
6-
If you come across any bugs during your use of this API,
7-
please file a Jira ticket in the "Python Driver" project at https://jira.mongodb.org/browse/PYTHON.
84

95
.. automodule:: pymongo.asynchronous.mongo_client
106
:synopsis: Tools for connecting to MongoDB

doc/async-tutorial.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
Async Tutorial
22
==============
33

4-
.. warning:: This API is currently in beta, meaning the classes, methods,
5-
and behaviors described within may change before the full release.
6-
If you come across any bugs during your use of this API,
7-
please file a Jira ticket in the "Python Driver" project at https://jira.mongodb.org/browse/PYTHON.
84

95
.. code-block:: pycon
106

doc/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Changes in Version 4.13.0 (2025/05/14)
77
PyMongo 4.13 brings a number of changes including:
88

99
- The asynchronous API is now stable and no longer in beta.
10+
See the `API docs <https://pymongo.readthedocs.io/en/stable/api/pymongo/asynchronous/>`_
11+
or `migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_ for more information.
1012
- Fixed a bug where :class:`pymongo.write_concern.WriteConcern` repr was not eval-able
1113
when using ``w="majority"``.
1214

pymongo/asynchronous/mongo_client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,6 @@ def __init__(
194194
For more details, see the relevant section of the PyMongo 4.x migration guide:
195195
:ref:`pymongo4-migration-direct-connection`.
196196
197-
.. warning:: This API is currently in beta, meaning the classes, methods, and behaviors described within may change before the full release.
198-
199197
The client object is thread-safe and has connection-pooling built in.
200198
If an operation fails because of a network error,
201199
:class:`~pymongo.errors.ConnectionFailure` is raised and the client

0 commit comments

Comments
 (0)