From 52ce77af3c9caacd799c7f7501d1e550db34a0b4 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Tue, 15 Sep 2026 10:57:20 +0200 Subject: [PATCH] Prepare release notes for v1.0.0-rc2212 Signed-off-by: Leandro Lucarella --- RELEASE_NOTES.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1a650c610..6a6f0ba49 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,15 +1,9 @@ # Frequenz Python SDK Release Notes -## Summary - - - ## Upgrading - Custom validators passed through a configuration dataclass field's `metadata` (as used by `load_config()` and `ConfigManager.new_receiver()`) must now raise a `marshmallow.ValidationError` to reject a value. `marshmallow` 4 removed support for validators that signal failure by returning `False`, so such validators are now ignored and the invalid value is accepted silently. This affects you as soon as `marshmallow` 4 is installed, which `frequenz-quantities` 1.0.2 and later require. - - ## New Features * Added `SteamBoilerPool` for monitoring and controlling pools of steam boilers, available via `microgrid.new_steam_boiler_pool()`.