Skip to content

Commit 60faca0

Browse files
authored
Update changelog for v4.13 release (#2341)
1 parent 92a5623 commit 60faca0

File tree

12 files changed

+3
-42
lines changed

12 files changed

+3
-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

0 commit comments

Comments
 (0)