Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 23 Sep 10:34
· 246 commits to v0.x.x since this release
v0.9.0
e1617f3

Frequenz Reporting API Client Release Notes

Summary

Upgrading

  • Update and fix readme to make use of newest release version 0.8.0
  • Updates the base client to version 0.6.

New Features

  • States can now be requested via the client and are provided through the flat iterator.
    They can be identified via their category state, warning and error, respectively.
    Each individual state is provided as its own sample.

  • Bounds can now be requested via the client and are provided through the flat iterator.
    They can be identified via their category metric_bound[i]_{upper,lower}.
    Each individual bound is provided as its own sample.

  • Support for states and bound is also added to the CLI tool via the --states and --bounds flag, respectively.

Bug Fixes

What's Changed

Full Changelog: v0.8.0...v0.9.0