- Further improve the error output when failing to load an installed precompiled binary (#175)
- Fix type definition documentation for
KeyCertPair
(#171) - Fix server segfault on invalid HTTP/2 (grpc/grpc#14199)
- LB policies request re-resolution without shutting down (grpc/grpc#12829)
- On server, include receiving HTTP/2 settings in handshake timeout (grpc/grpc#13336)
- Fix max connection idleness crash (grpc/grpc#14122)
- Report metadata plugin auth errors with an
UNAVAILABLE
status instead ofUNAUTHENTICATED
(grpc/grpc#13363).