[oslo] oslo.middleware 3.23.0 (ocata)
We are glad to announce the release of: oslo.middleware 3.23.0: Oslo Middleware library This release is part of the ocata release series. The source is available from: http://git.openstack.org/cgit/openstack/oslo.middleware Download the package from: https://pypi.python.org/pypi/oslo.middleware Please report issues through launchpad: http://bugs.launchpad.net/oslo.middleware For more details, please see below. Changes in oslo.middleware 3.22.0..3.23.0 ----------------------------------------- a01e0a4 remove superfluous random stuff ae58497 Updated from global requirements bbc6259 Remove references to Python 3.4 032addd Add new middleware to send API data to statsd fa815cf Add Constraints support de49b53 Replace six.iteritems() with .items() 64b0b83 Replaces uuid.uuid4 with uuidutils.generate_uuid() 634d45e Filter X-Auth-Token in catch_errors Diffstat (except docs and test files) ------------------------------------- oslo_middleware/catch_errors.py | 2 + oslo_middleware/correlation_id.py | 4 +- oslo_middleware/debug.py | 3 +- oslo_middleware/stats.py | 131 ++++++++++++++++++++++++++ requirements.txt | 3 +- setup.cfg | 1 - tools/tox_install.sh | 30 ++++++ tox.ini | 7 +- 10 files changed, 319 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5d29b36..11fc3e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ pbr>=1.8 # Apache-2.0 -Jinja2>=2.8 # BSD License (3 clause) +Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 # BSD License (3 clause) @@ -14,0 +15 @@ debtcollector>=1.2.0 # Apache-2.0 +statsd>=3.2.1 # MIT
participants (1)
-
no-reply@openstack.org