We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded2474 commit 67f573aCopy full SHA for 67f573a
CHANGELOG.md
@@ -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
9
## 1.7.1 / 2020-06-23
10
11
* [BUGFIX] API client: Actually propagate start/end parameters of `LabelNames` and `LabelValues`. #771
VERSION
@@ -1 +1 @@
-1.7.1
+1.8.0
0 commit comments