Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: frequenz-floss/frequenz-api-common
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.1
Choose a base ref
...
head repository: frequenz-floss/frequenz-api-common
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.2
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 10, 2024

  1. Clear release notes

    Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
    llucax committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    0012cb3 View commit details
    Browse the repository at this point in the history
  2. Pin grpc related dependencies

    We can't use wide dependencies because otherwise when building the
    wheel, the latest version is used, but the generate code should use the
    minimum supported version for the generation, not the latest one. See:
    https://protobuf.dev/support/cross-version-runtime-guarantee/
    
    Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
    llucax committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ff38cd2 View commit details
    Browse the repository at this point in the history
  3. Pin grpc related dependencies (#241)

    We can't use wide dependencies because otherwise when building the
    wheel, the latest version is used, but the generate code should use the
    minimum supported version for the generation, not the latest one. See:
    https://protobuf.dev/support/cross-version-runtime-guarantee/
    llucax authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ebe12dd View commit details
    Browse the repository at this point in the history
Loading