Skip to content

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

v0.20.2

18 Dec 13:01
Immutable release. Only release title and notes can be modified.
v0.20.2
387cea9

Choose a tag to compare

Frequenz Reporting API Client Release Notes

Summary

Upgrading

New Features

Bug Fixes

  • Remove invalid HasField check on scalar which can cause failure retrieving formula-aggregated metrics.

What's Changed

  • Remove invalid HasField check on proto3 scalar metric value by @cwasicki in #254

Full Changelog: v0.20.1...v0.20.2

v0.20.1

17 Dec 23:57
Immutable release. Only release title and notes can be modified.
v0.20.1
4ff0b89

Choose a tag to compare

Frequenz Reporting API Client Release Notes

Summary

Upgrading

New Features

Bug Fixes

  • Fix default value of formula-aggregated metrics when no data was sent.

What's Changed

Full Changelog: v0.20.0...v0.20.1

v0.20.0

28 Nov 15:10
Immutable release. Only release title and notes can be modified.
v0.20.0
e8e8bbd

Choose a tag to compare

Frequenz Reporting API Client Release Notes

Summary

Warning: This client is compatible only with Reporting API v1alpha10 or later.
Using with services that use an older API version will cause failures.

Upgrading

  • Breaking change to reporting API v1alpha10.
  • Switch to new metrics package from client-common.

New Features

Bug Fixes

What's Changed

New Contributors

Full Changelog: v0.19.0...v0.20.0

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