[openstack-dev] [release][oslo] osprofiler 1.3.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Tue Apr 19 16:40:24 UTC 2016


We are overjoyed to announce the release of:

osprofiler 1.3.0: OpenStack Profiler Library

This release is part of the newton release series.

With source available at:

    http://git.openstack.org/cgit/openstack/osprofiler

With package available at:

    https://pypi.python.org/pypi/osprofiler

Please report issues through launchpad:

    http://bugs.launchpad.net/osprofiler

For more details, please see below.

Changes in osprofiler 1.2.0..1.3.0
----------------------------------

eab2574 Add hepler to trace sessions
8be6533 Add an error tip when trace_id is not found
832c9d5 Add a similar link with reference to similar projects/libraries
e391c61 Continue work on standardizing osprofiler docs
a007a00 Remove dead/broken link to example
4dd3f3d Updates to doc conf.py to look the same as other projects
347f6a7 Clean thread local profiler object after usage
0cb213f Avoid tracing class and static methods
aa60db6 Avoid multiple tracing when applying meta or class decorator
46c3dd5 Remove outdated version
ecdd57c Dont claim copyright for future years
e53471a Use pkg_resources to get version
f776ba2 Enable bandit in gate
5f8d6de Fallback if git is absent
b977bef It's unnecessary set deprecate group for option 'enabled'
4a06c73 Add CONTRIBUTING.rst

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

CONTRIBUTING.rst                    |  16 ++
README.rst                          | 365 +++---------------------------------
osprofiler/__init__.py              |  12 +-
osprofiler/_utils.py                |   2 +-
osprofiler/cmd/commands.py          |   3 +-
osprofiler/opts.py                  |   1 -
osprofiler/profiler.py              | 100 ++++++++--
osprofiler/sqlalchemy.py            |  11 ++
osprofiler/web.py                   |   7 +-
setup.py                            |  24 ++-
test-requirements.txt               |   3 +
tox.ini                             |   8 +-
22 files changed, 626 insertions(+), 393 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 8ba925b..8e36aa8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,0 +12,3 @@ sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
+
+# Bandit security code scanner
+bandit>=0.17.3 # Apache-2.0
\ No newline at end of file





More information about the OpenStack-dev mailing list