Release 0.10.4 w/ windows builds

This commit is contained in:
Cameron Sparr
2016-02-23 15:59:02 -07:00
parent 11482a75a1
commit f1fa915985
2 changed files with 25 additions and 10 deletions

View File

@@ -1,10 +1,19 @@
## v0.10.4 [unreleased]
## v0.10.5 [unreleased]
### Release Notes
### Features
### Bugfixes
## v0.10.4 [2016-02-24]
### Release Notes
- The pass/drop parameters have been renamed to fielddrop/fieldpass parameters,
to more accurately indicate their purpose.
- There are also now namedrop/namepass parameters for passing/dropping based
on the metric _name_.
- Experimental windows builds now available.
### Features
- [#727](https://github.com/influxdata/telegraf/pull/727): riak input, thanks @jcoene!