[release-announce] oslo.log 5.0.1

no-reply at openstack.org no-reply at openstack.org
Thu Oct 20 11:21:25 UTC 2022


We joyfully announce the release of:

oslo.log 5.0.1: 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.

5.0.1
^^^^^

Bug Fixes

* Bug #1983863 (https://bugs.launchpad.net/oslo.log/+bug/1983863):
  Fixed logging in eventlet native threads.

Changes in oslo.log 5.0.0..5.0.1
--------------------------------

94b9dc3 Fix logging in eventlet native threads


Diffstat (except docs and test files)
-------------------------------------

oslo_log/log.py                                    |  17 ++
oslo_log/pipe_mutex.py                             | 142 ++++++++++++++
.../native-threads-logging-cc84f7288c4835a0.yaml   |   6 +
test-requirements.txt                              |   2 +
5 files changed, 376 insertions(+)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 0dd4bbc..3fce04a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -18,0 +19,2 @@ pre-commit>=2.6.0 # MIT
+
+eventlet>=0.30.1,!=0.32.0 # MIT






More information about the Release-announce mailing list