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
- 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.
- Documentation for some `frequenz.client.common.microgrid.electrical_components.ElectricalComponentCategory` values was improved.
- The metrics and components enums `.from_proto()` are deprecated, please use the new `enum_from_proto()` instead.
- Classes to represent microgrid-related ID were added (`MicrogridId`, `EnterpriseId`, `ComponentId`, and `SensorId`).
* tag 'v0.3.3':
Update release notes
Bump the minimum version of `frequenz-core` to 1.0.2
Deprecate uses of enum's `.from_proto()`
Add a generic `enum_from_proto()` function
Add the `HVAC` component category
Add missing component categories
Make enums unique
Clear release notes
Fix dependencies and prepare release notes for v0.3.2 release
Clear release notes
Add release notes
Add microgrid-related ID types
Fix warning filtering in pytest configuration
0 commit comments