Skip to content

Latest commit

 

History

History
124 lines (95 loc) · 3.92 KB

CHANGELOG.md

File metadata and controls

124 lines (95 loc) · 3.92 KB

Change Log

master (unreleased)

v0.9.2 (2017/07/07)

  • Fix hard exit when InfluxDB database could not be created (#51)

v0.9.1 (2017/05/17)

  • Add missing build requirement

v0.9.0 (2017/05/17)

  • Add timeout to flush buffer if last flush was longer than x seconds ago. (by @c0by)
  • Fix pip package
  • Support heapster/eventer JSON format (by @jerryjxj)

v0.8.0 (2016/11/30)

  • 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.3 (2016/10/14)

  • Support for Python 3.x and PyPy 3.x
  • Allow use of external encoders
  • Switch from SimpleConsumer to KafkaConsumer (huge performance improvement)
  • Add version flag
  • Fix unit tests for Python 3
  • Fix bugs of supporting mutliple fields in one sample;
  • Add initial mypy static type support
  • Full changelog: https://github.com/mre/kafka-influxdb/compare/v0.7.2...v0.7.3

v0.7.2 (2015/10/30)

v0.7.1 (2015/10/20)

v0.7.0 (2015/10/18)

v0.6.0 (2015/10/07)

v0.5.1 (2015/07/20)

v0.5.0 (2015/07/14)

v0.4.1 (2015/07/13)

v0.4.0 (2015/07/10)

  • 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
  • Full changelog: https://github.com/mre/kafka-influxdb/compare/v0.3.0...v0.4.0

v0.3.0 (2015/03/25)