Skip to content

Commit

Permalink
Add release note to changelog regarding kafka_consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson committed Jun 8, 2017
1 parent 2092443 commit f9447d0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## v1.4 [unreleased]

### Release Notes

- The `kafka_consumer` input has been updated to support Kafka 0.9 and
above style consumer offset handling. The previous version of this plugin
supporting Kafka 0.8 and below is available as the `kafka_consumer_legacy`
plugin.

### Features

- [#2487](https://github.com/influxdata/telegraf/pull/2487): Add Kafka 0.9+ consumer support
Expand All @@ -11,7 +17,6 @@
- [#2882](https://github.com/influxdata/telegraf/pull/2882): Add timezone support for logparser timestamps.
- [#2814](https://github.com/influxdata/telegraf/pull/2814): Add result_type field for http_response input.


### Bugfixes

- [#2819](https://github.com/influxdata/telegraf/pull/2819): [enh] set db_version at 0 if query version fails
Expand Down

0 comments on commit f9447d0

Please sign in to comment.