From ea1dd11d4f9a6288e537a34701b45e993cb65907 Mon Sep 17 00:00:00 2001 From: SuperQ Date: Wed, 26 Feb 2025 18:56:31 +0100 Subject: [PATCH] Release v1.9.0 BREAKING CHANGES: The flag `--es.slm` has been renamed to `--collector.slm`. The logging system has been replaced with log/slog from the stdlib. This change is being made across the prometheus ecosystem. The logging output has changed, but the messages and levels remain the same. The `ts` label for the timestamp has bewen replaced with `time`, the accuracy is less, and the timezone is not forced to UTC. The `caller` field has been replaced by the `source` field, which now includes the full path to the source file. The `level` field now exposes the log level in capital letters. * [CHANGE] Rename --es.slm to --collector.slm #932 * [CHANGE] Replace logging system #942 * [ENHANCEMENT] Add external refresh stats #933 Signed-off-by: SuperQ --- CHANGELOG.md | 3 +++ VERSION | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 940dfe9f..5ff40f04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## master / unreleased +## 1.9.0 / 2025-02-27 + BREAKING CHANGES: The flag `--es.slm` has been renamed to `--collector.slm`. @@ -8,6 +10,7 @@ The logging system has been replaced with log/slog from the stdlib. This change * [CHANGE] Rename --es.slm to --collector.slm #932 * [CHANGE] Replace logging system #942 +* [ENHANCEMENT] Add external refresh stats #933 ## 1.8.0 / 2024-09-14 diff --git a/VERSION b/VERSION index 27f9cd32..f8e233b2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.0 +1.9.0