We are happy to announce the release of: oslo.db 15.0.0: Oslo Database library This release is part of the caracal 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. 15.0.0 ^^^^^^ Upgrade Notes * The following deprecated option aliases have been removed: * "[DEFAULT] sqlite_synchronous" (use "[database] sqlite_synchronous") * "[DEFAULT] db_backend" (use "[database] backend") * "[DEFAULT] sql_connection", "[DATABASE] sql_connection", "[sql] connection" (use "[database] connection") * "[DEFAULT] sql_max_retries", "[DATABASE] sql_max_retries" (use "[database] max_retries") * "[DEFAULT] sql_retry_interval", "[DATABASE] reconnect_interval" (use "[database] retry_interval") * "[DEFAULT] sql_max_overflow", "[DATABASE] sqlalchemy_max_overflow" (use "[database] max_overflow") * "[DEFAULT] sql_connection_debug" (use "[database] connection_debug") * "[DEFAULT] sql_connection_trace" (use "[database] connection_trace") * "[DATABASE] sqlalchemy_pool_timeout" (use "[database] pool_timeout") Changes in oslo.db 14.0.0..15.0.0 --------------------------------- c66bc22 Display coverage report 41fcc96 reno: Update master for unmaintained/yoga 05d8f82 Bump hacking (again) 300a41c Bump hacking 7811687 Update python classifier in setup.cfg 45dd78c Fix zuul config warning 5854e6b bindep: Use new mysql-* package names 1ae3468 Update master for stable/2023.2 6c780a4 Add link to bug bf90aed options: Remove deprecated option aliases Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 2 +- .zuul.yaml | 8 +++- bindep.txt | 10 +++-- oslo_db/options.py | 29 ------------- oslo_db/sqlalchemy/exc_filters.py | 1 + .../remove-deprecated-opts-1d095911e82fee3b.yaml | 18 +++++++++ releasenotes/source/2023.2.rst | 6 +++ releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 2 +- requirements.txt | 4 -- setup.cfg | 1 + test-requirements.txt | 5 +-- tox.ini | 2 + 15 files changed, 49 insertions(+), 95 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7764c23..d2f44f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - diff --git a/test-requirements.txt b/test-requirements.txt index 75b9f7e..dde2d0b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org