From 326fe53ff4f2942c8732be484ce0ebbcd494edd0 Mon Sep 17 00:00:00 2001 From: Sahas Subramanian Date: Thu, 20 Mar 2025 18:05:47 +0100 Subject: [PATCH] Clear release notes Signed-off-by: Sahas Subramanian --- RELEASE_NOTES.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d2e986ca7..58b0e962b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,18 +2,16 @@ ## Summary -## New Features - -- Add a `stop()` method to the `FormulaEngine`. Now it is possible to stop custom formulas. + -- Stop fallback formulas when primary formula starts working again. +## Upgrading -## Bug Fixes + -- Fixed a bug with formulas raising exception when stopped. +## New Features -- Fixed a bug that raised `CancelledError` when actor was started with `frequenz.sdk.actor.run` and stopped. + -- Stop catching `BaseException` in `frequenz.sdk.actor.run`. Only `CancelledError` and `Exception` are caught now. +## Bug Fixes - Fix `MetricFetcher` leaks when a requested metric fetcher already existed.