We are amped to announce the release of: oslo.db 17.1.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/oslo.db Download the package from: https://pypi.org/project/oslo.db Please report issues through: https://bugs.launchpad.net/oslo.db/+bugs For more details, please see below. Changes in oslo.db 17.0.0..17.1.0 --------------------------------- 7cfe7fc Create new asyncio version of enginefacade ac988d1 reno: Update master for unmaintained/2023.1 Diffstat (except docs and test files) ------------------------------------- oslo_db/options.py | 16 + oslo_db/sqlalchemy/asyncio_facade.py | 510 +++++++++++++++ oslo_db/sqlalchemy/enginefacade.py | 783 +++++++++++++++--------- oslo_db/sqlalchemy/engines.py | 242 +++++--- releasenotes/source/2023.1.rst | 2 +- test-requirements.txt | 1 + 9 files changed, 1231 insertions(+), 403 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 6aae3ef..5df6765 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,0 +12 @@ pifpaf>=0.10.0 # Apache-2.0 +aiosqlite>=0.20.0 # MIT License
participants (1)
-
no-reply@openstack.org