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.migrationmodule 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 toalembicor, if necessary, usingsqlalchemy-migratedirectly.
The
oslo_db.sqlalchemy.migration_climodule is deprecated for removal. It was intended to provide an abstraction layer over different migration backends - specificallysqlalchemy-migrateandalembic- however, takeup has been limited and its expected that users will usealembicdirectly nowadays.