[release-announce] [oslo] oslo.db 4.18.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Mon Mar 6 17:21:06 UTC 2017


We are delighted to announce the release of:

oslo.db 4.18.0: Oslo Database library

This release is part of the pike release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/oslo.db

Download the package from:

    https://pypi.python.org/pypi/oslo.db

Please report issues through launchpad:

    http://bugs.launchpad.net/oslo.db

For more details, please see below.

Changes in oslo.db 4.17.0..4.18.0
---------------------------------

06871c6 Updated from global requirements
220ddc2 Update test requirement
b430b58 Establish flush() for "sub" facade contexts
2eba4ea Remove unused logging import
1a41b77 Support facade arguments, unstarted facade for patch_engine()
eafe5ec Repair unused rollback_reader_sessions parameter.
9f88fc3 Updated from global requirements
353ab39 Prepare for using standard python tests
9fb3c01 Explain paginate_query doesn't provide parameter offset
fcc794f Updated from global requirements
631db1b Update reno for stable/ocata
adeaa7b Coerce booleans to integer values in paginate_query
053f240 Remove references to Python 3.4
8eda40d Fix db_version checking for sqlalchemy-migrate


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

CONTRIBUTING.rst                                  |   4 +
oslo_db/sqlalchemy/enginefacade.py                | 134 ++++++++++++++++------
oslo_db/sqlalchemy/migration.py                   |   3 +-
oslo_db/sqlalchemy/test_base.py                   |   3 +-
oslo_db/sqlalchemy/test_fixtures.py               |   4 -
oslo_db/sqlalchemy/utils.py                       |  16 ++-
releasenotes/source/index.rst                     |   1 +
releasenotes/source/ocata.rst                     |   6 +
requirements.txt                                  |  10 +-
setup.cfg                                         |   5 +-
setup.py                                          |   2 +-
tools/test-setup.sh                               |  57 +++++++++
tox.ini                                           |   2 +-
16 files changed, 358 insertions(+), 54 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 8ade2f6..68b1357 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,2 +5,2 @@
-pbr>=1.8 # Apache-2.0
-alembic>=0.8.4 # MIT
+pbr>=2.0.0 # Apache-2.0
+alembic>=0.8.10 # MIT
@@ -10,2 +10,2 @@ oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
-oslo.context>=2.9.0 # Apache-2.0
-oslo.utils>=3.18.0 # Apache-2.0
+oslo.context>=2.12.0 # Apache-2.0
+oslo.utils>=3.20.0 # Apache-2.0
@@ -14 +14 @@ sqlalchemy-migrate>=0.9.6 # Apache-2.0
-stevedore>=1.17.1 # Apache-2.0
+stevedore>=1.20.0 # Apache-2.0





More information about the Release-announce mailing list