From b4639b2e685f9100ef8130e9255f7f902f5bcf17 Mon Sep 17 00:00:00 2001 From: Bartlomiej Plotka Date: Wed, 15 Jan 2025 08:28:59 +0100 Subject: [PATCH] Cut 0.7.0 (#118) Signed-off-by: bwplotka --- CHANGELOG.md | 17 +++++++++++++---- VERSION | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba2aa63..d2bbb79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,22 @@ ## unreleased +## 0.7.0 / 2025-01-14 + +* [CHANGE] (breaking) Removed the deprecated `--metric-count` flag (use `--gauge-metric-count` instead). #119 +* [CHANGE] (breaking) Removed `remote-pprof-urls` feature. #104 +* [BUGFIX] Fixed `--const-label` feature. #113 +* [BUGFIX] Fixed remote write run forever mode. #104 +* [CHANGE] Remote write errors are logged on an ERROR level as they go (instead of the long interval). #102 +* [FEATURE] Added `--remote-concurrency-limit` flag (20 default) on how many concurrent remote writes can happen. #46 + ## 0.6.0 / 2024-10-14 -* [CHANGE] (breaking) `--metric-interval` default value is now zero (not 120) #99 -* [CHANGE] (breaking) change `out-of-order` to `--remote-out-of-order` for consistency. #101 +* [CHANGE] (breaking) `--metric-interval` default value is now zero (not 120). #99 +* [CHANGE] (breaking) Change `out-of-order` to `--remote-out-of-order` for consistency. #101 * [CHANGE] Install command for `avalanche` moved to `cmd/avalanche/` from `cmd/` #97 -* [FEATURE] Added `mtypes` binary for metric type calculation against targets #97 +* [FEATURE] Add `mtypes` binary for metric type calculation against targets #97 * [FEATURE] `--remote-requests-count` value -1 now makes remote-write send requests indefinitely #90 -* [FEATURE] add support for all metric types; deprecated --metric-count flag; --*-interval flags set to 0 means no change; added OpenMetrics support #80 #101 +* [FEATURE] Add support for all metric types; deprecated --metric-count flag; --*-interval flags set to 0 means no change; added OpenMetrics support #80 #101 ## 0.5.0 / 2024-09-15 diff --git a/VERSION b/VERSION index a918a2a..faef31a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 +0.7.0