summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-10-30 16:37:01 +0000
committerGerrit Code Review <review@openstack.org>2020-10-30 16:37:01 +0000
commit2ca50a4ca76e0eca792c03bb1f8b6d4a22d56edb (patch)
tree926d7a16a5690b199e4fbdc239a2468f37e10ad9 /releasenotes
parentaad193a6dc2d3c93f5cc2209ec6cd3d9046b091c (diff)
parentfc855875236fd3bf760237fc64092f4a9d864fcb (diff)
downloadoslo-db-2ca50a4ca76e0eca792c03bb1f8b6d4a22d56edb.tar.gz
Merge "Deprecate 'oslo_db.sqlalchemy.migration' module"
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.