mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Prometheus version 0.5.0.
Change-Id: Ibf4d07c2878a9c22d6ade639b776dcfe3b533b34
This commit is contained in:
parent
ca6a4fccef
commit
16ca35c07e
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,3 +1,13 @@
|
|||
## 0.5.0 / 2014-05-28
|
||||
|
||||
* [BUGFIX] Fixed next retrieval time display on status page.
|
||||
* [BUGFIX] Updated some variable references in tools subdir.
|
||||
* [FEATURE] Added support for scraping metrics via the new text format.
|
||||
* [PERFORMANCE] Improved label matcher performance.
|
||||
* [PERFORMANCE] Removed JSON indentation in query API, leading to smaller response sizes.
|
||||
* [ENHANCEMENT] Added internal check to verify temporal order of streams.
|
||||
* [ENHANCEMENT] Some internal refactorings.
|
||||
|
||||
## 0.4.0 / 2014-04-17
|
||||
|
||||
* [FEATURE] Vectors and scalars may now be reversed in binary operations (`<scalar> <binop> <vector>`).
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
0.4.0
|
||||
0.5.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue