v0.1.8
======

- Bug fix for application client command publish
- Add raw payload property to Command object passed to application callback handlers

v0.1.7
======

- Bug fix for application client event publish

v0.1.6
======

- Add override support for verification of API calls

v0.1.5
======

- 

v0.1.4
======

- Resolves issue with __subscribeToCommands() in device.Client introduced in 0.1.3

v0.1.3
======

- 

v0.1.2
======

- Bug fixes for messageEncoderModule management & logAndRaiseException mangling


v0.1.1
======

- Fix packaging errors in 0.1.0


v0.1
======

- Support for custom message formats & parsers ("json" and "json-iotf" supported out-of-the-box)
- Switch to RotatingFileHandler for logging
- Tune down default log level to INFO


v0.0.9
======

- Support for MQTT over SSL (requires TLS 1.2 support in Python 3)
- Support for HTTP API calls from application client


v0.0.7
======

- Removed auto-connect in client constructor


v0.0.7
======

- Update to support paho-mqtt 1.0 release


v0.0.5
======

- First public (pre-)release
