From 15e8d0201e9bff7403fedca74f03a20e27a563ff Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Tue, 29 Oct 2024 10:44:14 +0100 Subject: [PATCH] Update release notes Signed-off-by: Leandro Lucarella --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 907cef2e1..487e1b4dd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -17,6 +17,7 @@ * The `MovingWindow` now take all arguments as keyword-only to avoid mistakes. * The `frequenz-quantities` dependency was bumped to `1.0.0rc3`. +* The `ComponentMetricsRequest` now produces a channel name without the `start_date` if the `start_date` is `None`. If you are somehow relying on the old behavior, please update your code. ## New Features