Skip to content

gRPC Swift 1.7.1-async-await.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Lukasa Lukasa released this 10 Mar 15:41
· 26 commits to 1.7.1-async-await since this release
30fd564

This release brings the 1.6.0-async-await branch up-to-date with the 1.7.1 release, and fixes an issue with the gRPC Swift 1.7.1-async-await.1 tag, which points to the wrong branch.

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)