CHANGES
=======

0.0.3
-----

* Fix .gitreview due to the repo rename/move
* Rename Marconi to Zaqar
* Updated from global requirements
* Adds extra info about python-marconiclient and usage instructions
* Updated from global requirements
* doc: Update README.rst with correct installation and contibution info

0.0.2
-----

* chore: Bump version to 0.0.2 in preparation for bugfix release
* Throw exceptions on erroneous status codes
* Enable deleting of message with claim id
* Updated from global requirements
* Initial support for openstack-client
* fix: add https support

0.0.1
-----

* chore: Classify as Beta (was pre-alpha)
* Updated from global requirements
* Updated from global requirements
* Bump client version to 0.0.1
* Don't stream by default
* Updated from global requirements
* Updated from global requirements
* Add sample for Keystone auth
* Updated from global requirements
* Move auth tests under the unit package
* Refactoring iterators
* Added API version to URL
* Add support for claims
* Updated from global requirements
* Updated from global requirements
* Added iterable list of queues
* Fix the message __repr__ formatter
* Add python3 and pypy trove classifiers
* Fix misspellings in python marconiclient
* Add /health support to the client
* Removed oslo.config from requirements.text
* Delete unused module
* Expose the stats attribute on a queue
* Sync with global requirements
* Add shard support to the client
* Keystoneclient supports Py3K now
* Let Hacking choose the right dependencies on its own
* Fixes wrong variable invoking during get transport

0.0.1a1
-------

* chore: Bump version to 0.0.1a1 in preparation for our first release!
* Add a Message resource and a MessageIterator
* Add `deserialized_content` to the response
* Use oslo.config>=1.2.0
* Add a base test class for the queues package
* Add a Client 'instantiator'
* Move request_and_transport to the Client
* Make pbr only a build-time dependency
* Add missing requests requirement
* Add `simple` example for the client library
* Remove the dependency on oslo.config
* Bootstrap Messages support
* fix: import-time side effect on errors
* Remove unused packages
* Support building wheels (PEP-427)
* Fix some links in the README
* Updated the readme to have valid links
* Add list of required fields to the API definition
* Implement queue's API methods
* change assertEquals to assertEqual
* Pass keywords to the request initialization
* Implement HTTP Transport
* Make the request object API aware
* Split get_transport into 2 different functions
* Complete refactor of api.py
* Create v1 package and move messages there
* Add prepare_request function to requests.py
* Add a base transport class
* Restructure client code
* Use latest PBR
* Add keystone backend
* Authentication API + NoAuth backend
* Add common http class
* This adds a transport layer request spec class
* Refactor client's structure to reflect Marconi's
* Remove mox from test-requirements.txt
* Added a base class for tests
* Adding first oslo module and config
* Update requirements and pbr version
* Update .gitreview for incubation org move
* Implement message controller
* Update tox.ini and setup.cfg
* Added support for running the tests under PyPy with tox
* Revert "Add apiclient library"
* Expose the version of the client
* Gate on Python 3.3
* Improve README, add HACKING
* Ignore *.egg files
* Convert to more modern openstack-common.conf format
* docs(README): add link to design wiki
* Add apiclient library
* Rename requires files to standard names
* Migrate to pbr
* Lets get the party started :)
* Added .gitreview
