CHANGES
=======

0.7.1
-----

* Version 0.7.1
* account: add delete command (only if account is empty)

0.7.0
-----

* version 0.7.0
* specify min versions for deps
* Sort chunks by score before downloading
* remove unnecessary call to unlink after container delete (now handled by oio proxy)
* rainx rebuild: deal with exception on broken chunks
* cli: add --name option to object create
* rain: rebuild metachunk on the fly in case of download error
* rain: fix upload of empty content
* rain: fix unit tests
* directory: force reference correctly implemented
* object_storage: new xattr now mandatory for chunks
* fix pep8 errors
* rain: fix header name
* support for storage policy on object create
* cli: fix the order of chunks in the object info command
* object_create: save chunk-method in meta2
* rainx: add basic support Upload of empty content and rebuilding are not yet supported
* gitignore: ignore Pycharm files

0.6.0
-----

* version 0.6.0
* cli: add content id and version fields in object show output
* add support for new content-id and version headers in object_create
* fix default headers use
* use buffered read for chunks responses during object create
* fix unit tests for chunk download handler
* improve README.md
* remove pbr runtime dependency

0.5.3
-----

* version 0.5.3
* fix mock call in unit tests
* cli: add info command for reference, container and obj
* add better timeout support on object fetch (added tests)

0.5.2
-----

* version 0.5.2
* fix metadata support for container_create and object_create
* Cli.md : a few corrections
* Update cli.md
* Add travis build status
* travis: single build

0.5.1
-----

* cli: add container save action
* travis: add pypi deploy

0.5.0
-----

* version 0.5.0
* refactor functional tests config loading and fix typos
* add autocreate for containers
* add initial cli doc
* use new 3.0 proxy routes for lb
* CLI: better support for properties
* setup travis build
* CLI: add support for loading sds local conf
* CLI: add better output for container create
* add container id chunks headers for object_create
* add metadata return on object_create
* support for 3.0 proxy routes
* take_action debug log output for all commands
* added AUTHORS file
* added tox automation
* formatting cleanup + minor fixes
* cli: fixed small typo
* tests: missing params on container update unit test
* improved .gitignore
* reference actions now correctly use client_manager
* clientmanager: handles global conf and a plugin system for clients
* references action + set properties on account
* removed forgotten .swp file
* object actions
* work on set commands (account, container) and start of objects command
* cli: better logging support
* added cliff-tablib requirement
* draft CLI container actions reference actions
* cli: better logging support
* added cliff-tablib requirement

0.4.0
-----

* draft CLI container actions reference actions
* minor fix in container_update
* minor fix in account_create
* updated doc
* small improvement on object_update when no metadata is given
* version 0.4
* added created value for account_create call
* simplification of api
* adapt to listing output for account
* fixed requires in setup.py
* * back to requests lib for http * first account_request support * new list_containers call
* account support

v0.3
----

* missing requirement
* version 0.3

v0.2
----

* release 0.2
* properties fix
* properties support

v0.1
----

* initial release
