Skip to content

Commit 9b11ef1

Browse files
author
beorn7
committed
Cut release 0.3.0.
1 parent cbe3ef2 commit 9b11ef1

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.3.0 / 2015-03-03
2+
* [CHANGE] Changed the fingerprinting for metrics. THIS WILL INVALIDATE ALL
3+
PERSISTED FINGERPRINTS. IF YOU COMPILE THE PROMETHEUS SERVER WITH THIS
4+
VERSION, YOU HAVE TO WIPE THE PREVIOUSLY CREATED STORAGE.
5+
* [CHANGE] LabelValuesToSignature removed. (Nobody had used it, and it was
6+
arguably broken.)
7+
* [CHANGE] Vendored dependencies. Those are only used by the Makefile. If
8+
client_golang is used as a library, the vendoring will stay out of your way.
9+
* [BUGFIX] Remove a weakness in the fingerprinting for metrics. (This made
10+
the fingerprinting change above necessary.)
11+
* [FEATURE] Added new fingerprinting functions SignatureForLabels and
12+
SignatureWithoutLabels to be used by the Prometheus server. These functions
13+
require fewer allocations than the ones currently used by the server.
14+
115
## 0.2.0 / 2015-02-23
216
* [FEATURE] Introduce new Histagram metric type.
317
* [CHANGE] Ignore process collector errors for now (better error handling

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.3.0

0 commit comments

Comments
 (0)