oslo.middleware 3.38.1 (train)
We contentedly announce the release of: oslo.middleware 3.38.1: Oslo Middleware library This release is part of the train release series. The source is available from: https://opendev.org/openstack/oslo.middleware Download the package from: https://pypi.org/project/oslo.middleware Please report issues through: https://bugs.launchpad.net/oslo.middleware/+bugs For more details, please see below. 3.38.1 ^^^^^^ Other Notes * Log when max_request_body_size is exceeded. Changes in oslo.middleware 3.38.0..3.38.1 ----------------------------------------- d6b74f5 More details when logging 413 Entity Too Large f1a47b9 Add Python 3 Train unit tests 250c571 Bump the openstackdocstheme extension to 1.20 476b46e Blacklist sphinx 2.1.0 (autodoc bug) d2e62c1 Cap Bandit below 1.6.0 and update Sphinx requirement f0a9926 Replace git.openstack.org URLs with opendev.org URLs 91e6d7a Dropping the py35 testing Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 4 +- README.rst | 6 +-- oslo_middleware/cors.py | 2 +- oslo_middleware/sizelimit.py | 12 +++-- ...request_body_size-1835363-6f37946210a100d7.yaml | 4 ++ releasenotes/source/conf.py | 57 ---------------------- setup.cfg | 3 +- test-requirements.txt | 2 +- tox.ini | 4 +- 12 files changed, 29 insertions(+), 96 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 8cbddcd..6f0580b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13 +13 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 -bandit>=1.1.0 # Apache-2.0 +bandit>=1.1.0,<1.6.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org