We are excited to announce the release of: oslo.db 4.42.0: Oslo Database library This release is part of the stein 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.42.0 ^^^^^^ New Features * Added new ".is_started" boolean flag to enginefacade context manager and factory objects, so that double-configure scenarios can be prevented by calling code. Additionally, the "TypeError" raised when configure is called after the factory is started is now a specific subclass "enginefacade.AlreadyStartedError". Changes in oslo.db 4.41.1..4.42.0 --------------------------------- 5b36e16 Add "is_started" flag to enginefacade 1f0f565 Move warnings to their own module baa0a04 Clean up .gitignore references to personal tools 67b02d0 Always build universal wheels 49e5bbe Don't quote {posargs} in tox.ini Diffstat (except docs and test files) ------------------------------------- .gitignore | 15 +++++--- oslo_db/exception.py | 33 +++++------------ oslo_db/sqlalchemy/enginefacade.py | 27 +++++++++++--- oslo_db/warning.py | 41 ++++++++++++++++++++++ .../notes/add_facade_started-14f9bc34fac89371.yaml | 8 +++++ setup.cfg | 2 +- tox.ini | 2 +- 8 files changed, 122 insertions(+), 35 deletions(-)
participants (1)
-
no-reply@openstack.org