Skip to content

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 01 Jul 08:55
· 78 commits to v0.x.x since this release
v0.3.3
2e59182

Frequenz Client Common Library Release Notes

Summary

Upgrading

  • The metrics and components enums .from_proto() are deprecated, please use the new enum_from_proto() instead.

  • Some minimum dependencies have been bumped, you might need to update your minimum dependencies too:

    • frequenz-api-common to 0.6.1
    • frequenz-core to 1.0.2

New Features

  • 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.
  • The frequenz.client.common.microgrid.ComponentCategory was 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