From 67f573aafe0f2bf815446c4a98d5ba96e7b61325 Mon Sep 17 00:00:00 2001 From: beorn7 Date: Thu, 15 Oct 2020 14:56:55 +0200 Subject: [PATCH] Cut v1.8.0 Signed-off-by: beorn7 --- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5647371..8c995e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.8.0 / 2020-10-15 + +* [CHANGE] API client: Use `time.Time` rather than `string` for timestamps in `RuntimeinfoResult`. #777 +* [FEATURE] Export `MetricVec` to facilitate implementation of vectors of custom `Metric` types. #803 +* [FEATURE API client: Support `/status/tsdb` endpoint. #773 +* [ENHANCEMENT] API client: Enable GET fallback on status code 501. #802 +* [ENHANCEMENT] Remove `Metric` references after reslicing to free up more memory. #784 + ## 1.7.1 / 2020-06-23 * [BUGFIX] API client: Actually propagate start/end parameters of `LabelNames` and `LabelValues`. #771 diff --git a/VERSION b/VERSION index 943f9cb..27f9cd3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.1 +1.8.0