From d0b472b10e6a74a0a004f02fbff427cc449b5e0d Mon Sep 17 00:00:00 2001 From: Shane Harvey Date: Mon, 30 Sep 2024 18:25:08 -0700 Subject: [PATCH] PYTHON-4801 Add beta warning to async tutorial --- doc/async-tutorial.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/async-tutorial.rst b/doc/async-tutorial.rst index caa277f9d8..2ccf011d8e 100644 --- a/doc/async-tutorial.rst +++ b/doc/async-tutorial.rst @@ -1,6 +1,11 @@ Async Tutorial ============== +.. warning:: This API is currently in beta, meaning the classes, methods, + and behaviors described within may change before the full release. + If you come across any bugs during your use of this API, + please file a Jira ticket in the "Python Driver" project at https://jira.mongodb.org/browse/PYTHON. + .. code-block:: pycon from pymongo import AsyncMongoClient