Skip to content

gRPC Swift 1.0.0

Compare
Choose a tag to compare
@glbrntt glbrntt released this 04 Feb 13:25
· 780 commits to main since this release
9e464a7

SemVer Patch

  • Add an option to protoc-gen-grpc-swift to allow generated stub names to use the casing from their .proto definition (#1123)
  • Set the ALPN tokens if not otherwise set by the user when providing TLS configuration via NIOSSL.TLSConfiguration. (#1127)
  • Add a versioned user-agent string to requests (#1128)

Other Changes

  • Update Cocoapods and the podspec generation script (#1122)
  • Test improvements (#1126, #1129)