From 4e95a3971b0c45e8625432e2632e5a3e33015aa6 Mon Sep 17 00:00:00 2001 From: Tetrergeru Date: Fri, 4 Oct 2024 12:32:18 +0200 Subject: [PATCH] Update changelog, add new version to compatibility matrix --- CHANGES.md | 23 +++++++++++++++++++++++ README.md | 1 + 2 files changed, 24 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 28778ecc5..af5537582 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -17,6 +17,29 @@ Changes CHANGELOG --------- + +**0.17.0** + + - [Feature] return error on partial targets fetch + - [Feature] add a config option to pass consolidateBy to the storage backend + - [Feature] add -exact-config command line argument + - [Improvement] :bangbang: refactor for avoid global evaluator usage + - [Improvement] Add movingWindow to list of functions that might adjust timerange + - [Improvement] tags/autoComplete: return detailed error code instead of 500 + - [Improvement] MaxDataPoints consolidation: support nudging for consistent bucketing + - [Fix] incorrect positional parameters + - [Fix] transformNull name tag + - [Fix] Deadlock on uninitialized (nil) limiter + - [Fix] Check if query doesn't exceed allowed length limit + - [Fix] return code for render_handler + - [Fix] gracefully shutdown http servers + - [Fix] sortBy: substitute NaN values for negative infinity + - [Fix] validate consolidateBy arguments + - [Fix] fix `"name"` tag overrides in various functions + - [Fix] runtime error highest current + - [Fix] PromethizeTagValue panic on empty value + + **0.16.1** - [Build] Update build version of golang to 1.21.0 - [Improvement] Better error messages diff --git a/README.md b/README.md index eb7acce75..9b40b8127 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ Golang compatibility matrix: | 1.16 / 1.17 | 0.15.6 | | 1.18 | 0.16.0-patch2 | | 1.20 | 0.16.1 | +| 1.21 | 0.17.0 | Overall rule of thumb is that carbonapi supports last 2 major go versions. E.x. at this moment Go 1.22 and 1.21 are supported.