CHANGES
=======

0.4.1
-----

* Return missing 'return' in build\_option\_parser

0.4.0
-----

* Remove unecessary cli option "--glare-url"
* Add missing 'activate' command to native glare cli
* Remove unnecessary code from shell

0.3.1
-----

* Raise error if there are more than 1 artifact with same name/version
* Fix a typo in bash\_complition file name
* Rename deprecated 'warn' to 'warning' in logging
* Add 'list-types' and 'schema' operation in native shell
* Use assertIsNone(value) instead of assertEqual(None, value)

0.3.0
-----

* Add keycloak auth support
* [Fix gate]Update test requirement
* Updated from global requirements
* HTTP Client refactoring
* Parse blob dict upload output right
* Add tag support for Glare client
* Update CLI options for blobs
* Allow to specify dict and list properties in cli
* Updated from global requirements
* Fix updating image by name
* Allowed to use the artifacts by name
* Add short arguments and fix small errors
* Add the possibility to specify glare url in cli
* Enable release notes translation
* Add setting of external locations

0.2.0
-----

* Rename 'sample\_artifact' to 'images' in tests
* Add osc command "schema"
* Add column 'glareType' in show artifact
* Show type name when list 'all' artifacts
* Add command 'type-list'
* Allow to remove non-compound properties
* Updated from global requirements
* Updated from global requirements
* Allow to set content-type for uploading blobs
* Fix small typos and remove unused code
* Add new common/http
* Change --remove-property format
* Updated from global requirements
* Fix blob upload output
* Rename 'active' method to 'activate'
* Rename --blob into --file in blob upload
* Updated from global requirements
* Added unit tests for test\_artifacts.py
* add unit tests for osc
* Fix glareclient download blob method
* Fix "Invalid content type"
* Fix several errors:
* Glare client code
* Added .gitreview
