Skip to content

gRPC Swift 1.6.0

Compare
Choose a tag to compare
@glbrntt glbrntt released this 15 Nov 11:30
· 651 commits to main since this release
c48b15e

SemVer Minor

  • Allow clients to shutdown gracefully (#1308)

SemVer Patch

  • Add 'cause' to more transformed statuses (#1306)
  • Add tests to verify mTLS behaviour (#1307)
  • Use more accurate imports (#1309)
  • Remove client didSet state transition check (#1310)
  • Allow gRPC to be built without NIOSSL (#1311)
  • Bump version number to 1.6.0 (#1314)

Other Changes

  • Upload linux release artifacts (#1295, patch credit to @FranzBusch)
  • Update Cocoapods for 1.5.0 (#1296)
  • Use atomics for counting outstanding RPCs in the QPS benchmark (#1298)
  • Update CI for 5.5 (#1313)