* Add requirements.txt to Manifest file to fix pip install * Full changelog: https://github.com/mre/kafka-influxdb/compare/v0.7.0...v0.7.1
0.7.0
* Add support for SSL and UDP connections to InfluxDB * Fix loading of encoders on pip install * Update dependencies * Refactoring, cleanup * Full changelog: https://github.com/mre/kafka-influxdb/compare/v0.6.0...v0.7.0
0.6.0
* Fix a bug where kafka-influxdb stopped consuming messages (See 5) * Improve config handling: config file parameters get properly overwritten by cli arguments * Logging output contains exception message * Refactoring and cleanup * Full changelog: https://github.com/mre/kafka-influxdb/compare/v0.5.1...v0.6.0
0.5.1
* Make the application more robust by handling Kafka disconnect gracefully. * Increase code coverage * Fix docker-compose setup by correctly connecting kafka with zookeeper * Minor refactoring and cleanup * Full changelog: https://github.com/mre/kafka-influxdb/compare/v0.5.0...v0.5.1