-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade
frequenz-api-common
to v0.3.0 (#65)
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`. The message `EVCharger` is being renamed to `EvCharger`, to use same naming convention as `frequenz-api-common`. Note that a similar renaming was done in [`frequenz-api-common` v0.3.0](frequenz-floss/frequenz-api-common#21) to improve the code quality of the derived rust code using prost.
- Loading branch information
Showing
6 changed files
with
29 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule frequenz-api-common
updated
7 files
+1 −1 | .github/RELEASE_NOTES.template.md | |
+1 −1 | .github/workflows/labeler.yml | |
+1 −1 | .gitmodules | |
+64 −2 | RELEASE_NOTES.md | |
+5 −5 | proto/frequenz/api/common/components.proto | |
+86 −0 | proto/frequenz/api/common/metrics.proto | |
+2 −2 | pyproject.toml |