We are stoked to announce the release of: osprofiler 1.12.0: OpenStack Profiler Library This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/osprofiler Download the package from: https://pypi.python.org/pypi/osprofiler Please report issues through launchpad: https://bugs.launchpad.net/osprofiler For more details, please see below. Changes in osprofiler 1.11.0..1.12.0 ------------------------------------ 2efa976 Do not require OpenStack authentication to run osprofiler CLI 00eaa10 Make dependency on oslo.messaging runtime only 17f8441 Make test_notifier independent of test case execution order 7813c4a Add function/sql results to trace info 88c1e8b Improve unit test coverage 362c4f7 Remove unused parameters from Profiler class 30c35a1 Add loading local static files option of template.html 8dee13c Update reno for stable/pike Diffstat (except docs and test files) ------------------------------------- osprofiler/cmd/commands.py | 6 +++ osprofiler/cmd/shell.py | 25 --------- osprofiler/cmd/template.html | 31 ++++++++---- osprofiler/drivers/messaging.py | 16 ++++-- osprofiler/initializer.py | 9 +--- osprofiler/profiler.py | 67 +++++++++++++++---------- osprofiler/sqlalchemy.py | 28 ++++++++--- releasenotes/source/index.rst | 1 + releasenotes/source/pike.rst | 6 +++ requirements.txt | 1 - 18 files changed, 266 insertions(+), 139 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e38a9d8..dcb5bc8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2 +1,0 @@ six>=1.9.0 # MIT -oslo.messaging>=5.2.0 # Apache-2.0