Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 650 Bytes

RELEASE_NOTES.md

File metadata and controls

22 lines (14 loc) · 650 Bytes

Frequenz Reporting API Client Release Notes

Summary

Upgrading

  • Update repo-config and setuptools versions
  • Timestamps in the response are now timezone aware.

New Features

  • Support for streaming: By omitting the end date in the request, the client will return any historical data from timestamp until now and keep streaming new data as it arrives.
  • Also the start date can be omitted which let's the data start at the earliest time stamp that is available.

Bug Fixes