Skip to content

v0.18.2

Choose a tag to compare

@github-actions github-actions released this 10 Sep 13:47
· 0 commits to v0.x.x since this release
Immutable release. Only release title and notes can be modified.
v0.18.2
c54cbae

Frequenz Microgrid API Release Notes

Summary

This release adds a new RPC to clear previously set bounds contributions for electrical components, and introduces a new field to the AugmentElectricalComponentBoundsRequest message to allow clients to specify a token for their bounds contribution.

New Features

In v1alpha18:

  • A new field named bounds_token has been added to the AugmentElectricalComponentBoundsRequest message. This field allows clients to specify a token that identifies their bounds contribution. If a client wants to overwrite a previously set bounds contribution, they can use the same token in a new request.
  • A new RPC named ClearElectricalComponentBounds has been introduced. This RPC allows clients to withdraw a previously set bounds contribution by specifying the component, metric, and the token associated with that contribution.

What's Changed

  • Remove v1alpha19 from the v0.18.x branch by @llucax in #450

Full Changelog: v0.19.1...v0.18.2