From 0431ae464f296814392976a245b8d9ef442ae11e Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Mon, 11 Nov 2024 12:17:27 +0100 Subject: [PATCH] Clear release notes Signed-off-by: Leandro Lucarella --- RELEASE_NOTES.md | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1cc6dae6d..61ee6f2ad 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,32 +2,16 @@ ## Summary -This release focus on improving the config management, but also introduces other minor improvements and fixes an important bug. + ## Upgrading -- The `ConfigManagingActor` now takes multiple configuration files as input, and the argument was renamed from `config_file` to `config_files`. If you are using this actor, please update your code. For example: - - ```python - # Old - actor = ConfigManagingActor(config_file="config.toml") - # New - actor = ConfigManagingActor(config_files=["config.toml"]) - ``` - -- 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 -- The `ConfigManagingActor` can now take multiple configuration files as input, allowing to override default configurations with custom configurations. -- A new `frequenz.sdk.config.load_config()` function is available to load configurations using `marshmallow_dataclass`es with correct type hints. -- Implement and standardize logging configuration with the following changes: - * Add `LoggerConfig` and `LoggingConfig` to standardize logging configuration. - * Create `LoggingConfigUpdater` to handle runtime config updates. - * Support individual log level settings for each module. + ## Bug Fixes -- Fixes an issue where PV and EV system bounds were not available to the Power Manager sometimes when requested after startup. +