Skip to content

Releases: frequenz-floss/frequenz-client-reporting-python

v0.19.0

10 Jul 15:05
v0.19.0
a68bf49

Choose a tag to compare

Frequenz Reporting API Client Release Notes

Summary

Upgrading

  • Update to frequenz-api-reporting v0.8.0

New Features

  • Expose aggregated metrics if available.

Bug Fixes

  • Update example in README to use receive_single_component_data.

What's Changed

New Contributors

Full Changelog: v0.18.1...v0.19.0

v0.18.1

18 Jun 13:41
v0.18.1
02482b0

Choose a tag to compare

Frequenz Reporting API Client Release Notes

Summary

Upgrading

New Features

Bug Fixes

What's Changed

Full Changelog: v0.18.0...v0.18.1

v0.18.0

17 Jun 10:01
v0.18.0
33e2353

Choose a tag to compare

Frequenz Reporting API Client Release Notes

Summary

Upgrading

  • The key parameter of the client has been renamed to auth_key

New Features

  • Add HMAC generation capabilities.
    • The new CLI option "sign_secret" can be used to provide the server's HMAC secret.
    • The client itself now has a "sign_secret" argument in the constructor.
    • Update documentation describing how to use the above options.

Bug Fixes

What's Changed

New Contributors

Full Changelog: v0.17.1...v0.18.0

v0.17.1

10 Jun 11:22
v0.17.1
dd24055

Choose a tag to compare

Frequenz Reporting API Client Release Notes

Summary

Upgrading

  • The receive_aggregated_data method now returns a Receiver, which provides more flexibility that the previous AsyncIterator.
  • The receive_microgrid_sensors_data, receive_single_sensor_data and receive_aggregated_data methods are no-longer async.

New Features

Bug Fixes

What's Changed

New Contributors

Full Changelog: v0.17.0...v0.17.1

v0.17.0

06 Jun 11:33
v0.17.0
9e0cf82

Choose a tag to compare

Frequenz Reporting API Client Release Notes

Summary

Upgrading

  • Change 'start_dt' and 'end_dt' to 'start_time' and 'end_time' respectively.
  • Rename 'list' to 'receive' in component data retrival functions
  • Return the receiver directly in '_recieve_microgrid_components_data_batch'

New Features

Bug Fixes

What's Changed

Full Changelog: v0.16.0...v0.17.0

v0.16.0

30 Apr 14:23
v0.16.0
f0e0275

Choose a tag to compare

Frequenz Reporting API Client Release Notes

Summary

Upgrading

New Features

  • Add sensor endpoint to client.

Bug Fixes

What's Changed

Full Changelog: v0.15.0...v0.16.0

v0.15.0

04 Apr 09:11
v0.15.0
f529ed8

Choose a tag to compare

Frequenz Reporting API Client Release Notes

Summary

Upgrading

New Features

  • Introduced 'GrpcStreamBroadcaster' from the base client to enable keep-alive options for gRPC streaming.
  • The 'ChannelOptions' are currently set to the base client default, but can be change as an input.

Bug Fixes

What's Changed

Full Changelog: v0.14.0...v0.15.0

v0.14.0

19 Mar 09:39
v0.14.0
3cfe9bb

Choose a tag to compare

Frequenz Reporting API Client Release Notes

Summary

Upgrading

  • Updates 'FilterOption' in client to be able to use reporting-api version 0.7.0

New Features

Bug Fixes

What's Changed

Full Changelog: v0.13.1...v0.14.0

v0.13.1

21 Feb 14:20
v0.13.1
009a88d

Choose a tag to compare

Frequenz Reporting API Client Release Notes

Summary

Upgrading

  • The CLI tool is moved to dedicated folder.
  • Timestamps of aggregated (formula) requests are now timezone-aware.

New Features

  • Support data requests for multiple component IDs from command line.
  • Support for passing formula strings as a cid argument from the command line.

Bug Fixes

What's Changed

Full Changelog: v0.13.0...v0.13.1

v0.13.0

06 Jan 13:38
v0.13.0
96813f7

Choose a tag to compare

Frequenz Reporting API Client Release Notes

Summary

Upgrading

New Features

  • Adds new method receive_aggregated_data to receive microgrid component data
    aggregated by user-defined formulae.

Bug Fixes

What's Changed

Full Changelog: v0.12.0...v0.13.0