CHANGES
=======

0.1.3
-----

* readme: fix readme title
* Uniform parameter split character
* Remove support for py33

0.1.2
-----

* Make some command echo item print pretty
* Make command 'karbor plan-xxx' print pretty
* Make command 'karbor provider-show' print pretty
* Check the resource when creating a plan
* The restore_target and restore_auth are optional when creating restore
* Use the appropriate marker function for each message
* Enable DeprecationWarning in test environments
* Fix the end_date filter in the checkpoint list API
* Fix the failure of get() method on a checkpoint object
* Add Constraints support
* Updated from global requirements
* Support plan and date filter in the checkpoint list API
* The inconsistency of delete method between restore API and client
* Skip docutils version 13.1
* Remove resource's data method
* Replace dos newlines with unix newlines
* Add remote tag to remote images
* Add `specs` target to README.rst
* Updated from global requirements
* Add a filter parameter 'description' for plan list API
* Show Created_at field while checkpoint-list/checkpoint-show
* Show team and repo badges on README

0.1.1
-----

* Add a filter argument operation_definition for scheduledoperations API
* Updated from global requirements
* Make method import_versioned_module work
* Add Python 3.5 classifier and venv

0.1.0
-----

* Updated from global requirements
* Remove copy of incubated Oslo code
* Fix restore-create failed with "no attribute 'username'"
* Add parameters field for protectable instances API
* Update homepage with developer documentation page

0.0.10
------

* Add a description field for resource plan
* Updated from global requirements
* Add trigger update client
* Add restore user and password to restore-create
* Shell: restore & plan CLI parameters

0.0.9
-----

* Rename package python-karborclient
* Updated from global requirements
* Add metadata parameter to checkpoint API

0.0.8
-----

* Fix package to be 'karborclient'
* fix .coveragerc

0.0.7
-----

* Change package name back to smaugclient

0.0.6
-----

* Change Smaug to Karbor
* Updated from global requirements
* Remove discover from test-requirements
* Fix the parameter field not being successfully passed with plan create command
* Fix checkpoint delete error because of provider api update
* fix scheduledoperation show and delete
* fix scheduledoperation list, object has no attribute 'type'
* Fixed argment in trigger-create and scheduledoperation-create
* Remove unused LOG
* Add __ne__ built-in function
* Updated from global requirements

0.0.5
-----

* Return actual object, not raw, when creating
* Updated from global requirements
* The parameters of plan could be an empty dict without being configured
* Updated from global requirements

0.0.4
-----

* Fix creating scheduled_operations error
* Add a field parameters to resource plans
* Remove the project_id in the url of smaugclient resource

0.0.3
-----

* Manual update from global-requirements
* Switch to post-versioning
* Add show protectables instance endpoint
* Fix missing a resource class Instances

0.0.2
-----

* Implement the ScheduledOperation cli of smaugclient
* Implement the triggers cli of smaugclient
* Implement the checkpoints cli of smaugclient
* Implement the providers cli of smaugclient
* Implement the protectable cli of smaugclient
* Implement the restore cli of smaugclient
* Implement the plans cli of smaug
* Skeleton for the smaug cli client
* Sync common code from oslo-incubator
* Initial Cookiecutter for python-smaugclient
* Added .gitreview
