-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
beorn7
committed
Feb 23, 2015
1 parent
3f532e7
commit 39e4bc8
Showing
2 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,19 @@ | ||
## 0.2.0 / 2015-02-23 | ||
* [FEATURE] Introduce new Histagram metric type. | ||
* [CHANGE] Ignore process collector errors for now (better error handling | ||
pending). | ||
* [CHANGE] Use clear error interface for process pidFn. | ||
* [BUGFIX] Fix Go download links for several archs and OSes. | ||
* [ENHANCEMENT] Massively improve Gauge and Counter performance. | ||
* [ENHANCEMENT] Catch illegal label names for summaries in histograms. | ||
* [ENHANCEMENT] Reduce allocations during fingerprinting. | ||
* [ENHANCEMENT] Remove cgo dependency. procfs package will only be included if | ||
both cgo is available and the build is for an OS with procfs. | ||
* [CLEANUP] Clean up code style issues. | ||
* [CLEANUP] Mark slow test as such and exclude them from travis. | ||
* [CLEANUP] Update protobuf library package name. | ||
* [CLEANUP] Updated vendoring of beorn7/perks. | ||
|
||
## 0.1.0 / 2015-02-02 | ||
* [CLEANUP] Introduced semantic versioning and changelog. From now on, | ||
changes will be reported in this file. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.0 | ||
0.2.0 |