[release-announce] oslo.db 5.0.0 (train)

no-reply at openstack.org no-reply at openstack.org
Tue May 21 17:42:33 UTC 2019


We are overjoyed to announce the release of:

oslo.db 5.0.0: Oslo Database library

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/oslo.db

Download the package from:

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

Please report issues through:

    https://bugs.launchpad.net/oslo.db/+bugs

For more details, please see below.

5.0.0
^^^^^

Bug Fixes

* Removed deprecated database option "min_pool_size".

  This option had no effect and was deprecated in Rocky. For more
  information see bug 1764786
  (https://bugs.launchpad.net/oslo.db/+bug/1764786).

Changes in oslo.db 4.46.0..5.0.0
--------------------------------

05ddd9f docs: Use sphinxcontrib.apidoc for building API docs
925bb81 Cap Bandit below 1.6.0 and update Sphinx requirement
cc5c0e3 Replace git.openstack.org URLs with opendev.org URLs
7c164cf Support context function argument as keyword
6cfdc11 Removing deprecated min_pool_size


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

README.rst                                         |  2 +-
oslo_db/options.py                                 | 11 -----
oslo_db/sqlalchemy/enginefacade.py                 |  7 ++-
...-deprecated-min-pool-size-1f351d79fe232129.yaml |  7 +++
setup.cfg                                          | 19 +-------
test-requirements.txt                              |  2 +-
tox.ini                                            | 54 +++++++++++-----------
12 files changed, 69 insertions(+), 111 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 27a9e3f..26e7f56 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -15 +15 @@ os-testr>=1.0.0 # Apache-2.0
-bandit>=1.1.0 # Apache-2.0
+bandit>=1.1.0,<1.6.0 # Apache-2.0






More information about the Release-announce mailing list