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: grpc/grpc-swift
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.0-rc.1
Choose a base ref
...
head repository: grpc/grpc-swift
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.0
Choose a head ref
  • 4 commits
  • 31 files changed
  • 3 contributors

Commits on Jan 29, 2025

  1. Fix grpc-swift-protobuf version in hello-world example (#2186)

    CI is currently failing to build because `grpc-swift-protobuf`'s
    dependency on the `hello-world` example points to no a non-existing tag.
    gjcairo authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    f1a8497 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. CI use 6.1 nightlies (#2187)

    CI use 6.1 nightlies now that Swift development is happening in the 6.1
    branch
    rnro authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    0e94c29 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. Add echo-metadata example (#2182)

    This PR adds an example showcasing how to set/read request and response
    metadata.
    
    ---------
    
    Co-authored-by: George Barnett <gbarnett@apple.com>
    gjcairo and glbrntt authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    f20f916 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ed95d8 View commit details
    Browse the repository at this point in the history
Loading