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-microgrid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.15.2
Choose a base ref
...
head repository: frequenz-floss/frequenz-api-microgrid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.15.3
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Jan 31, 2024

  1. Bump the api-common dependency to v0.5.4

    The new v0.5.4 release of the api-common repository is now backwards
    compatible with the old v0.3.x releases. We bump the dependency so
    microgrid API can be used together with other APIs that depend on the
    newer common API version.
    
    Please note that the googleapis-common-protos dependency is also bumped
    to v1.56.4, which is the version that api-common v0.5.4 depends on.
    
    Strictly speaking, this is a breaking change too, as projects might need
    to bump their googleapis-common-protos dependency to v1.56.4 too if they
    specify it explicitly, but this is highly unlikely and very easy to fix.
    
    Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
    llucax committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    3aaf1b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Bump the api-common dependency to v0.5.4 (#205)

    The new v0.5.4 release of the api-common repository is now backwards
    compatible with the old v0.3.x releases. We bump the dependency so
    microgrid API can be used together with other APIs that depend on the
    newer common API version.
    
    Please note that the googleapis-common-protos dependency is also bumped
    to v1.56.4, which is the version that api-common v0.5.4 depends on.
    
    Strictly speaking, this is a breaking change too, as projects might need
    to bump their googleapis-common-protos dependency to v1.56.4 too if they
    specify it explicitly, but this is highly unlikely and very easy to fix.
    leandro-lucarella-frequenz authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    2332734 View commit details
    Browse the repository at this point in the history
Loading