We are happy to announce the release of:
oslo.db 12.2.0: Oslo Database library
This release is part of the antelope release series.
The source is available from:
https://opendev.org/openstack/oslo.db
Download the package from:
https://pypi.org/project/oslo.db
Please report issues through:
https://bugs.launchpad.net/oslo.db/+bugs
For more details, please see below.
12.2.0 ^^^^^^
Deprecation Notes
* MySQL NDB Cluster support has been deprecated for removal. It appears no one is using this functionality and it's poorly understood.
Changes in oslo.db 12.1.0..12.2.0 ---------------------------------
629e613 Add Python3 antelope unit tests ea9a9d8 Imported Translations from Zanata 995a81d Fix misuse of assert_has_calls d97aa08 tests: Define a primary key 437a197 tests: Fix compatibility with PostgreSQL 14+ f3b84c9 Update master for stable/zed 10e8e77 types: Set 'cache_ok' (redux) f32890e Deprecate MySQL NDB Cluster Support 8c9ef04 trivial: Formatting changes for oslo_db.options
Diffstat (except docs and test files) -------------------------------------
.zuul.yaml | 2 +- oslo_db/options.py | 300 +++++++++++++-------- oslo_db/sqlalchemy/enginefacade.py | 9 + oslo_db/sqlalchemy/engines.py | 14 +- oslo_db/sqlalchemy/ndb.py | 57 +++- oslo_db/sqlalchemy/types.py | 28 +- oslo_db/sqlalchemy/utils.py | 23 +- ...mysql-ndb-cluster-support-cdcaa177b6a6773c.yaml | 5 + releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 17 +- releasenotes/source/zed.rst | 6 + 14 files changed, 371 insertions(+), 151 deletions(-)
participants (1)
-
no-reply@openstack.org