oslo.db 14.1.0 (bobcat)
We are happy to announce the release of: oslo.db 14.1.0: Oslo Database library This release is part of the bobcat 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. 14.1.0 ^^^^^^ Upgrade Notes * The ability to create engine facades that used autocommit, which was removed in 13.0.0, has been re-added temporarily to allow a longer transition time for projects. It is still deprecated and requires SQLAlchemy < 2.x. It will be removed again in a future release. * The "oslo_db.sqlalchemy.migration" module and "WalkVersionsMixin" test mixin in the "oslo_db.sqlalchemy.test_migrations", which were removed in 13.0.0, have been re-added temporarily to allow a longer transition time for projects. These are still deprecated as SQLAlchemy-Migrate is not compatible with SQLAlchemy 2.x. They will be removed again in a future release. Changes in oslo.db 14.0.0..14.1.0 --------------------------------- caebf76 [stable-only] Move sqlalchemy-migrate to doc requirements 4ee7914 [stable-only] Re-add migration helpers, tests 115c324 [stable-only] Re-add autocommit support 683d989 Update TOX_CONSTRAINTS_FILE for stable/2023.2 11927aa Update .gitreview for stable/2023.2 Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + oslo_db/sqlalchemy/enginefacade.py | 26 ++- oslo_db/sqlalchemy/migration.py | 183 +++++++++++++++++ oslo_db/sqlalchemy/test_migrations.py | 217 +++++++++++++++++++++ .../notes/readd-autocommit-b070ba5a3a57dcad.yaml | 7 + .../readd-sqlalchemy-migrate-ea7af75ef6d2f48b.yaml | 9 + tox.ini | 4 +- 10 files changed, 463 insertions(+), 5 deletions(-)
participants (1)
-
no-reply@openstack.org