CHANGES
=======

0.2.3
-----

* Bump to version 0.2.3
* Add show version related tests
* Add show version command
* Add creds option to display creds file exemple
* Create creds file for mock
* Print all date to human readable format
* Add pep8 tests
* Split tests code into several files
* Make the code fully compliant with pep8
* Split code into several files
* Fix version conflic for pbr
* Add free-api related tests
* Add free-api command

0.2.1
-----

* Update Pypi password
* Bump to version 0.2.1
* Add auto-deployment to Pypi
* Add vlan_id option for vport-create
* Catch error when VSD reply is not JSON
* Add port type when list all gateway ports
* Improve debug output format
* Avoid confusion between 'enterprise' and 'organization'
* Bump version 0.2.0

0.1.0
-----

* Make '/' optional at the end of VSD_URL
* TEST: Add dhcp tests
* CLI: Add command for dhcp-option-* and dhcp-route-*
* Add Travis CI descriptor
* Add project information in README
* Add apache licence v2
* CLI: Add bridgeinterface relative commands
* CLI: Add vport commands
* CLI: Add ingressacltemplate and egressacltemplate create command
* CLI: Add ingressacltemplate and egressacltemplate commands
* CLIENT: Bugfix compare int with int
* VSDCLI: Add vlan commands
* CLIENT: Retrieve all objects for multiple pages
* CLI: Add port-update
* VSD: Add gateway and enterprise permmission commands
* TEST: Add group-add-user & group-del-user tests
* VSDCLI: User-id must be required in group-add-user & group-del-user
* TEST: Add group tests
* VSDCLI: Add group-delete command
* TEST: Add test for User
* TEST: Add test-requirements
* VSDCLI: Improve delete user in group
* VSDCLI: Fix _do_request of empty params list
* MOCK: Generate random uuid for dhcp option
* MOCK: Do not check existing object if no attribute 'name'
* TEST + MOCK: improve mock server and backport to tests
* TEST: add subnet tests
* TEST: add zone tests
* CLI: add --domain-id in zone-list
* TEST: Add degug to all helper functions
* TEST: Add helper for bats and refacto all existing tests
* ALL: add licence tests
* TEST: add domain tests
* TEST: add domain template tests
* MOCK: list and create object attached to a parent
* TEST: change tests name
* TEST: add some enterprise tests
* TEST: Add filter option for enterprise-list
* TEST: add wrong authentication
* MOCK: Make it more generic
* Add tests environement
* Add mock server
* Bugfix: delete method
* Add force-auth option
* Add debug option
* Replace hostname and port otpions by a single url option
* Disable warnings on unsecure sertificate
* Configuration for pip packaging
* Replace nuage connection bye own implemention
* Add subnet-update command
