summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/deprecate-sqlalchemy-migrate-6f899935615d6984.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/deprecate-sqlalchemy-migrate-6f899935615d6984.yaml b/releasenotes/notes/deprecate-sqlalchemy-migrate-6f899935615d6984.yaml
new file mode 100644
index 0000000..bcb8252
--- /dev/null
+++ b/releasenotes/notes/deprecate-sqlalchemy-migrate-6f899935615d6984.yaml
@@ -0,0 +1,8 @@
+---
+deprecations:
+ - |
+ The ``oslo_db.sqlalchemy.migration`` module is deprecated for removal.
+ It only supports ``sqlalchemy-migrate``, which is no longer under active
+ development and has been effectively replaced by ``alembic``. Users of
+ this module should consider switching to ``alembic`` or, if necessary,
+ using ``sqlalchemy-migrate`` directly.