[release-announce] oslo.service 1.37.0 (stein)
no-reply at openstack.org
no-reply at openstack.org
Mon Feb 18 21:57:16 UTC 2019
We are delighted to announce the release of:
oslo.service 1.37.0: oslo.service library
This release is part of the stein release series.
The source is available from:
https://git.openstack.org/cgit/openstack/oslo.service
Download the package from:
https://pypi.org/project/oslo.service
Please report issues through launchpad:
https://bugs.launchpad.net/oslo.service
For more details, please see below.
1.37.0
^^^^^^
New Features
* Add support for profiling (capture function calltrace) service's
worker processes.
Changes in oslo.service 1.36.0..1.37.0
--------------------------------------
a04daef Profile Oslo Service processes
Diffstat (except docs and test files)
-------------------------------------
lower-constraints.txt | 1 +
oslo_service/eventlet_backdoor.py | 27 ++++++++++++++++
.../notes/profile-worker-5d3fd0f0251d62b8.yaml | 5 +++
requirements.txt | 1 +
5 files changed, 71 insertions(+)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 450a853..ad86e4b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -19,0 +20 @@ Paste>=2.0.2 # MIT
+Yappi>=0.98 # MIT
More information about the Release-announce
mailing list