CHANGES
=======

0.1.1
-----

* Remove unused libs from requirments and fix info in setup.cfg

0.1.0
-----

* Add extra docs in sqlalchemy module
* Make hmac required argument in profiler.Profiler.init
* Refactor WSGI.middleware and imporve test coverage
* Improve test coverage
* Improve README
* Base64 encode the 'X-Trace-Info' header
* Fix text requirements
* Edit notifier.notify()
* Add sanity tests for profiler and hmac usage
* Imporve ceilometer parser
* Split code sugar and logic in Profiler class
* Simplify notifer API
* Add git review file
* Add in hmac signing/verification
* Make name also use a deque
* Use a collections.deque which has thread safe pop/append

0.0.1
-----

* Add work around if not all messages were consumed by ceilometer
* Remove information about service in profiler
* Add parser of ceilometer notifications
* Fix setup.cfg python 2.6 is supported as well
* Add possibility to disable sqlalchemy tracing
* Fix WSGI middleware and add unit tests
* Remove from sqlachemy.after_execute notifcation resutls and add UTs
* Imporove profiler and add UTs
* Update global requirments
* Remove unused dependency from requirments.txt
* Fix licenses
* Fix pep
* Add tracer for sqlalchemy
* Add WSGI Middleware
* Add profiler class
* Init Strucutre of lib
* Initial commit
