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)