summaryrefslogtreecommitdiff
path: root/releasenotes/notes/remove-sqlalchemy-migrate-f69c805004e6bac1.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/remove-sqlalchemy-migrate-f69c805004e6bac1.yaml')
-rw-r--r--releasenotes/notes/remove-sqlalchemy-migrate-f69c805004e6bac1.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/remove-sqlalchemy-migrate-f69c805004e6bac1.yaml b/releasenotes/notes/remove-sqlalchemy-migrate-f69c805004e6bac1.yaml
new file mode 100644
index 0000000..702cb44
--- /dev/null
+++ b/releasenotes/notes/remove-sqlalchemy-migrate-f69c805004e6bac1.yaml
@@ -0,0 +1,8 @@
+---
+upgrade:
+ - |
+ The ``oslo_db.sqlalchemy.migration`` module and ``migrate`` backend for the
+ ``oslo_db.sqalchemy.migration_cli`` module, both of which were first
+ deprecated in the 8.5.0 release, have now been removed.
+ ``sqlalchemy-migrate`` is no longer under active development, does not
+ support SQLAlchemy 2.0, and has been effectively replaced by ``alembic``.