v0.2.0
Frequenz Reporting API Client Release Notes
Summary
Upgrading
-
The
ReportingClientis renamed toReportingApiClient. -
The client method
iterate_single_componentis renamed tolist_single_component_data.
New Features
- The client method
list_microgrid_components_datais added to
expose the functionality of supporting arbitrary lists of microgrid-component IDs
and metric IDs. It is intended to be as close as possible on the gRPC function call.
Bug Fixes
What's Changed
- Clear release notes by @cwasicki in #38
- Make ComponentsDataPage an iterator by @cwasicki in #36
- Update doc for MetricSample by @cwasicki in #35
- Rename ReportingClient to ReportingApiClient by @cwasicki in #29
- Remove iterator from function names by @cwasicki in #33
- Add support for multiple components and microgrids by @flora-hofmann-frequenz in #39
- Pin minor version of api dependency to v0.1 by @cwasicki in #44
- Rename client method to list_microgrid_components_data by @cwasicki in #46
- Address todos from the cookiecutter by @mhrrmk in #43
New Contributors
- @flora-hofmann-frequenz made their first contribution in #39
- @mhrrmk made their first contribution in #43
Full Changelog: v0.1.0...v0.2.0