Cut v1.8.0

Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
beorn7 2020-10-15 14:56:55 +02:00
parent ded2474420
commit 67f573aafe
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -1 +1 @@
1.7.1
1.8.0