Skip to content

Commit 58a0d41

Browse files
committed
Update release notes
Signed-off-by: Sahas Subramanian <sahas.subramanian@proton.me>
1 parent 9e5d3f1 commit 58a0d41

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

RELEASE_NOTES.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
# Frequenz Microgrid Component Graph Library Release Notes
22

3-
## Summary
4-
5-
<!-- Here goes a general summary of what this release is about -->
6-
73
## Upgrading
84

9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
5+
- The `microgrid` extra now requires `frequenz-client-microgrid >= 0.18.3` (was `>= 0.18.0`) so that the `SteamBoiler` component class is available.
106

117
## New Features
128

13-
<!-- Here goes the main new features and examples or instructions on how to use them -->
14-
15-
## Bug Fixes
16-
17-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
9+
- `ComponentGraph` now accepts every component class shipped by `frequenz.client.microgrid.component`. Battery and EV-charger subtypes (`LiIonBattery`, `NaIonBattery`, `AcEvCharger`, `DcEvCharger`, `HybridEvCharger`) are mapped to their cg-side subtype variant instead of collapsing to `Unspecified`. Pass-through categories (`Converter`, `CryptoMiner`, `Electrolyzer`, `Hvac`, `Precharger`, `Relay`, `VoltageTransformer`), plus `SteamBoiler` and `UnrecognizedComponent`, are now mapped where they previously raised `ValueError("Unsupported component category: …")`.

0 commit comments

Comments
 (0)