Update changelog

This commit is contained in:
Daniel Nelson 2019-09-16 16:39:20 -07:00
parent 6dc61be6eb
commit 8ed633bae5
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 8 additions and 0 deletions

View File

@ -10,6 +10,14 @@
- [#6361](https://github.com/influxdata/telegraf/pull/6361): Add ability to read query from file to postgresql_extensible input.
- [#5921](https://github.com/influxdata/telegraf/pull/5921): Add replication metrics to the redis input.
## v1.12.2 [unreleased]
#### Bugfixes
- [#6386](https://github.com/influxdata/telegraf/issues/6386): Fix detection of layout timestamps in csv and json parser.
- [#6394](https://github.com/influxdata/telegraf/issues/6394): Fix parsing of BATTDATE in apcupsd input.
- [#6398](https://github.com/influxdata/telegraf/issues/6398): Keep boolean values listed in json_string_fields.
## v1.12.1 [2019-09-10]
#### Bugfixes