v0.3.3
Frequenz Client Common Library Release Notes
Summary
Upgrading
-
The metrics and components enums
.from_proto()are deprecated, please use the newenum_from_proto()instead. -
Some minimum dependencies have been bumped, you might need to update your minimum dependencies too:
frequenz-api-commonto 0.6.1frequenz-coreto 1.0.2
New Features
- A new module
frequenz.client.common.enum_protohas been added, which provides a genericenum_from_proto()function to convert protobuf enums to Python enums. - The
frequenz.client.common.microgrid.ComponentCategorywas extended to include the missing categories.
Bug Fixes
What's Changed
- Clear release notes by @llucax in #80
- Improve enums and add a generic
enum_from_proto()by @llucax in #82
Full Changelog: v0.3.2...v0.3.3