v0.15.0
Frequenz Migrogrid API Release Notes
Summary
This release upgrades the submodule frequenz-api-common
to v0.3.0, and
renames the message EVCharger
to EvCharger
.
Upgrading
-
Upgraded
frequenz-api-common
to v0.3.0The submodule
frequenz-api-common
has been upgraded to v0.3.0.
This version renames the enum representing EV charger types toEvChargerType
and defined theMetricAggregation
message, which was previously defined in
frequenz-api-microgrid
.Since the message
MetricAggregation
is now being imported from the common
specs, it has been removed from the filecommon.proto
. -
Renamed message
EVCharger
toEvCharger
This is done to use same naming convention as
frequenz-api-common
.
Note that a similar renaming was done infrequenz-api-common
v0.3.0 to
improve the code quality of the derived rust code using prost.
New Features
None
Bug Fixes
None
What's Changed
- Clear release notes and update contribution docs by @tiyash-basu-frequenz in #62
- Add dependabot config (and rename submodules) by @leandro-lucarella-frequenz in #63
- Bump actions/labeler from 4.0.1 to 4.1.0 by @dependabot in #64
- Upgrade
frequenz-api-common
to v0.3.0 by @tiyash-basu-frequenz in #65
New Contributors
- @dependabot made their first contribution in #64
Full Changelog: v0.14.0...v0.15.0