3.1.0
- Expose a stream for connection state changes on ClientChannel to address
#428.
This allows users to react to state changes in the connection. - Fix #576: set default
:authority
value for UDS connections tolocalhost
instead of using
UDS path. Using path triggers checks in HTTP2 servers which
attempt to validate:authority
value.