Releases: mre/kafka-influxdb
Releases · mre/kafka-influxdb
v0.9.0
v0.8.0
This is a major new release with more features, higher stability and much better performance.
kafka-influxdb is now fully compatible with InfluxDB 1.x and Kafka 0.10.
- Update package requirements
- Integrate Confluent Kafka Python client API (with librdkafka support)
- Cleanup setuptools
- Switch from nose to pytest
- Extend travis CI configuration
- Make writing Kafka Readers much more flexible
- Improve error handling in Kafka Reader
- Improve logging messages
- General code cleanup
- Python 3.5 support
- PyPy 5.4 support
- InfluxDB 1.x support
- Deprecate Kafka sample message writer
- Deprecate collectd message writer
- Deprecate builtin benchmark functionality
- Integrate kafkacat for sample message writing
- Improve documentation
- Fix formatting of README for PyPi (thanks @di)
- Update Docker-based benchmarks
- Simplify testing by providing a Makefile-based environment
- Start kafka-influxdb with Python optimization (-O flag) by default.
v0.7.2
v0.7.1
v0.7.0
v0.6.0
v0.5.1
v0.5.0
v0.4.1
v0.4.0
- Major rewrite which supports InfluxDB 0.9.1
- Supports custom encodings for all input and output formats
- Better error handling
- Updated documentation
- Add unit tests
- Add a license
- Update dependencies
- Add sample configurations for Collectd and InfluxDB
- Complete docker setup for easier testing