Prometheus v0.4.0 Release Notes

Release Date: 2014-04-17 // about 10 years ago
    • [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 marshaling / unmarshaling.