Skip to content

Commit ccc5dfc

Browse files
committed
Merge branch 'master' of github.com:mongodb/mongo-python-driver
2 parents 953c06d + a435a3e commit ccc5dfc

File tree

13 files changed

+4
-43
lines changed

13 files changed

+4
-43
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Changes in Version 4.13.0 (2025/05/14)
66

77
PyMongo 4.13 brings a number of changes including:
88

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

pymongo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import re
1919
from typing import List, Tuple, Union
2020

21-
__version__ = "4.13.0.dev0"
21+
__version__ = "4.14.0.dev0"
2222

2323

2424
def get_version_tuple(version: str) -> Tuple[Union[int, str], ...]:

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)