File tree 2 files changed +11
-8
lines changed
2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
.. important ::
2
2
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.
Original file line number Diff line number Diff line change @@ -61,9 +61,12 @@ Migrate From Motor
61
61
62
62
.. warning:: Motor Deprecation
63
63
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.
67
70
68
71
The {+driver-async+} driver functions similarly to the Motor library, but allows
69
72
for improved latency and throughput due to directly using Python Asyncio instead
You can’t perform that action at this time.
0 commit comments