From 143a588871cb4ffdc4e9a1f9aed087c9c26e4372 Mon Sep 17 00:00:00 2001 From: Brian Akins Date: Tue, 14 Nov 2017 11:04:52 -0500 Subject: [PATCH] Preperation for v0.5.0 release --- CHANGELOG.md | 17 +++++++++++++++++ VERSION | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9577f7..bc18f1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## v 0.5.0 / 2017-11-14 + +NOTE: This release breaks backward compatibility. `statsd_exporter` now uses +a YAML configuration file. You must convert your mappings configuration to +the new format when you upgrade. + +* [CHANGE] Use YAML for configuration file +* [BUGFIX] Fix matching empty statsd metric components #105 +* [CHANGE] Reduce log levels #92 +* [CHANGE] Removed `-statsd.add-suffix` option flag #99 +* [IMPROVEMENT] Allow help text to be customized #87 +* [IMPROVEMENT] Add support for regex mappers #85 +* [BUGFIX] Fixes for crashes with conflicting metric values #72 +* [IMPROVEMENT] Add TCP listener support #71 +* [IMPROVEMENT] Allow histograms for timer metrics #66 +* [IMPROVEMENT] Added support for sampling factor on timing events #28 + ## v0.4.0 / 2017-05-12 * [IMPROVEMENT] Improve mapping configuration parser #61 diff --git a/VERSION b/VERSION index 1d0ba9e..8f0916f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 +0.5.0