Xena Series Release Notes¶
11.0.0¶
Notes de mises à jours¶
Checks specific to the DB2 database have been removed. This database has not been supported by any OpenStack project for many years.
The
check_foreign_keyshelper of theoslo_db.sqlalchemy.test_migrations.ModelsMigrationsSyncbase test class has been removed. This was deprecated in 1.4.1 as alembic now supports this capability.
The
_walk_versions,_migrate_down, and_migrate_upmethods of theoslo_db.sqlalchemy.test_migrations.ModelsMigrationsSyncbase test class have been removed. These were deprecated in 0.5.0 in favour of their non-private equivalents,walk_versions,migrate_down, andmigrate_uprespectively.
Notes dépréciées¶
The
oslo_db.concurrency.TpoolDbapiWrapperclass and supporting[database] use_tpoolconfig option are now deprecated. This feature never graduated from experimental status and is slated for removal due to lack of maintenance and test coverage. Users should switch tooslo_db.api.DBAPI.from_configand remove references to the deprecated config option from their documentation.