Skip to content

Commit abad2d1

Browse files
authored
Merge pull request #490 from prometheus/beorn7/release
Cut v0.9.1
2 parents da11cf2 + 8aa7f38 commit abad2d1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.9.1 / 2018-11-03
2+
* [FEATURE] Add `WriteToTextfile` function to facilitate the creation of
3+
*.prom files for the textfile collector of the node exporter. #489
4+
* [ENHANCEMENT] More descriptive error messages for inconsistent label
5+
cardinality. #487
6+
* [ENHANCEMENT] Exposition: Use a GZIP encoder pool to avoid allocations in
7+
high-frequency scrape scenarios. #366
8+
* [ENHANCEMENT] Exposition: Streaming serving of metrics data while encoding.
9+
#482
10+
* [ENHANCEMENT] API client: Add a way to return the body of a 5xx response.
11+
#479
12+
113
## 0.9.0 / 2018-10-15
214
* [CHANGE] Go1.6 is no longer supported.
315
* [CHANGE] More refinements of the `Registry` consistency checks: Duplicated

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0
1+
0.9.1

0 commit comments

Comments
 (0)