We are delighted to announce the release of: oslo.log 4.8.0: oslo.log library The source is available from: https://opendev.org/openstack/oslo.log Download the package from: https://pypi.org/project/oslo.log For more details, please see below. 4.8.0 ^^^^^ Upgrade Notes * Default value of the "[DEFAULT] logging_user_identity_format" option has been updated and now includes system scope information by default. * Default value of the "[DEFAULT] logging_context_format_string" option has been updated and now Global Request IDs are logged by default. Changes in oslo.log 4.7.0..4.8.0 -------------------------------- 2ba348f Log Global Request IDs by default 7ed065f Add system scope information to default user identity string be33d58 Update CI to use unversioned jobs template 29b6146 Add Zed in versionutils 0a4ed94 Add Python3 yoga unit tests cdcc105 Fix formatting of release list Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- oslo_log/_options.py | 8 +++---- oslo_log/versionutils.py | 2 ++ ...ging_user_identity_format-0581ce5070740375.yaml | 5 ++++ .../log-global_request_id-f97e6d663e8a80b3.yaml | 5 ++++ releasenotes/source/index.rst | 28 +++++++++++----------- requirements.txt | 2 +- 8 files changed, 42 insertions(+), 24 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 04331e4..a5626e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ oslo.config>=5.2.0 # Apache-2.0 -oslo.context>=2.20.0 # Apache-2.0 +oslo.context>=2.21.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org