Skip to content

Releases: frequenz-floss/frequenz-api-reporting

v0.5.0

07 Oct 14:08
v0.5.0
7251004
Compare
Choose a tag to compare

Frequenz Reporting API Release Notes

Summary

  • List* endpoints have been removed.
  • MetricSourceOptions have been renamed to MetricConnections, and moved out of the filter message.

Upgrading

  • Servers should remove the list endpoint implementations, clients should use the streaming endpoints.
  • Metric source info can be found directly on the request, instead of in the filter object.

New Features

Bug Fixes

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

18 Jul 11:45
v0.4.0
4b476d7
Compare
Choose a tag to compare

Frequenz Reporting API Release Notes

Summary

  • Metric source options

Upgrading

New Features

  • A new field, MetricSourceOptions has been added to the StreamFilter message, allowing users to give specific sources for a given metric.
    Multiples of the same metric can exist, in which case they are "tagged" with the source they come from. The metric source options allows
    the user to specify one or multiple tags.

Bug Fixes

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

27 May 12:05
v0.3.0
d01a4db
Compare
Choose a tag to compare

Frequenz Reporting API Release Notes

Summary

  • Add time filter options to the streaming request, to allow for streaming of historical data.

Upgrading

New Features

  • The streaming requests now contain optional TimeFilter objects for streaming historical data.

Bug Fixes

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

24 Apr 12:49
v0.2.0
8c3db36
Compare
Choose a tag to compare

Frequenz Reporting API Release Notes

Summary

Updated frequenz-api-common dependency from v0.5.1 to v0.6.0

Upgrading

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.2.0

v0.1.1

14 Dec 12:34
v0.1.1
e9ef013
Compare
Choose a tag to compare

Frequenz Reporting API Release Notes

Summary

Upgrading

New Features

Bug Fixes

  • Fixed RPC signature for streaming aggregated data.

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1