CHANGES
=======

0.31.0
------

* Add the contact\_update
* Apply logging handler to all logging and hide health check

0.30.0
------

* Return acls when asked on client\_get

0.29.0
------

* Add the client.update
* Add the acl\_resource add and list
* Update project to new standards

0.28.0
------

* Support admin role management

0.27.0
------

* Use python alpine image to save space and speedup thing

0.26.0
------

* Fixed iweb vendor module bootstrap

0.25.0
------

* Support vendor specific client level event logging

0.24.0
------

* Client id is now random

0.23.0
------

* Generate random client and contact ids

0.22.0
------

* Add a username and password to the primary contact

0.21.0
------

* Create the primary contact when client\_add api is called

0.20.0
------

* Support list all contacts

0.19.0
------

* Do not add a default e-mail if it is not set on a client

0.18.0
------

* Support fullname and email in client.check\_login api
* Move unit tests in their own directory
* Add integration test support

0.16.0
------

* Return copy of data in client.get

0.15.0
------

* Fixed client.get returned data

0.14.0
------

* Fix logging and minor refactor

0.13.0
------

* Supports user\_login in client.get api implementation

0.12.0
------

* Fix uber.check\_login contract again

0.11.0
------

* Add logging in base classe

0.10.0
------

* Fix client.contact\_add implementation

0.9.0
-----

* Fix the uber.check\_login implementation
* Fix client.get api contract
* Fix uber.check\_login api contract

0.8.0
-----

* Introduce client.contact\_get api
* Return client type in the payload when login

0.7.0
-----

* Contact Id is now a string
* Add unit test for main app runner
* Fix docker documentation in readme

0.6.0
-----

* Add a crash mode
* Use Flask test client for unit testing
* Fix app loading crash
* Add the contact\_id to the client
* Add more unit tests
* Fix casting issue with client\_id and contact\_id
* Fix client.contact\_add and client.add api calls
* Remove useless api call recording (#15)

0.5.0
-----

* Support contacts in api (#14)
* Support uber.check\_login api method
* Fix response behavior
* Support client.add api method
* Major refactor and unit tests

0.4.0
-----

* Add exclusion to docker-ignore
* Introduce a container test

0.3.0
-----

