summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2020-10-30 10:12:13 +0000
committerStephen Finucane <stephenfin@redhat.com>2020-10-30 10:40:24 +0000
commitfc855875236fd3bf760237fc64092f4a9d864fcb (patch)
treed7361d447cfb51e0b3f04ae5e6515ceb555b4b32 /releasenotes
parentf62ddb15244d5b5aa0c54f2d6b0ae30799835eb2 (diff)
downloadoslo-db-fc855875236fd3bf760237fc64092f4a9d864fcb.tar.gz
Deprecate 'oslo_db.sqlalchemy.migration' module
This module hasn't been touched with years and 'sqlalchemy-migrate' is effectively abandoned. It's time to drop support for this an encourage the laggards to switch to alembic and use it directly. Change-Id: I59335b4f318bae2e29ab139cdea089a4d6e14305 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
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.