From 6d1a7566132799b02ac59e050e03848131b3c1f1 Mon Sep 17 00:00:00 2001 From: Fabian Reinartz Date: Thu, 7 Apr 2016 16:11:00 +0200 Subject: [PATCH] Add 0.18.0rc1 changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2785c478a..bb23d250f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 0.18.0rc1 / 2016-04-07 + +* [BUGFIX] Fix operator precedence in PromQL +* [CHANGE/BUGFIX] Target identity considers path and parameters additionally to host and port +* [CHANGE] Rename metric `prometheus_local_storage_invalid_preload_requests_total` to `prometheus_local_storage_non_existent_series_matches_total` +* [FEATURE] Deduplicate targets within the same scrape job +* [FEATURE] Add varbit chunk encoding (higher compression, more CPU usage – disabled by default) +* [FEATURE] Add `holt_winters` query function +* [FEATURE] Add relative complement `unless` operator to PromQL +* [ENHANCEMENT] Quarantine series file if data corruption is encountered (instead of crashing) +* [ENHANCEMENT] Validate Alertmanager URL +* [ENHANCEMENT] Use UTC for build timestamp +* [ENHANCEMENT] Improve index query performance (especially for active time series) +* [ENHANCEMENT] Instrument configuration reload duration +* [ENHANCEMENT] Instrument retrieval layer +* [ENHANCEMENT] Add Go version to `prometheus_build_info` metric + ## 0.17.0 / 2016-03-02 This version no longer works with Alertmanager 0.0.4 and earlier!