Merge tag 'v0.3.8' into 'v0.x.x'#195
Merged
Merged
Conversation
Re-couple the following enums to protobuf constants: - `Metric` - `MetricConnectionCategory` - `electrical component enums` - `Event` - `EnergyMarketCodeType` This is needed to preserve backwards-compatibility with the v0.3.x release series. Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
The release notes were targeting v0.4.0, but we want to do a backwards compatible v0.3.8 release first that only adds deprecation, so the migration to v0.4.0 is a no-op for projects that are up to date. Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
The protobuf v1 namespace should not be used anymore, so we deprecate all remaining symbols using that namespace and the old message names. Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
The merged changes are completely discarded, as they were done only to bring the v0.x.x branch to a v0.3.x compatible shape: * Rewrite release notes for v0.3.8 * Re-couple enums to protobuf constants Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
The v0.x.x branch was targeting the v0.4.0 release, so it included breaking changes. Before doing the v0.4.0 release, we want to do a new v0.3.8 release that is backwards compatible but gives a clear migration path to v0.4.0. We created the v0.3.x branch based on the current v0.x.x branch, and this PR is aimed at recovering the backwards compatibility for the v0.3.8 release. Before the final v0.3.8 release we'll need to deprecate some other old symbols.
The following changes are incorporated: * Add `ElectricalComponentId` to the ID tests * Deprecate remaining v1 wrappers and names The release notes are reset, as all changes in the 'v0.x.x' branch were already released in v0.3.8, except for a note about implicit enum conversion not being supported anymore. Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
Marenz
approved these changes
Jun 10, 2026
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.
These merged changes are completely discarded, as they were done only to bring the v0.x.x branch to a v0.3.x compatible shape:
The following changes are incorporated:
ElectricalComponentIdto the ID testsThe release notes are reset, as all changes in the 'v0.x.x' branch were already released in v0.3.8, except for the note on implicit enum conversion not being supported anymore.