Skip to content

Commit b4639b2

Browse files
authored
Cut 0.7.0 (#118)
Signed-off-by: bwplotka <[email protected]>
1 parent 318e721 commit b4639b2

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

Diff for: CHANGELOG.md

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
## unreleased
22

3+
## 0.7.0 / 2025-01-14
4+
5+
* [CHANGE] (breaking) Removed the deprecated `--metric-count` flag (use `--gauge-metric-count` instead). #119
6+
* [CHANGE] (breaking) Removed `remote-pprof-urls` feature. #104
7+
* [BUGFIX] Fixed `--const-label` feature. #113
8+
* [BUGFIX] Fixed remote write run forever mode. #104
9+
* [CHANGE] Remote write errors are logged on an ERROR level as they go (instead of the long interval). #102
10+
* [FEATURE] Added `--remote-concurrency-limit` flag (20 default) on how many concurrent remote writes can happen. #46
11+
312
## 0.6.0 / 2024-10-14
413

5-
* [CHANGE] (breaking) `--metric-interval` default value is now zero (not 120) #99
6-
* [CHANGE] (breaking) change `out-of-order` to `--remote-out-of-order` for consistency. #101
14+
* [CHANGE] (breaking) `--metric-interval` default value is now zero (not 120). #99
15+
* [CHANGE] (breaking) Change `out-of-order` to `--remote-out-of-order` for consistency. #101
716
* [CHANGE] Install command for `avalanche` moved to `cmd/avalanche/` from `cmd/` #97
8-
* [FEATURE] Added `mtypes` binary for metric type calculation against targets #97
17+
* [FEATURE] Add `mtypes` binary for metric type calculation against targets #97
918
* [FEATURE] `--remote-requests-count` value -1 now makes remote-write send requests indefinitely #90
10-
* [FEATURE] add support for all metric types; deprecated --metric-count flag; --*-interval flags set to 0 means no change; added OpenMetrics support #80 #101
19+
* [FEATURE] Add support for all metric types; deprecated --metric-count flag; --*-interval flags set to 0 means no change; added OpenMetrics support #80 #101
1120

1221
## 0.5.0 / 2024-09-15
1322

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.7.0

0 commit comments

Comments
 (0)