Skip to content

Commit 79e4330

Browse files
authored
DOCSP-493767 Update migration admonitions to clarify release phases (#261)
1 parent b9a3470 commit 79e4330

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

Diff for: source/includes/pymongo-async-experimental.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. important::
22

3-
The {+driver-async+} driver is experimental and should not be used in
4-
production environments. Classes, methods, and behaviors described in this
5-
guide might change prior to the full release. If you encounter any
6-
issues with {+driver-async+}, you can learn how to report them on the
7-
:ref:`pymongo-issues-help` page.
3+
The {+driver-async+} driver is experimental. We do **not**
4+
recommend using it in production environments. Classes, methods, and
5+
behaviors described in this guide might change before the production release.
6+
If you encounter any issues with {+driver-async+}, you can learn how to
7+
report them on the :ref:`pymongo-issues-help` page.

Diff for: source/reference/migration.txt

+6-3
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,12 @@ Migrate From Motor
6161

6262
.. warning:: Motor Deprecation
6363

64-
Motor will be deprecated one year after the production release of the {+driver-async+}
65-
driver. We strongly recommend that Motor users migrate to the {+driver-async+} driver while
66-
Motor is still supported.
64+
The {+driver-async+} driver is experimental. We do **not** recommend using it
65+
in production environments.
66+
67+
Motor will be deprecated one year after the **production release** of the
68+
{+driver-async+} driver. We strongly recommend that Motor users migrate to
69+
the {+driver-async+} driver while Motor is still supported.
6770

6871
The {+driver-async+} driver functions similarly to the Motor library, but allows
6972
for improved latency and throughput due to directly using Python Asyncio instead

0 commit comments

Comments
 (0)