releases/deliverables/newton/oslo.db.yaml
Joshua Harlow 39522f6805 Oslo releases for week of july 11
Change-Id: I6fae1af980487becf1b30153648a7b28e733a3af
2016-07-12 11:08:28 -07:00

20 lines
671 B
YAML

---
launchpad: oslo.db
team: oslo
send-announcements-to: openstack-dev@lists.openstack.org
include-pypi-link: true
releases:
- version: 4.8.0
projects:
- repo: openstack/oslo.db
hash: fc3c23a722c8726504657cb8fd96a6b14146ee93
highlights: |-
* Remove sqlalchemy < 1.0.0 compatibility layer
* Add new filter for DBDataError exception
* Raise DbMigrationError for invalid version
* Remove direct dependency on babel
* api: use sane default in wrap_db_retry()
* exc_filters: catch and translate non existent constraint on drop
* Deprecate config option sqlite_db for removal
* Add support for LONGTEXT, MEDIUMTEXT to JsonEncodedType