File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
19
## 0.4.0 / 2015-04-08
2
20
* [ CHANGE] Return NaN when Summaries have no observations yet.
3
21
* [ BUGFIX] Properly handle Summary decay upon Write().
Original file line number Diff line number Diff line change 1
- 0.4 .0
1
+ 0.5 .0
You can’t perform that action at this time.
0 commit comments