Clear release notes and add v1alpha8 package#396
Merged
tiyash-basu-frequenz merged 3 commits intofrequenz-floss:v0.x.xfrom Jul 9, 2025
Merged
Clear release notes and add v1alpha8 package#396tiyash-basu-frequenz merged 3 commits intofrequenz-floss:v0.x.xfrom
v1alpha8 package#396tiyash-basu-frequenz merged 3 commits intofrequenz-floss:v0.x.xfrom
Conversation
Signed-off-by: Tiyash Basu <tiyash.basu@frequenz.com>
This package is currently a copy of the `v1alpha7` package. It will be changed in the future to include new features and improvements. Signed-off-by: Tiyash Basu <tiyash.basu@frequenz.com>
Signed-off-by: Tiyash Basu <tiyash.basu@frequenz.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR clears out the existing release notes and adds a brand-new v1alpha8 package with corresponding Python bindings, tests, and Protobuf definitions.
- Replace current
RELEASE_NOTES.mdcontent with placeholders for summary and upgrade guidance. - Introduce the
frequenz.api.common.v1alpha8package: Python__init__.py, package structure, and import tests. - Add Protobuf definitions for all
v1alpha8APIs (type, metrics, grid, microgrid, streaming, pagination, market).
Reviewed Changes
Copilot reviewed 31 out of 31 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| RELEASE_NOTES.md | Cleared existing notes and added placeholders for summary/upgrade |
| pytests/test_common_v1alpha8.py | Added basic import tests for most v1alpha8 submodules |
| py/frequenz/api/common/v1alpha8/init.py | Bootstrapped package with docstring (version reference needs update) |
| proto/frequenz/api/common/v1alpha8/... | New Protobuf definitions for v1alpha8 APIs |
Comments suppressed due to low confidence (4)
py/frequenz/api/common/v1alpha8/init.py:4
- The docstring references
v1alpha7, but this is thev1alpha8package. Please update the version in the docstring tov1alpha8.
"""Frequenz common gRPC API and bindings for v1alpha7."""
pytests/test_common_v1alpha8.py:186
- Consider adding import tests for the new
streamingandmarketsubpackages to ensure full coverage of all v1alpha8 modules.
assert pagination_params_pb2_grpc is not None
proto/frequenz/api/common/v1alpha8/type/decimal.proto:3
- The copyright year here is
2024while other files use2025. Please unify the year across all new v1alpha8 definitions.
// Copyright 2024 Frequenz Energy-as-a-Service GmbH
RELEASE_NOTES.md:5
- The release notes are currently placeholders. Please add a concise summary of key changes and upgrade instructions before merging.
<!-- Here goes a general summary of what this release is about -->
llucax
approved these changes
Jul 9, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.