Dependencies
Bug Fixes
- client: Return status
INTERNAL
when a server sends zero response messages for a unary or client-streaming RPC. (#8523) - client: Fail RPCs with status
INTERNAL
instead ofUNKNOWN
upon receiving http headers with status 1xx andEND_STREAM
flag set. (#8518)- Special Thanks: @vinothkumarr227
- pick_first: Fix race condition that could cause pick_first to get stuck in
IDLE
state on backend address change. (#8615)
New Features
- credentials: Add
credentials/jwt
package providing file-based JWT PerRPCCredentials (A97). (#8431)- Special Thanks: @dimpavloff