Skip to content

gRPC Swift 1.20.0

Compare
Choose a tag to compare
@glbrntt glbrntt released this 01 Nov 15:34
· 315 commits to main since this release
663a852

SemVer Minor

  • Drop support for Swift 5.6 (#1657)
  • Make the connection pool error public (#1685)
  • Allow binding to a socket address via the server builder (#1686)
  • Add convenience methods to keepalive to jitter the interval (#1697)

SemVer Patch

  • Switch to swift-format and re-format (#1655)
  • Add missing deque import (#1670)
  • Add support for package visibility modifier to the code generator (#1674)
  • Additional keepalive diagnostics (#1692)
  • Fix last peer initiated stream ID when quiescing (#1700)
  • Bump version number to 1.20.0 (#1701)

Other Changes