v1.2.2
Bugfixes
- grpc calls were blocking forever when service entry does not exist in consul
When consul has no entry for a service name the resolver now reports an empty set of addresses to the ClientCon on the first resolution.
This allows the channel to transition to TRANSIENT_FAILURE state from the CONNECTING state. This in turn allows GRPC calls to fail fast on the connection.