Skip to content

Commit 9604506

Browse files
author
beorn7
committed
Cut v0.8.0
1 parent 434a8ed commit 9604506

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## 0.8.0 / 2016-08-17
2+
* [CHANGE] Registry is doing more consistency checks. This might break
3+
existing setups that used to export inconsistent metrics.
4+
* [CHANGE] Pushing to Pushgateway moved to package `push` and changed to allow
5+
arbitrary grouping.
6+
* [CHANGE] Removed `SelfCollector`.
7+
* [CHANGE] Removed `PanicOnCollectError` and `EnableCollectChecks` methods.
8+
* [CHANGE] Moved packages to the prometheus/common repo: `text`, `model`,
9+
`extraction`.
10+
* [CHANGE] Deprecated a number of functions.
11+
* [FEATURE] Allow custom registries. Added `Registerer` and `Gatherer`
12+
interfaces.
13+
* [FEATURE] Separated HTTP exposition, allowing custom HTTP handlers (package
14+
`promhttp`) and enabling the creation of other exposition mechanisms.
15+
* [FEATURE] `MustRegister` is variadic now, allowing registration of many
16+
collectors in one call.
17+
* [FEATURE] Added HTTP API v1 package.
18+
* [ENHANCEMENT] Numerous documentation improvements.
19+
* [ENHANCEMENT] Improved metric sorting.
20+
* [ENHANCEMENT] Inlined fnv64a hashing for improved performance.
21+
* [ENHANCEMENT] Several test improvements.
22+
* [BUGFIX] Handle collisions in MetricVec.
23+
124
## 0.7.0 / 2015-07-27
225
* [CHANGE] Rename ExporterLabelPrefix to ExportedLabelPrefix.
326
* [BUGFIX] Closed gaps in metric consistency check.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0
1+
0.8.0

0 commit comments

Comments
 (0)