You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+2-30Lines changed: 2 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,34 +2,6 @@
2
2
3
3
## Summary
4
4
5
-
This release introduces the new `v1alpha8` version of the API, which includes several breaking changes compared to `v1alpha7`. The changes focus on improving consistency and clarity by renaming several symbols and removing unused components.
5
+
## Features
6
6
7
-
## Upgrading
8
-
9
-
- A new package `frequenz.api.common.v1alpha8` has been introduced, containing the following breaking changes from `v1alpha7`.
10
-
11
-
- Removed:
12
-
13
-
+`electrical_components.Fuse`
14
-
+`InverterType.INVERTER_TYPE_WIND_TURBINE`
15
-
16
-
- Renamed several symbols to increase consistency and clarity:
17
-
18
-
+`microgrid`:
19
-
20
-
* `MicrogridComponentIds` to `MicrogridElectricalComponentIds`
21
-
* `MicrogridComponentIDs.component_ids` to `MicrogridElectricalComponentIds.electrical_component_ids`
22
-
23
-
+`electrical_components`:
24
-
25
-
*`ElectricalComponentConnections.source_component_id` to `ElectricalComponentConnections.source_electrical_component_id`
26
-
*`ElectricalComponentConnections.destination_component_id` to `ElectricalComponentConnections.destination_electrical_component_id`
27
-
*`ElectricalComponentStateSnapshot.component_id` to `ElectricalComponentStateSnapshot.electrical_component_id`
28
-
* Transformer-related terms are renamed to align them with power transformers, which are more commonly used in electrical engineering:
29
-
*`electrical_components.VoltageTransformer` to `electrical_components.PowerTransformer`
30
-
*`ElectricalComponentCategorySpecificInfo.kind.voltage_transformer` to `ElectricalComponentCategorySpecificInfo.kind.power_transformer`
31
-
*`ElectricalComponentCategory.ELECTRICAL_COMPONENT_CATEGORY_VOLTAGE_TRANSFORMER` to `ElectricalComponentCategory.ELECTRICAL_COMPONENT_CATEGORY_POWER_TRANSFORMER`
32
-
33
-
+`types`:
34
-
35
-
* The whole package has been renamed to `types` to avoid using reserved keywords in programming languages.
7
+
- Add `gridpool.Gridpool` message type to `v1alpha8`, defining a gridpool as an assigned group of microgrids for the purpose of energy trading.
0 commit comments