Skip to content

[Backport v4.12] DOCSP-493767 Update migration admonitions to clarify release phases #262

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

Merged
merged 1 commit into from
Apr 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions source/includes/pymongo-async-experimental.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. important::

The {+driver-async+} driver is experimental and should not be used in
production environments. Classes, methods, and behaviors described in this
guide might change prior to the full release. If you encounter any
issues with {+driver-async+}, you can learn how to report them on the
:ref:`pymongo-issues-help` page.
The {+driver-async+} driver is experimental. We do **not**
recommend using it in production environments. Classes, methods, and
behaviors described in this guide might change before the production release.
If you encounter any issues with {+driver-async+}, you can learn how to
report them on the :ref:`pymongo-issues-help` page.
9 changes: 6 additions & 3 deletions source/reference/migration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,12 @@ Migrate From Motor

.. warning:: Motor Deprecation

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

Motor will be deprecated one year after the **production release** of the
{+driver-async+} driver. We strongly recommend that Motor users migrate to
the {+driver-async+} driver while Motor is still supported.

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