diff --git a/content/telegraf/v1.15/about_the_project/release-notes-changelog.md b/content/telegraf/v1.15/about_the_project/release-notes-changelog.md index 402b1a785..d84bc1619 100644 --- a/content/telegraf/v1.15/about_the_project/release-notes-changelog.md +++ b/content/telegraf/v1.15/about_the_project/release-notes-changelog.md @@ -8,6 +8,66 @@ menu: parent: About the project --- + + +## v.1.15.3 [2020-09-11] + +### Features +- `processors.starlark`: + - Improve the quality of docs by executing them as tests. + - Add pivot example. +- `outputs.application_insights`: Added ability to set endpoint url. +- `inputs.sqlserver`: Added new counter - Lock Timeouts (timeout > 0)/sec. + +### Bug fixes + +- `agent`: Fix minor error message race condition. +- `build`: Update dockerfiles to Go 1.14. +- `shim`: + - Fix bug in logger affecting `AddError`. + - Fix issue with `config.Duration`. +- `inputs.eventhub_consumer`: Fix string to int conversion. +- `inputs.http_listener_v2`: Make http header tags case-insensitive. +- `inputs.modbus`: Extend support of fixed point values. +- `inputs.ping`: Fix issue for FreeBSD's ping6. +- `inputs.vsphere`: Fixed missing cluster name. +- `outputs.opentsdb` Fix JSON handling of values `NaN` and `Inf`. + +## v1.15.2 [2020-07-31] + +### Bug Fixes +- Fix RPM `/var/log/telegraf` permissions. +- Fix tail following on EOF. + ## v1.15.1 [2020-07-22] ### Bug fixes