We are psyched to announce the release of: oslo.log 6.0.0: oslo.log library This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/oslo.log Download the package from: https://pypi.org/project/oslo.log Please report issues through: https://bugs.launchpad.net/oslo.log/+bugs For more details, please see below. 6.0.0 ^^^^^ Upgrade Notes ************* * Setting "[DEFAULT] watch_log_file = True" now raises RuntimeError while configuring logger. The feature has been broken for multiple cycles and depends on pyinotify library which is not maintained now. Deprecation Notes ***************** * The "watch_log_file" option has been deprecated and will be removed in a future release. Changes in oslo.log 5.5.0..6.0.0 -------------------------------- f05a852 Remove unused pyinotify efb61c9 Remove old excludes b977cb9 Remove implementation for watch_log_file 142fde8 Apply eventlet workaround only once 31603ac Deprecate watch_log_file 65e3346 Remove fallback for old oslo.context 4bd77b6 Fix broken reference to rate_limit_except_level 42639aa Validate rate_limit_except_level by choices b45052a Imported Translations from Zanata a1fe1b9 Fix eventlet detection 6628591 Update master for stable/2024.1 f157e2b reno: Update master for unmaintained/victoria Diffstat (except docs and test files) ------------------------------------- oslo_log/_options.py | 8 +- oslo_log/formatters.py | 8 -- oslo_log/log.py | 18 ++-- oslo_log/watchers.py | 111 --------------------- .../deprecate-watch-log-file-ba9524ae872e7c01.yaml | 11 ++ releasenotes/source/2024.1.rst | 6 ++ releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 12 ++- releasenotes/source/victoria.rst | 2 +- requirements.txt | 2 - test-requirements.txt | 2 +- 15 files changed, 51 insertions(+), 246 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index baf7e42..4adc96c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,2 +6,0 @@ oslo.serialization>=2.25.0 # Apache-2.0 -debtcollector>=1.19.0 # Apache-2.0 -pyinotify>=0.9.6;sys_platform!='win32' and sys_platform!='darwin' and sys_platform!='sunos5' # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 7692960..919b8a8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ fixtures>=3.0.0 # Apache-2.0/BSD -eventlet>=0.30.1,!=0.32.0 # MIT +eventlet>=0.30.1 # MIT
participants (1)
-
no-reply@openstack.org