From 1d51928babbce14fadf809c69747331a741f3f25 Mon Sep 17 00:00:00 2001 From: beorn7 Date: Thu, 10 Oct 2019 22:46:56 +0200 Subject: [PATCH] Cut v0.10.0 Signed-off-by: beorn7 --- CHANGELOG.md | 11 +++++++++++ VERSION | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4107d074..4f7c8739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.10.0 / 2019-10-10 + +_This release changes the storage format. v0.10 can read the storage format of v0.5–v0.9. It will then persist the new format so that a downgrade won't be possible anymore._ + +[CHANGE] Change of the storage format (necessary for the hash collision bugfix below). #293 +[CHANGE] Check pushed metrics immediately and reject them if inconsistent. Successful pushes now result in code 200 (not 202). Failures result in code 400 and are logged at error level. #290 +[FEATURE] Shutdown via HTTP request. Enable with `--web.enable-lifecycle`. #292 +[FEATURE] Wipe storage completely via HTTP request and via web UI. Enable with `--web.enable-admin-api`. #287 #285 +[BUGFIX] Rule out hash collisions between metric groups. #293 +[BUGFIX] Avoid multiple calls of `http.Error` in push handler. #291 + ## 0.9.1 / 2019-08-01 [BUGFIX] Make `--web.external-url` and `--web.route-prefix` work as documented. #274 diff --git a/VERSION b/VERSION index f374f666..78bc1abd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.1 +0.10.0