Skip to content

Releases: frequenz-floss/frequenz-client-common-python

v0.3.0

20 Dec 10:51
v0.3.0
a074882
Compare
Choose a tag to compare

Frequenz Client Common Library Release Notes

Summary

Update of the Pagination Params data class.

Upgrading

  • Pagination Params has been changed such that the page_size and page_token fields are now no longer optional.

New Features

  • Additional information for energy metric.
  • Add component state codes.
  • Add component error codes.

Bug Fixes

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

16 May 14:44
v0.2.0
db931ae
Compare
Choose a tag to compare

Frequenz Client Common Library Release Notes

Upgrading

  • Upgrading metric __init__ to names from api-common release v0.6.0

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

20 Mar 20:49
v0.1.0
3e9f2a5
Compare
Choose a tag to compare

Frequenz Client Common Library Release Notes

Summary

This is the initial release of the Frequenz Client Common Library.
It provides wrappers around the types from Frequenz's common API protobuf definitions.
This version contains types to support pagination in gRPC requests
and enum types for components and metrics to be used in a microgrid.

Upgrading

New Features

Bug Fixes

What's Changed

New Contributors

Full Changelog: https://github.com/frequenz-floss/frequenz-client-common-python/commits/v0.1.0