forked from mirror/client_golang
parent
3c8b15fa0d
commit
cc5731c16c
|
@ -1,3 +1,12 @@
|
|||
## 1.7.0 / 2020-06-17
|
||||
|
||||
* [CHANGE] API client: Add start/end parameters to `LabelNames` and `LabelValues`. #767
|
||||
* [FEATURE] testutil: Add `GatherAndCount` and enable filtering in `CollectAndCount` #753
|
||||
* [FEATURE] API client: Add support for `status` and `runtimeinfo` endpoints. #755
|
||||
* [ENHANCEMENT] Wrapping `nil` with a `WrapRegistererWith...` function creates a no-op `Registerer`. #764
|
||||
* [ENHANCEMENT] promlint: Allow Kelvin as a base unit for cases like color temperature. #761
|
||||
* [BUGFIX] push: Properly handle empty job and label values. #752
|
||||
|
||||
## 1.6.0 / 2020-04-28
|
||||
|
||||
* [FEATURE] testutil: Add lint checks for metrics, including a sub-package `promlint` to expose the linter engine for external usage. #739 #743
|
||||
|
|
Loading…
Reference in New Issue