Prometheus v2.14.0 Release Notes

Release Date: 2019-11-11 // over 4 years ago
    • ๐Ÿ›  [SECURITY/BUGFIX] UI: Ensure warnings from the API are escaped. #6279
    • ๐Ÿ— [FEATURE] API: /api/v1/status/runtimeinfo and /api/v1/status/buildinfo endpoints added for use by the React UI. #6243
    • ๐Ÿ’ป [FEATURE] React UI: implement the new experimental React based UI. #5694 and many more
      • Can be found by under /new.
      • Not all pages are implemented yet.
    • ๐Ÿ— [FEATURE] Status: Cardinality statistics added to the Runtime & Build Information page. #6125
    • ๐Ÿ›  [ENHANCEMENT/BUGFIX] Remote write: fix delays in remote write after a compaction. #6021
    • ๐Ÿ’ป [ENHANCEMENT] UI: Alerts can be filtered by state. #5758
    • ๐Ÿ›  [BUGFIX] API: lifecycle endpoints return 403 when not enabled. #6057
    • ๐Ÿ›  [BUGFIX] Build: Fix Solaris build. #6149
    • ๐Ÿ›  [BUGFIX] Promtool: Remove false duplicate rule warnings when checking rule files with alerts. #6270
    • ๐Ÿ›  [BUGFIX] Remote write: restore use of deduplicating logger in remote write. #6113
    • ๐Ÿ›  [BUGFIX] Remote write: do not reshard when unable to send samples. #6111
    • ๐Ÿ›  [BUGFIX] Service discovery: errors are no longer logged on context cancellation. #6116, #6133
    • ๐Ÿ›  [BUGFIX] UI: handle null response from API properly. #6071