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

no-reply at openstack.org no-reply at openstack.org
Mon Jul 3 20:13:10 UTC 2017


We exuberantly announce the release of:

oslo.db 4.24.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.23.0..4.24.0
---------------------------------

fe64db1 rearrange content to fit the new standard layout
d17be6e Updated from global requirements
17db7e3 Fix compatibility with SQLAlchemy < 1.1.0
c5db636 Enable MySQL Storage Engine selection
fb6d4a7 Updated from global requirements
0f03f32 Updated from global requirements
5da6884 Using assertIsNone(xxx) instead of assertEqual(None, xxx)


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

.gitignore                                  |   2 +-
oslo_db/exception.py                        |   4 +
oslo_db/options.py                          |   4 +
oslo_db/sqlalchemy/enginefacade.py          |   6 +
oslo_db/sqlalchemy/engines.py               |   8 ++
oslo_db/sqlalchemy/exc_filters.py           |   5 +
oslo_db/sqlalchemy/ndb.py                   | 137 +++++++++++++++++++++
oslo_db/sqlalchemy/utils.py                 |  30 +++++
requirements.txt                            |   2 +-
setup.cfg                                   |   5 +-
26 files changed, 652 insertions(+), 262 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 62fb1c9..b6f7af4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
-oslo.config>=4.0.0 # Apache-2.0
+oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0





More information about the Release-announce mailing list