From 077940b9e23242ff7a249e84321026402da708c6 Mon Sep 17 00:00:00 2001 From: Andrew Seigner Date: Fri, 10 Aug 2018 11:48:27 -0700 Subject: [PATCH] Update CHANGES for 0.0.7 release Signed-off-by: Andrew Seigner --- CHANGES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ef573c69..f782619c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,17 @@ ## In the next release... +## 0.0.7 + +* [client] Fix `--latencyUnit` flag to correctly report metrics in the CLI and Prometheus. +* [client] For latency calculations, favor Go's native time types. + +## 0.0.6 + +* Update to grpc-go 1.10.1. +* Docker images based on scratch images. +* [server] Add `--latencyPercentiles` to specify a latency distribution. +* [client] Fix default client address to match server. + ## 0.0.5 * Add `--logLevel` flag, uses logrus.