[openstack-announce] [release][oslo] oslo.middleware release 3.0.0 (mitaka)

davanum at gmail.com davanum at gmail.com
Mon Nov 23 21:18:19 UTC 2015


We are amped to announce the release of:

oslo.middleware 3.0.0: Oslo Middleware library

This release is part of the mitaka release series.

With source available at:

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

With package available at:

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

For more details, please see the git log history below and:

    http://launchpad.net/oslo.middleware/+milestone/3.0.0

Please report issues through launchpad:

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

Changes in oslo.middleware 2.11.0..3.0.0
----------------------------------------

ba7c9eb Move cors allowed_origin check into add_origin
40135b7 Backward compat for allowed_origin
682117f Updated from global requirements
1532c44 Updated from global requirements
7abf1bf remove bad entry point test logic
33a57f2 Remove python 2.6 classifier
96a6795 Updated from global requirements
c495760 Switched StrOpt to ListOpt in CORS allowed_origins
4e7bb27 Enable latent CORS configuration via pastedeploy
57356da Remove python 2.6 and cleanup tox.ini
7404a37 Add oslo_config program support to paste middleware
88ad625 Define entry points for filter factories for Paste Deployment
18d7b08 Remove oslo namespace package
b1b4f84 Allow health check results to provide there own details

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

oslo/__init__.py                               |  13 ---
oslo/middleware/__init__.py                    |  28 -------
oslo/middleware/base.py                        |  13 ---
oslo/middleware/catch_errors.py                |  13 ---
oslo/middleware/correlation_id.py              |  13 ---
oslo/middleware/debug.py                       |  13 ---
oslo/middleware/request_id.py                  |  13 ---
oslo/middleware/sizelimit.py                   |  13 ---
oslo_middleware/base.py                        |  10 ++-
oslo_middleware/cors.py                        |  67 +++++++++------
oslo_middleware/healthcheck/__init__.py        |  22 +++++
oslo_middleware/healthcheck/disable_by_file.py |  16 ++--
oslo_middleware/healthcheck/pluginbase.py      |  11 ++-
requirements.txt                               |   6 +-
setup.cfg                                      |  16 ++--
test-requirements.txt                          |   2 +-
tox.ini                                        |  14 +---
27 files changed, 266 insertions(+), 502 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 464eb56..df4e05c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ Babel>=1.3
-Jinja2>=2.6 # BSD License (3 clause)
+Jinja2>=2.8 # BSD License (3 clause)
@@ -9 +9 @@ ordereddict
-oslo.config>=2.6.0 # Apache-2.0
+oslo.config>=2.7.0 # Apache-2.0
@@ -12 +12 @@ oslo.i18n>=1.5.0 # Apache-2.0
-oslo.utils!=2.6.0,>=2.4.0 # Apache-2.0
+oslo.utils>=2.8.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 0270deb..29dea5b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ mock>=1.2
-oslosphinx>=2.5.0 # Apache-2.0
+oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0





More information about the OpenStack-announce mailing list