[openstack-dev] [new][oslo] oslo.db 4.14.0 release (ocata)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 19 04:48:28 UTC 2016


We are chuffed to announce the release of:

oslo.db 4.14.0: Oslo Database library

This release is part of the ocata 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.13.0..4.14.0
---------------------------------

21a5c42 standardize release note page ordering
08d5f3b Add a specific exception for 'unknown database' errors
c63f6f8 Enable release notes translation
cc1b05d Updated from global requirements
e79982f Add DBDataError for "Data too long"
2f1944d Updated from global requirements
d798876 Updated from global requirements
b19738a Add additional caution looking for table, info
49eaed4 utils: fix get_unique_keys() when model has no table attached to it
fdf5e45 Update reno for stable/newton
d1c6329 Updated from global requirements
dea700d Correctly detect incomplete sort_keys passed to paginate_query
1f3d509 Fix DBReferenceError and DBNonExistentTable with new PyMySQL version


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

oslo_db/exception.py                         |  12 +++
oslo_db/sqlalchemy/exc_filters.py            |  24 ++++-
oslo_db/sqlalchemy/utils.py                  |  74 +++++++++++++-
releasenotes/source/conf.py                  |   3 +
releasenotes/source/index.rst                |   3 +-
releasenotes/source/newton.rst               |   6 ++
requirements.txt                             |   2 +-
setup.cfg                                    |   8 +-
10 files changed, 346 insertions(+), 51 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index e8dcc28..040e8ce 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14 +14 @@ sqlalchemy-migrate>=0.9.6 # Apache-2.0
-stevedore>=1.16.0 # Apache-2.0
+stevedore>=1.17.1 # Apache-2.0





More information about the OpenStack-dev mailing list