From 2cd56e43a8b90353eef9e8f3cee4d39e3bafc7c3 Mon Sep 17 00:00:00 2001 From: Cameron Sparr Date: Fri, 7 Aug 2015 15:41:54 -0600 Subject: [PATCH] Massive retro-active changelog update --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7fcae123..fa1412dbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## v0.1.5 [unreleased] + +### Features +- [#54](https://github.com/influxdb/telegraf/pull/54): MongoDB plugin. Thanks @jipperinbham! +- [#55](https://github.com/influxdb/telegraf/pull/55): Elasticsearch plugin. Thanks @brocaar! +- [#71](https://github.com/influxdb/telegraf/pull/71): HAProxy plugin. Thanks @kureikain! +- [#72](https://github.com/influxdb/telegraf/pull/72): Adding TokuDB metrics to MySQL. Thanks vadimtk! +- [#73](https://github.com/influxdb/telegraf/pull/73): RabbitMQ plugin. Thanks @ianunruh! +- [#79](https://github.com/influxdb/telegraf/pull/56): Nginx plugin. Thanks @codeb2cc! +- [#86](https://github.com/influxdb/telegraf/pull/86): Lustre2 plugin. Thanks srfraser! +- [#91](https://github.com/influxdb/telegraf/pull/91): Unit testing +- [#92](https://github.com/influxdb/telegraf/pull/92): Exec plugin. Thanks @alvaromorales! +- [#98](https://github.com/influxdb/telegraf/pull/98): LeoFS plugin. Thanks @mocchira! + +### Bugfixes +- [#85](https://github.com/influxdb/telegraf/pull/85): Fix GetLocalHost testutil function for mac users +- [#89](https://github.com/influxdb/telegraf/pull/89): go fmt fixes +- [#94](https://github.com/influxdb/telegraf/pull/94): Fix for issue #93, explicitly call sarama.v1 -> sarama + ## v0.1.4 [2015-07-09] ### Features