Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 11:24
· 292 commits to v0.x.x since this release
v0.5.0
df5fec8

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 via reporting-cli or python -m frequenz.client.reporting
    from the command line.
  • The command-line argument --display is renamed to --format for reporting-cli.
  • The reporting-cli tool 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