Skip to content

Commit 8116df7

Browse files
author
beorn7
committed
Cut release 0.5.0.
1 parent 6fa68aa commit 8116df7

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.5.0 / 2015-05-06
2+
* [BUGFIX] Removed a weakness in the fingerprinting aka signature code.
3+
This makes fingerprinting slower and more allocation-heavy, but the
4+
weakness was too severe to be tolerated.
5+
* [CHANGE] As a result of the above, Metric.Fingerprint is now returning
6+
a different fingerprint. To keep the same fingerprint, the new method
7+
Metric.FastFingerprint was introduced, which will be used by the
8+
Prometheus server for storage purposes (implying that a collision
9+
detection has to be added, too).
10+
* [ENHANCEMENT] The Metric.Equal and Metric.Before do not depend on
11+
fingerprinting anymore, removing the possibility of an undetected
12+
fingerprint collision.
13+
* [FEATURE] The Go collector in the exposition library includes garbage
14+
collection stats.
15+
* [FEATURE] The exposition library allows to create constant "throw-away"
16+
summaries and histograms.
17+
* [CHANGE] A number of new reserved labels and prefixes.
18+
119
## 0.4.0 / 2015-04-08
220
* [CHANGE] Return NaN when Summaries have no observations yet.
321
* [BUGFIX] Properly handle Summary decay upon Write().

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.5.0

0 commit comments

Comments
 (0)