Wallaby Series Release Notes¶
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.
8.5.0¶
Deprecation Notes¶
The
oslo_db.sqlalchemy.migration
module is deprecated for removal. It only supportssqlalchemy-migrate
, which is no longer under active development and has been effectively replaced byalembic
. Users of this module should consider switching toalembic
or, if necessary, usingsqlalchemy-migrate
directly.
The
oslo_db.sqlalchemy.migration_cli
module is deprecated for removal. It was intended to provide an abstraction layer over different migration backends - specificallysqlalchemy-migrate
andalembic
- however, takeup has been limited and its expected that users will usealembic
directly nowadays.