We are overjoyed to announce the release of: oslo.db 8.5.1: Oslo Database library This release is part of the wallaby stable 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. 8.5.1 ^^^^^ Bug Fixes * In mysql 8.0.19, duplicate key error information is extended to include the table name of the key. Previously, duplicate key error information included only the key value and key name. This extends capabilities to handle changes in duplicate key error information with newer mysql version since 8.0.19. Changes in oslo.db 8.5.0..8.5.1 ------------------------------- 698e909 Followup of "Added handler for mysql 8.0.19 duplicate key error update" 0646eb6 Remove lower-constraints remnants 1c0062c Dropping lower constraints testing b32b643 Added handler for mysql 8.0.19 duplicate key error update 02c4287 Update TOX_CONSTRAINTS_FILE for stable/wallaby f5b3c68 Update .gitreview for stable/wallaby 8d1e113 Unblock wallaby gate Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .pre-commit-config.yaml | 8 ++- .zuul.yaml | 1 - lower-constraints.txt | 61 ---------------------- oslo_db/sqlalchemy/exc_filters.py | 9 ++++ ...-error-information-update-548888bc44b8dbd7.yaml | 8 +++ tox.ini | 9 +--- 8 files changed, 52 insertions(+), 71 deletions(-)