summaryrefslogtreecommitdiff
path: root/releasenotes/notes/sqlalchemy-20-0a193a01c70f805a.yaml
blob: b2c8d6281fec5d53b8a06ecc731acfa94f7e3ebe (plain)
1
2
3
4
5
6
7
8
9
10
11
---
features:
  - |
    oslo.db now supports SQLAlchemy 2.0.
  - |
    A new ``oslo_db.compat`` module has been added. This provides a number of
    shims for handling differences between SQLAlchemy 1.x and 2.x.
upgrade:
  - |
    The ability to create engine facades that used autocommit, first deprecated
    in 12.1.0, has now been removed. This is not supported in SQLAlchemy 2.x.