[oslo] oslo.log 3.34.0 (queens)
We are psyched to announce the release of: oslo.log 3.34.0: oslo.log library This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.log Download the package from: https://pypi.python.org/pypi/oslo.log Please report issues through launchpad: https://bugs.launchpad.net/oslo.log For more details, please see below. 3.34.0 ^^^^^^ New Features * The JSON based formatters (namely JSONFormatter and FluentFormatter) now output an extra section called 'context' that contains the context-related keys and values, e.g. user, project and domain. Changes in oslo.log 3.33.0..3.34.0 ---------------------------------- 48d0294 Remove setting of version/release from releasenotes fc62444 Updated from global requirements 1b012d0 Capture context in its own key for JSON-based formatters Diffstat (except docs and test files) ------------------------------------- oslo_log/formatters.py | 32 +++++++++++++++------- .../add-context-section-0b2f411ec64f42f6.yaml | 6 ++++ releasenotes/source/conf.py | 12 +++----- requirements.txt | 2 +- test-requirements.txt | 4 +-- 6 files changed, 60 insertions(+), 25 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f3ef10f..54e334d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -six>=1.9.0 # MIT +six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 00da212..4e18f5e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -python-subunit>=0.0.18 # Apache-2.0/BSD +python-subunit>=1.0.0 # Apache-2.0/BSD @@ -9 +9 @@ testrepository>=0.0.18 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT
participants (1)
-
no-reply@openstack.org