Skip to content

v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jun 12:06
· 277 commits to v0.x.x since this release
v0.15.0
c20fa34

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.0

    The submodule frequenz-api-common has been upgraded to v0.3.0.
    This version renames the enum representing EV charger types to EvChargerType
    and defined the MetricAggregation 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 file common.proto.

  • Renamed message EVCharger to EvCharger

    This is done to use same naming convention as frequenz-api-common.
    Note that a similar renaming was done in frequenz-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

New Contributors

Full Changelog: v0.14.0...v0.15.0