v0.18.2
·
0 commits
to v0.x.x
since this release
Immutable
release. Only release title and notes can be modified.
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_tokenhas been added to theAugmentElectricalComponentBoundsRequestmessage. 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
ClearElectricalComponentBoundshas 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
Full Changelog: v0.19.1...v0.18.2