Release v0.5.0 (#166)
Breaking Change: The exporter config file format has changed. It now supports multiple modules to scrape different endpoints. * [FEATURE] Support custom valuetype #145 * [FEATURE] Support modules configuration #146 * [FEATURE] Accept non-2xx HTTP status #161 Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
parent
f8ddc2fa84
commit
2c1ca8868e
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,3 +1,14 @@
|
|||
## 0.5.0 / 2022-07-03
|
||||
|
||||
Breaking Change:
|
||||
|
||||
The exporter config file format has changed. It now supports multiple modules
|
||||
to scrape different endpoints.
|
||||
|
||||
* [FEATURE] Support custom valuetype #145
|
||||
* [FEATURE] Support modules configuration #146
|
||||
* [FEATURE] Accept non-2xx HTTP status #161
|
||||
|
||||
## 0.4.0 / 2022-01-15
|
||||
|
||||
* [FEATURE] Add support for HTTP POST body content #123
|
||||
|
|
Loading…
Reference in New Issue