Merge pull request #148 from prometheus/beorn7/release

Cut v0.7.0
This commit is contained in:
Björn Rabenstein 2015-07-27 17:20:18 +02:00
commit 6dbab8106e
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
## 0.7.0 / 2015-07-27
* [CHANGE] Rename ExporterLabelPrefix to ExportedLabelPrefix.
* [BUGFIX] Closed gaps in metric consistency check.
* [BUGFIX] Validate LabelName/LabelSet on JSON unmarshaling.
* [ENHANCEMENT] Document the possibility to create "empty" metrics in
a metric vector.
* [ENHANCEMENT] Fix and clarify various doc comments and the README.md.
* [ENHANCEMENT] (Kind of) solve "The Proxy Problem" of http.InstrumentHandler.
* [ENHANCEMENT] Change responseWriterDelegator.written to int64.
## 0.6.0 / 2015-06-01
* [CHANGE] Rename process_goroutines to go_goroutines.
* [ENHANCEMENT] Validate label names during YAML decoding.

View File

@ -1 +1 @@
0.6.0
0.7.0