Skip to content

Commit 31a2ea8

Browse files
committed
Update release notes
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 021010b commit 31a2ea8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@
66

77
## Upgrading
88

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
1014

1115
## New Features
1216

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.
1419

1520
## Bug Fixes
1621

0 commit comments

Comments
 (0)