Skip to content

gRPC Swift 1.12.0

Compare
Choose a tag to compare
@glbrntt glbrntt released this 28 Oct 12:01
· 505 commits to main since this release
85416bc

SemVer Minor

  • Make GRPCAsyncRequestStreamWriter.finish() sync and non-throwing (#1504, patch credit to @schwmi)
  • Allow writing a sequence of requests/responses (#1499)

SemVer Patch

  • Log TLS version (#1509)
  • Fix sendable warnings (#1513)
  • Bump version number to 1.12.0 (#1516)

Other Changes