We are gleeful to announce the release of: oslo.db 4.25.2: Oslo Database library This release is part of the pike stable release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.db Download the package from: https://pypi.org/project/oslo.db Please report issues through launchpad: https://bugs.launchpad.net/oslo.db For more details, please see below. 4.25.2 ^^^^^^ Bug Fixes * Repaired the "synchronous_reader" modifier of enginefacade so that it refers to the "writer" engine when set to True, thereby allowing "synchronous" behavior with the writer. When set to False, this is "asynchronous", so this should be associated with the async engines. The flag had the reverse behavior previously. Changes in oslo.db 4.25.1..4.25.2 --------------------------------- 53bc6b8 import zuul job settings from project-config a46f09f Reverse role of synchronous_reader 6c1812c Fix sphinx-docs job for stable branch 9da7405 Use the new PTI for document build Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 9 +++++++++ oslo_db/sqlalchemy/enginefacade.py | 6 ++++-- .../notes/fix_synchronous_reader-ca442ca9f07470ec.yaml | 8 ++++++++ setup.cfg | 4 ---- tools/tox_install.sh | 5 +++++ tox.ini | 4 +++- 8 files changed, 51 insertions(+), 16 deletions(-)
participants (1)
-
no-reply@openstack.org