v0.9.0
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 categorystate,warninganderror, 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 categorymetric_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
--statesand--boundsflag, respectively.
Bug Fixes
What's Changed
- Update release notes after release by @flora-hofmann-frequenz in #94
- Update readme to version 0.8.0 by @flora-hofmann-frequenz in #95
- Fix typo in readme server url by @flora-hofmann-frequenz in #96
- Add support for states in client and cli tool by @cwasicki in #97
- Add support for bounds in client by @cwasicki in #98
- Update base client dependency to v0.6 by @cwasicki in #99
Full Changelog: v0.8.0...v0.9.0