We enthusiastically announce the release of: oslo.db 12.3.1: 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.1 ^^^^^^ Bug Fixes * The newly added mysql_wsrep_sync_wait parameter now defaults to non- present in the enginefacade's default configuration options, so that it is not configured in a MySQL / MariaDB database by default, unless passed in the options explicitly. Previously, the default value was "0", meaning the wsrep_sync_wait parameter would be set unconditionally on new connections, which would fail for MySQL backends that don't provide for this setting. Changes in oslo.db 12.3.0..12.3.1 --------------------------------- b689b63 Fix default value for wsrep_sync_wait option Diffstat (except docs and test files) ------------------------------------- oslo_db/options.py | 3 ++- oslo_db/sqlalchemy/enginefacade.py | 9 +++++---- releasenotes/notes/fix_mysql_wsrsp-0ef98dec5ea3759f.yaml | 9 +++++++++ 5 files changed, 30 insertions(+), 5 deletions(-)
participants (1)
-
no-reply@openstack.org