From fbcadbf71b2bd3732596d7018f3692c030f1af6f Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Fri, 5 Feb 2021 16:44:29 +0000 Subject: [PATCH] Changelog for #361 & release 0.20.0 add extra note about the deprecated attributes, eventually I want to get rid of them. Signed-off-by: Matthias Rampke --- CHANGELOG.md | 13 +++++++++++++ VERSION | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af2555d..3a9b239 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 0.20.0 / 2021-02-05 + +* [ENHANCEMENT] Support full defaults for summaries and histograms ([#361](https://github.com/prometheus/statsd_exporter/pull/361)) + +This completes support for `summary_options` and `histogram_options`. +Change the legacy configuration attributes throughout the mapping configuration as follows: + +* `quantiles: …` to `summary_options: { quantiles: … }` +* `buckets: …` to `histogram_options: { buckets: … }` +* `timer_type` to `observer_type`. + +Support for the deprecated attributes will be removed in a future release. + ## 0.19.1 / 2021-01-29 * [BUGFIX] Don't return empty responses to lifecycle api requests ([#360](https://github.com/prometheus/statsd_exporter/pull/360)) diff --git a/VERSION b/VERSION index 41915c7..5a03fb7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.19.1 +0.20.0