Skip to content

Add major version to package names#151

Merged
tiyash-basu-frequenz merged 1 commit intofrequenz-floss:v0.x.xfrom
tiyash-basu-frequenz:add_major_version
Oct 5, 2023
Merged

Add major version to package names#151
tiyash-basu-frequenz merged 1 commit intofrequenz-floss:v0.x.xfrom
tiyash-basu-frequenz:add_major_version

Conversation

@tiyash-basu-frequenz
Copy link
Copy Markdown
Contributor

The package names have been changed from
frequenz.api.microgrid.<package> to
frequenz.api.microgrid.v1.<package>. v1 is the API's major version, and will be incremented for breaking changes.

@tiyash-basu-frequenz tiyash-basu-frequenz added this to the v0.16.0 milestone Oct 5, 2023
@tiyash-basu-frequenz tiyash-basu-frequenz requested a review from a team as a code owner October 5, 2023 08:55
@tiyash-basu-frequenz tiyash-basu-frequenz self-assigned this Oct 5, 2023
@tiyash-basu-frequenz tiyash-basu-frequenz linked an issue Oct 5, 2023 that may be closed by this pull request
@github-actions github-actions Bot added part:docs Affects the documentation part:protobuf Affects the protocol buffer definition files labels Oct 5, 2023
@tiyash-basu-frequenz tiyash-basu-frequenz requested a review from a team as a code owner October 5, 2023 08:59
@github-actions github-actions Bot added part:tests Affects the unit, integration and performance (benchmarks) tests part:python Affects the Python bindings labels Oct 5, 2023
llucax
llucax previously approved these changes Oct 5, 2023
Copy link
Copy Markdown
Contributor

@llucax llucax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ha! I was writing that you missed the py/ stuff, but I see you just updated it!

The package names have been changed from
`frequenz.api.microgrid.<package>` to
`frequenz.api.microgrid.v1.<package>`. `v1` is the API's major version,
and will be incremented for breaking changes.

Signed-off-by: Tiyash Basu <tiyash.basu@frequenz.com>
@tiyash-basu-frequenz tiyash-basu-frequenz added this pull request to the merge queue Oct 5, 2023
Merged via the queue into frequenz-floss:v0.x.x with commit c3453d6 Oct 5, 2023
@tiyash-basu-frequenz tiyash-basu-frequenz deleted the add_major_version branch October 5, 2023 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

part:docs Affects the documentation part:protobuf Affects the protocol buffer definition files part:python Affects the Python bindings part:tests Affects the unit, integration and performance (benchmarks) tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add major version to the protobuf package

2 participants