From 96fcdcbe2cf1ae75e264caae3986b95ee0f793e7 Mon Sep 17 00:00:00 2001 From: Stephanie Aurelio Date: Thu, 17 Apr 2025 10:39:25 -0700 Subject: [PATCH 1/4] update admonitions --- source/includes/pymongo-async-experimental.rst | 2 +- source/reference/migration.txt | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/source/includes/pymongo-async-experimental.rst b/source/includes/pymongo-async-experimental.rst index 4d332cfe..13505525 100644 --- a/source/includes/pymongo-async-experimental.rst +++ b/source/includes/pymongo-async-experimental.rst @@ -2,6 +2,6 @@ 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 + guide might change prior to 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. \ No newline at end of file diff --git a/source/reference/migration.txt b/source/reference/migration.txt index 919739ef..229f0c5b 100644 --- a/source/reference/migration.txt +++ b/source/reference/migration.txt @@ -61,9 +61,11 @@ 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 currently experimental and should not be used + 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 From 6e0d77e6fe025791136fe81bbd4b2d819ec2432d Mon Sep 17 00:00:00 2001 From: Stephanie Aurelio Date: Thu, 17 Apr 2025 10:50:49 -0700 Subject: [PATCH 2/4] wording --- source/reference/migration.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source/reference/migration.txt b/source/reference/migration.txt index 229f0c5b..d97a932d 100644 --- a/source/reference/migration.txt +++ b/source/reference/migration.txt @@ -62,10 +62,11 @@ Migrate From Motor .. warning:: Motor Deprecation The {+driver-async+} driver is currently experimental and should not be used - 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. + 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 From dd4a5567052280abf425c861e94d30741deaf5af Mon Sep 17 00:00:00 2001 From: Stephanie Aurelio Date: Fri, 18 Apr 2025 09:55:28 -0700 Subject: [PATCH 3/4] rr feedback --- source/includes/pymongo-async-experimental.rst | 10 +++++----- source/reference/migration.txt | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/source/includes/pymongo-async-experimental.rst b/source/includes/pymongo-async-experimental.rst index 13505525..3a74e8cd 100644 --- a/source/includes/pymongo-async-experimental.rst +++ b/source/includes/pymongo-async-experimental.rst @@ -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 production release. If you encounter any - issues with {+driver-async+}, you can learn how to report them on the - :ref:`pymongo-issues-help` page. \ No newline at end of file + The {+driver-async+} driver is currently 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. \ No newline at end of file diff --git a/source/reference/migration.txt b/source/reference/migration.txt index d97a932d..dda541b4 100644 --- a/source/reference/migration.txt +++ b/source/reference/migration.txt @@ -61,8 +61,8 @@ Migrate From Motor .. warning:: Motor Deprecation - The {+driver-async+} driver is currently experimental and should not be used - in production environments. + The {+driver-async+} driver is currently 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 From c0eaaa9d0ff262cb7a33f861280d917f470381cf Mon Sep 17 00:00:00 2001 From: Stephanie Aurelio Date: Fri, 18 Apr 2025 10:02:17 -0700 Subject: [PATCH 4/4] vale fix --- source/includes/pymongo-async-experimental.rst | 2 +- source/reference/migration.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/includes/pymongo-async-experimental.rst b/source/includes/pymongo-async-experimental.rst index 3a74e8cd..5bd947c5 100644 --- a/source/includes/pymongo-async-experimental.rst +++ b/source/includes/pymongo-async-experimental.rst @@ -1,6 +1,6 @@ .. important:: - The {+driver-async+} driver is currently experimental. We do **not** + 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 diff --git a/source/reference/migration.txt b/source/reference/migration.txt index dda541b4..b120ccbf 100644 --- a/source/reference/migration.txt +++ b/source/reference/migration.txt @@ -61,8 +61,8 @@ Migrate From Motor .. warning:: Motor Deprecation - The {+driver-async+} driver is currently experimental. We do **not** - recommend using it in production environments. + 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