Skip to content

gRPC Swift 1.4.0

Compare
Choose a tag to compare
@glbrntt glbrntt released this 09 Sep 10:42
· 655 commits to main since this release
8a9fd19

SemVer Minor

  • Make the RPC path available in client calls (#1237, patch credit to @ialimz)
  • Allow http/2 max concurrent streams to be configured on the server (#1226, patch credit to @qusc)
  • Allow http/2 maximum frame size to be configured on the server. (#1253, patch credit to @gcjenkinson)
  • Allow http/2 maximum frame size to be configured on the client. (#1255)
  • Default the port to 443 when using TLS (#1225)
  • Use a more specific error when message length exceeds receive limit (#1247)

SemVer Patch

  • Raise the default HTTP/2 target window size (#1248)
  • Avoid CoWs in grpc-web-to-http2 (#1227)
  • Use sync options to get the http/2 stream ID (#1229)
  • Fix watchOS availability guard for Network.framework TLS (#1233)
  • Use more specific NIO imports (#1239)
  • Add explicit dependency on NIOTLS (#1244)
  • Bump version number to 1.4.0 (#1256)

Other Changes

  • Add async-await API proposal (#1231)
  • Various README and documentation fixes (#1232, #1240)
  • Update CocoaPods for 1.3.0 (#1223)