v0.5.0
Frequenz Reporting API Client Release Notes
Summary
Upgrading
- Install command line tool as
reporting-cli: The command line tool from the example is moved
to the package and can be called viareporting-cliorpython -m frequenz.client.reporting
from the command line. - The command-line argument
--displayis renamed to--formatforreporting-cli. - The
reporting-clitool can output CSV format, dataframe output is removed.
New Features
Bug Fixes
What's Changed
- Update README for API key usage by @cwasicki in #64
- Minor: Remove verbose prints from example client by @cwasicki in #65
- Minor: Change default page size in client example by @cwasicki in #66
- Clear release notes by @cwasicki in #68
- Bump types-protobuf from 4.24.0.20240129 to 5.26.0.20240422 by @dependabot in #61
- Install example command line tool as reporting-cli by @cwasicki in #69
Full Changelog: v0.4.0...v0.5.0