python-osprofiler/python-osprofiler.changes
Dominique Leuenberger 9d7caa1d6e Accepting request 397362 from Cloud:OpenStack:Factory
- Upgraded to version 1.3.0
  * Add hepler to trace sessions
  * Add an error tip when trace_id is not found
  * Add a similar link with reference to similar projects/libraries
  * Continue work on standardizing osprofiler docs
  * Remove dead/broken link to example
  * Updates to doc conf.py to look the same as other projects
  * Clean thread local profiler object after usage
  * Avoid tracing class and static methods
  * Avoid multiple tracing when applying meta or class decorator
  * Remove outdated version
  * Dont claim copyright for future years
  * Use pkg_resources to get version
  * Enable bandit in gate
  * Fallback if git is absent
  * It's unnecessary set deprecate group for option 'enabled'
  * Add CONTRIBUTING.rst

OBS-URL: https://build.opensuse.org/request/show/397362
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osprofiler?expand=0&rev=2
2016-05-23 14:40:20 +00:00

82 lines
3.0 KiB
Plaintext

-------------------------------------------------------------------
Wed Apr 27 11:48:12 UTC 2016 - mmnelemane@suse.com
- Upgraded to version 1.3.0
* Add hepler to trace sessions
* Add an error tip when trace_id is not found
* Add a similar link with reference to similar projects/libraries
* Continue work on standardizing osprofiler docs
* Remove dead/broken link to example
* Updates to doc conf.py to look the same as other projects
* Clean thread local profiler object after usage
* Avoid tracing class and static methods
* Avoid multiple tracing when applying meta or class decorator
* Remove outdated version
* Dont claim copyright for future years
* Use pkg_resources to get version
* Enable bandit in gate
* Fallback if git is absent
* It's unnecessary set deprecate group for option 'enabled'
* Add CONTRIBUTING.rst
-------------------------------------------------------------------
Sun Feb 28 13:12:06 UTC 2016 - dmueller@suse.com
- update to 1.2.0:
* Remove flake8 ignore list in tox.ini
* run py34 tests before py27 to work around testr bug
* stop making a copy of options discovered by config generator
* Make class detection more accurate
* Disable staticmethods tracing
* Add fix for static and class methods in @trace_cls
* Expose X-Trace-* constants
* Add raw Ceilometer events support to DevStack plugin
* Use raw data storage for events to collect more info
* Use oslo.utils reflection and avoid refinding decorated name
* Move osprofiler tests into osprofiler
* Consolidate osprofiler options
* Remove argparse from requirements
* Add py34 to tox env list
* Make profiler timestamp json.dumps friendly
* Replace deprecated library function os.popen() with subprocess
* Add DevStack plugin
* Remove Py33 support
* Make it possible to specify file path as a source for trace
* Remove support for py26
* Improve HTML reports performance
* Fix TracedMeta class
* Fix a couple of typos in doc strings
* Fix Ceilometer parser to use events
* remove python 2.6 trove classifier
* Add TracedMeta class
* Update requirements
* Deprecated tox -downloadcache option removed
* Fix enable/disable compatibility
* Add hacking rules & fix hacking issues
-------------------------------------------------------------------
Tue Nov 17 14:33:11 UTC 2015 - bwiedemann@suse.com
- update to 0.3.1
* Make api-paste.ini config optional
* Fix minor typos in the multi-backend specification
* Spec: Integration Testing
* Spec: Better DevStack Integration
* Spec: Multi Backend support
* Spec: Optional options in api-paste.ini
* Add specs base structure
* Update .gitreview for new namespace
* Fix date parsing when there's not milliseconds in the date
* Various cleanups
* Remove version from setup.cfg
* Stop using intersphinx
* Rename doc environment to docs
* Imporve generated trace html
* Adding a hits to notice operator when trace not found
-------------------------------------------------------------------
Wed Aug 20 06:52:43 UTC 2014 - tbechtold@suse.com
- Initial version