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:
Ben Kochie 2022-07-11 09:54:10 +02:00 committed by GitHub
parent f8ddc2fa84
commit 2c1ca8868e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View File

@ -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 ## 0.4.0 / 2022-01-15
* [FEATURE] Add support for HTTP POST body content #123 * [FEATURE] Add support for HTTP POST body content #123

View File

@ -1 +1 @@
0.4.0 0.5.0