We are delighted to announce the release of: oslo.db 4.9.0: Oslo Database library
This release is part of the newton release series. With source available at: http://git.openstack.org/cgit/openstack/oslo.db With package available at: https://pypi.python.org/pypi/oslo.db Please report issues through launchpad: http://bugs.launchpad.net/oslo.db For more details, please see below. 4.9.0 ^^^^^ Upgrade Notes * The allowed values for the "connection_debug" option are now restricted to the range between 0 and 100 (inclusive). Previously a number lower than 0 or higher than 100 could be given without error. But now, a "ConfigFileValueError" will be raised when the option value is outside this range. Changes in oslo.db 4.8.0..4.9.0 ------------------------------- 6bdb99f Updated from global requirements 60b5b14 Memoize sys.exc_info() before attempting a savepoint rollback 1dc55b8 Updated from global requirements a9ec13d Consolidate pifpaf commands into variables a794790 Updated from global requirements 5da12af Updated from global requirements abebffc Fixed unit tests running on Windows 20613c3 Remove discover from setup.cfg 7b76cdf Add dispose_pool() method to enginefacade context, factory e0cc306 Set a min and max on the connection_debug option d594f62 Set max pool size default to 5 72bab42 tox: add py35 envs for convenience Diffstat (except docs and test files) ------------------------------------- oslo_db/exception.py | 7 ++- oslo_db/options.py | 15 ++--- oslo_db/sqlalchemy/enginefacade.py | 14 +++++ oslo_db/sqlalchemy/engines.py | 2 +- oslo_db/sqlalchemy/exc_filters.py | 46 ++++++++++++++- .../connection_debug_min_max-bf6d53d49be7ca52.yaml | 7 +++ requirements.txt | 6 +- setup.cfg | 4 +- tox.ini | 37 ++++-------- 12 files changed, 209 insertions(+), 44 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index fbc015b..6befe2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,2 +10,2 @@ oslo.config>=3.12.0 # Apache-2.0 -oslo.context>=2.4.0 # Apache-2.0 -oslo.utils>=3.15.0 # Apache-2.0 +oslo.context!=2.6.0,>=2.4.0 # Apache-2.0 +oslo.utils>=3.16.0 # Apache-2.0 @@ -14 +14 @@ sqlalchemy-migrate>=0.9.6 # Apache-2.0 -stevedore>=1.10.0 # Apache-2.0 +stevedore>=1.16.0 # Apache-2.0 __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev