]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
asyncio API can be considered beta level
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 31 Mar 2021 00:30:13 +0000 (20:30 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 31 Mar 2021 00:30:13 +0000 (20:30 -0400)
It's clear that there are at least many dozens of developers
working with the new asyncio extension and we have not had
any major bug reports.  Other than ``Session.delete`` needing
to be an awaitable, there were no backwards-incompatible issues
and we've seen no issues with wrong behaviors.

Change-Id: I48f3f2ae89b2c48adb9d8d3c053d0ef53b4d7b5b

doc/build/orm/extensions/asyncio.rst

index 12e1cc12a5aa72b0e8680937cdc7267d07a9cce6..f56068fcc25d8266259329520bd32e75ea423d5b 100644 (file)
@@ -10,10 +10,10 @@ included, using asyncio-compatible dialects.
 
 The asyncio extension requires at least Python version 3.6.
 
-
-.. note:: The asyncio should be regarded as **alpha level** for the
-   1.4 release of SQLAlchemy.  API details are **subject to change** at
-   any time.
+.. note:: The asyncio extension as of SQLAlchemy 1.4.3 can now be considered to
+   be **beta level** software. API details are subject to change however at this
+   point it is unlikely for there to be significant backwards-incompatible
+   changes.
 
 
 .. seealso::