mirror of https://github.com/prometheus/prometheus
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
710 B
11 lines
710 B
11 years ago
|
## 0.4.0 / 2014-04-17
|
||
|
|
||
|
* [FEATURE] Vectors and scalars may now be reversed in binary operations (`<scalar> <binop> <vector>`).
|
||
|
* [FEATURE] It's possible to shutdown Prometheus via a `/-/quit` web endpoint now.
|
||
|
* [BUGFIX] Fix for a deadlock race condition in the memory storage.
|
||
|
* [BUGFIX] Mac OS X build fixed.
|
||
|
* [BUGFIX] Built from Go 1.2.1, which has internal fixes to race conditions in garbage collection handling.
|
||
|
* [ENHANCEMENT] Internal storage interface refactoring that allows building e.g. the `rule_checker` tool without LevelDB dynamic library dependencies.
|
||
|
* [ENHANCEMENT] Cleanups around shutdown handling.
|
||
|
* [PERFORMANCE] Preparations for better memory reuse during marshalling / unmarshalling.
|