Skip to content

gRPC Swift 1.7.1-async-await.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@glbrntt glbrntt released this 02 Mar 16:17
· 553 commits to main since this release
be02b34

This release brings the 1.6.0-async-await branch up-to-date with the 1.7.1 release.

Breaking Changes

  • Use requests/requestStream and responses/responseStream consistently. (#1320)
  • Use correct casing when making async calls (#1365)

Other Changes

  • Generate static service metadata (#1322)
  • Allow end stream to be dropped in the async server handler (#1323)
  • Relax availability range and compiler requirements (#1364)