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-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,11 @@
6
6
7
7
## Upgrading
8
8
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
9
+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
14
10
15
11
## New Features
16
12
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.
13
+
<!-- Here goes the main new features and examples or instructions on how to use them -->
0 commit comments