Frequenz Weather API Release Notes
Summary
This release updates the repo-config and adds a new field to the request message of the live RPC.
<!-- Here goes a general summary of what this release is about -->
Upgrading
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
New Features
* Added optional `forecast_horizon_min` and `forecast_horizon_max` parameter
to `ReceiveLiveWeatherForecastRequest` that allows limiting the forecast
horizon of returned forecasts. When not specified, forecasts with their
minimum/maximum available horizon will be returned.
<!-- 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
* Clear release notes by shsms in https://github.com/frequenz-floss/frequenz-api-weather/pull/150
* Update repo-config to v0.10.0 by TalweSingh in https://github.com/frequenz-floss/frequenz-api-weather/pull/146
* Fix CI by TalweSingh in https://github.com/frequenz-floss/frequenz-api-weather/pull/151
* Add `forecast_horizon` range to the protobuf definitions by TalweSingh in https://github.com/frequenz-floss/frequenz-api-weather/pull/148
**Full Changelog**: https://github.com/frequenz-floss/frequenz-api-weather/compare/v0.10.0...v0.11.0