[release-announce] oslo.db 12.3.0 (antelope)

no-reply at openstack.org no-reply at openstack.org
Thu Jan 5 10:20:08 UTC 2023


We are tickled pink to announce the release of:

oslo.db 12.3.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.3.0
^^^^^^

New Features

* Added new option mysql_wsrep_sync_wait which sets the Galera
  "wsrep_sync_wait" variable on server login. This session-level
  variable allows Galera to ensure that writesets are fully up to date
  before running new queries, and may be used to tune application
  behavior when multiple Galera masters are targeted for SQL
  operations simultaneously.

Changes in oslo.db 12.2.0..12.3.0
---------------------------------

009d23d Add option for wsrep_sync_wait
43d0544 skip bandit on oslo_db/tests


Diffstat (except docs and test files)
-------------------------------------

oslo_db/options.py                                 |  8 ++++
oslo_db/sqlalchemy/enginefacade.py                 |  6 +++
oslo_db/sqlalchemy/engines.py                      | 21 ++++++++---
.../add_wsrep_sync_wait-e3c5a9f4bc08b203.yaml      |  8 ++++
tox.ini                                            |  2 +-
6 files changed, 79 insertions(+), 9 deletions(-)







More information about the Release-announce mailing list