Skip to content

Commit 67f573a

Browse files
committed
Cut v1.8.0
Signed-off-by: beorn7 <[email protected]>
1 parent ded2474 commit 67f573a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.8.0 / 2020-10-15
2+
3+
* [CHANGE] API client: Use `time.Time` rather than `string` for timestamps in `RuntimeinfoResult`. #777
4+
* [FEATURE] Export `MetricVec` to facilitate implementation of vectors of custom `Metric` types. #803
5+
* [FEATURE API client: Support `/status/tsdb` endpoint. #773
6+
* [ENHANCEMENT] API client: Enable GET fallback on status code 501. #802
7+
* [ENHANCEMENT] Remove `Metric` references after reslicing to free up more memory. #784
8+
19
## 1.7.1 / 2020-06-23
210

311
* [BUGFIX] API client: Actually propagate start/end parameters of `LabelNames` and `LabelValues`. #771

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.1
1+
1.8.0

0 commit comments

Comments
 (0)