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
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,16 @@
6
6
7
7
## Upgrading
8
8
9
-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
9
+
- The metrics and components enums `.from_proto()` are deprecated, please use the new `enum_from_proto()` instead.
10
+
- Some minimum dependencies have been bumped, you might need to update your minimum dependencies too:
11
+
12
+
*`frequenz-api-common` to 0.6.1
13
+
*`frequenz-core` to 1.0.2
10
14
11
15
## New Features
12
16
13
-
<!-- Here goes the main new features and examples or instructions on how to use them -->
17
+
- A new module `frequenz.client.common.enum_proto` has been added, which provides a generic `enum_from_proto()` function to convert protobuf enums to Python enums.
18
+
- The `frequenz.client.common.microgrid.ComponentCategory` was extended to include the missing categories.
0 commit comments