Frequenz Weather API Release Notes
Summary
This release of the Frequenz Weather API adds support for streaming new
temperature and wind speed forecasts.
Upgrading
New Features
<!-- Here goes the main new features and examples or instructions on how to use them -->
- Add temperature 2m above ground.
- Add eastward and northward components of wind speed at 10 m altitude.
- Update the client to support the new temperature and 10m wind features.
Bug Fixes
What's Changed
* Add wind 10m uv component features to proto specs by cwasicki in https://github.com/frequenz-floss/frequenz-api-weather/pull/61
* Clear RELEASE_NOTES.md by shsms in https://github.com/frequenz-floss/frequenz-api-weather/pull/68
* Run linters on the client code by llucax in https://github.com/frequenz-floss/frequenz-api-weather/pull/73
* Fix nox issues by shsms in https://github.com/frequenz-floss/frequenz-api-weather/pull/70
* Fix doc for 2m temperature in proto specs by cwasicki in https://github.com/frequenz-floss/frequenz-api-weather/pull/75
* Add client support 10m wind and temperature features by shsms in https://github.com/frequenz-floss/frequenz-api-weather/pull/74
* Clean up RELEASE_NOTES.md for release by TalweSingh in https://github.com/frequenz-floss/frequenz-api-weather/pull/76
New Contributors
* cwasicki made their first contribution in https://github.com/frequenz-floss/frequenz-api-weather/pull/61
* shsms made their first contribution in https://github.com/frequenz-floss/frequenz-api-weather/pull/68
**Full Changelog**: https://github.com/frequenz-floss/frequenz-api-weather/compare/v0.1.0...v0.2.0