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.2.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.2.2
Choose a head ref
  • 1 commit
  • 6 files changed
  • 1 contributor

Commits on May 27, 2025

  1. Allow padding to be omitted from binary metadata values (#2243)

    Motivation:
    
    Binary metadata values are encoded as base64 strings. The gRPC spec
    doesn't require that the values are padded. Currently gRPC Swift
    requires values to be padded otherwise decoding will fail.
    
    Modifications:
    
    - Allow padding characters to be omitted when decoding base64
    
    Result:
    
    Can decode unpadded binary metadata values
    glbrntt authored May 27, 2025
    Configuration menu
    Copy the full SHA
    36e1ad1 View commit details
    Browse the repository at this point in the history
Loading