summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/remove-NotCommitting-utils-fed6df0e2f85edfa.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/releasenotes/notes/remove-NotCommitting-utils-fed6df0e2f85edfa.yaml b/releasenotes/notes/remove-NotCommitting-utils-fed6df0e2f85edfa.yaml
new file mode 100644
index 0000000..c57fbad
--- /dev/null
+++ b/releasenotes/notes/remove-NotCommitting-utils-fed6df0e2f85edfa.yaml
@@ -0,0 +1,15 @@
+---
+upgrade:
+ - |
+ The following helpers have been removed from the
+ ``oslo_db.sqlalchemy.utils`` module:
+
+ - ``NonCommittingConnectable``
+ - ``NonCommittingEngine``
+ - ``NonCommittingConnection``
+ - ``NonCommittingTransaction``
+
+ These were unused outside of oslo.db and were not compatible with
+ SQLAlchemy 2.0. In addition, the ``RollsBackTransaction`` fixture has
+ been removed from ``oslo_db.sqlalchemy.test_fixtures``. This was
+ similarly unused and presented similar compatibility issues.