Skip to content

Commit 6dbab81

Browse files
committed
Merge pull request #148 from prometheus/beorn7/release
Cut v0.7.0
2 parents 36659fa + 06a7cb0 commit 6dbab81

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.7.0 / 2015-07-27
2+
* [CHANGE] Rename ExporterLabelPrefix to ExportedLabelPrefix.
3+
* [BUGFIX] Closed gaps in metric consistency check.
4+
* [BUGFIX] Validate LabelName/LabelSet on JSON unmarshaling.
5+
* [ENHANCEMENT] Document the possibility to create "empty" metrics in
6+
a metric vector.
7+
* [ENHANCEMENT] Fix and clarify various doc comments and the README.md.
8+
* [ENHANCEMENT] (Kind of) solve "The Proxy Problem" of http.InstrumentHandler.
9+
* [ENHANCEMENT] Change responseWriterDelegator.written to int64.
10+
111
## 0.6.0 / 2015-06-01
212
* [CHANGE] Rename process_goroutines to go_goroutines.
313
* [ENHANCEMENT] Validate label names during YAML decoding.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.7.0

0 commit comments

Comments
 (0)