Release v0.4.0

* [IMPROVEMENT] Add increment/decrement support to Gauges #65
* [BUGFIX] Tolerate more forms of broken lines from StatsD #48
* [BUGFIX] Skip metrics with invalid utf8 #50
* [BUGFIX] ListenAndServe now fails on exit #58
This commit is contained in:
Ben Kochie 2017-05-12 14:23:27 +02:00
parent 3039d12e3a
commit 4b0d773a6e
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
## v1.4.0 / 2017-05-12
* [IMPROVEMENT] Improve mapping configuration parser #61
* [IMPROVEMENT] Add increment/decrement support to Gauges #65
* [BUGFIX] Tolerate more forms of broken lines from StatsD #48
* [BUGFIX] Skip metrics with invalid utf8 #50
* [BUGFIX] ListenAndServe now fails on exit #58
## 0.3.0 / 2016-05-05
* [CHANGE] Drop `_count` suffix for `loaded_mappings` metric (#41)

View file

@ -1 +1 @@
0.3.0
0.4.0