[release-announce] oslo.log 5.2.0 (antelope)
no-reply at openstack.org
no-reply at openstack.org
Tue Mar 21 16:29:01 UTC 2023
We jubilantly announce the release of:
oslo.log 5.2.0: oslo.log library
This release is part of the antelope 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.
5.2.0
^^^^^
Other Notes
* This release reverts fix for Bug #1983863
(https://bugs.launchpad.net/oslo.log/+bug/1983863): Fixed logging in
eventlet native threads. This fix caused gate problems during cross-
project testing and needed to be removed from 2023.1 Antelope
release.
Changes in oslo.log 5.1.0..5.2.0
--------------------------------
16a8a42 Add 'revert bugfix #1983863' release note
9350a40 Revert "Fix logging in eventlet native threads"
974766a Revert "Make the eventlet logging fix execution conditional"
94c11c6 Update TOX_CONSTRAINTS_FILE for stable/2023.1
de2d8a9 Update .gitreview for stable/2023.1
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 3 +-
oslo_log/log.py | 20 +-
oslo_log/pipe_mutex.py | 142 --------------
.../native-threads-logging-cc84f7288c4835a0.yaml | 6 -
...rt-native-threads-logging-e5e103eb81b4acad.yaml | 8 +
test-requirements.txt | 2 -
tox.ini | 6 +-
8 files changed, 14 insertions(+), 382 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 3fce04a..0dd4bbc 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -19,2 +18,0 @@ pre-commit>=2.6.0 # MIT
-
-eventlet>=0.30.1,!=0.32.0 # MIT
More information about the Release-announce
mailing list