From 052d083b451c73c0f7760b5064553d1b333f3970 Mon Sep 17 00:00:00 2001 From: Lorenzo Alberton Date: Wed, 2 Aug 2017 22:58:56 +0100 Subject: [PATCH] v.1.3.0 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe54a8b..1fdd1cc 100644 --- a/README.md +++ b/README.md @@ -70,11 +70,16 @@ The string `%HOST%` in the metric name will automatically be replaced with the h * `HEAD`: + * ... + +* `v.1.3.0`: + * Added stdout client ("echo" service for debugging) * Fixed [issue #23](https://github.com/quipo/statsd/issues/23): GaugeDelta event Stats() should not send an absolute value of 0 * Fixed FGauge's collation in the buffered client to only preserve the last value in the batch (it mistakenly had the same implementation of FGaugeDelta's collation) * Fixed FGaugeDelta with negative value not to send a 0 value first (it mistakenly had the same implementation of FGauge) - * Added tests and compile-time checks that the default events implement the Event interface + * Added many tests + * Added compile-time checks that the default events implement the Event interface * `v.1.2.0`: Sample rate support (thanks to [Hongjian Zhu](https://github.com/hongjianzhu)) * `v.1.1.0`: