Merge pull request #107 from prometheus/beorn7/release

Cut v0.4.0.
This commit is contained in:
Björn Rabenstein 2015-04-08 18:12:31 +02:00
commit 692492e54b
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## 0.4.0 / 2015-04-08
* [CHANGE] Return NaN when Summaries have no observations yet.
* [BUGFIX] Properly handle Summary decay upon Write().
* [BUGFIX] Fix the documentation link to the consumption library.
* [FEATURE] Allow the metric family injection hook to merge with existing
metric families.
* [ENHANCEMENT] Removed cgo dependency and conditional compilation of procfs.
* [MAINTENANCE] Adjusted to changes in matttproud/golang_protobuf_extensions.
## 0.3.2 / 2015-03-11
* [BUGFIX] Fixed the receiver type of COWMetric.Set(). This method is
only used by the Prometheus server internally.

View File

@ -1 +1 @@
0.3.2
0.4.0