Prepare for v1.0.5 release #1057
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Below are the tentative release notes for this version.
What's Changed
gRPC-Web Trailerstest suite to include server-streaming RPCs by @timostamm in Expand test cases for gRPC-Web Trailers to servers-streaming RPCs #935Timeouts/**tests by accepting cases where server cancellation is observed before local context cancellation by @jhump in Allow server to cancel when deadline expires #999 and Fix flaky tests: add an interceptor to be smarter about error code attribution #1028Server Message Size/**tests by increasing the delay between requests, to accommodate non-deterministic latency between server terminating the RPC with an error and the client trying to send another message on the same stream by @anuraaga in Raise delay for first-request-exceeds-server-limit test #1052Compatibility
This release includes some changes to test case names. When upgrading, users may need to update configuration for known failing and flaky test cases to work with the new names.
gRPC-Web Trailerssuite have been renamed to include aunary/prefix. For example, the test casetrailers-in-body/expectedis now namedunary/trailers-in-body/expected.Client Message Sizesuite (and all test cases therein) has been removed. These cases were not correctly exercising the intended behavior (They may be re-added in the future, after re-formulating them.)New Contributors
Full Changelog: v1.0.4...v1.0.5