From f641e1190d1d8cae6afb09dfc00457b29d14d511 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Thu, 19 Mar 2026 10:34:08 +0100 Subject: [PATCH] Prepare release notes for the release Signed-off-by: Leandro Lucarella --- RELEASE_NOTES.md | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 13a995c..35d3ede 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,24 +1,5 @@ # Frequenz Assets API Client Release Notes -## Summary - -This release adds support for retrieving microgrid electrical component connections through a new client method and CLI command. - -## Upgrading - -- The `get_microgrid` and `list_microgrid_electrical_components` methods now expect an argument of type `MicrogridId`, instead of an `int`. -- The `PvInverter` type has been renamed to `SolarInverter`, to be compatible with the microgrid api client. - ## New Features -- This exposes the abstract `Battery`, `EvCharger` and `Inverter` types. - -### Component Connections API - -* **New `ComponentConnection` class**: Introduced to represent connections between electrical components in a microgrid -* **New client method**: Added method to retrieve microgrid electrical component connections -* **CLI command extension**: Added `component-connections` command to list component connections - -## Bug Fixes - - +The client methods now accept an optional `raise_on_error` argument. When set to `True`, the client will raise a exceptions for any entity that doesn't pass validation instead of filtering out unvalid entities and returning only valid ones (which is still the default).