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
<!-- Here goes the main new features and examples or instructions on how to use them -->
Bug Fixes
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
What's Changed
* Bump the required group across 1 directory with 11 updates by dependabot in https://github.com/frequenz-floss/frequenz-api-reporting/pull/46
* Remove list_* endpoints, modify metric source options & docs by stefan-brus-frequenz in https://github.com/frequenz-floss/frequenz-api-reporting/pull/56
* Update pinned dependency versions by stefan-brus-frequenz in https://github.com/frequenz-floss/frequenz-api-reporting/pull/57
**Full Changelog**: https://github.com/frequenz-floss/frequenz-api-reporting/compare/v0.4.0...v0.5.0