Skip to content

v1.1.0

Compare
Choose a tag to compare
@fho fho released this 17 Mar 09:22

grpcconsulresolver was updated to use the resolver API of grpc-go 1.26.
grpc-go >= 1.26 is now required.

Changes:

  • Resolver errors are now reported to the clientConnection (grpc/grpc-go#2951).
    Retrying with a backoff timeout after errors is now controlled by the client load-balancer instead of by the grpcconsulresolver.
    This enables grpc-clients to failFast on resolver errors.
  • Bugfix: When a service was resolved to >=1 addresses and then became unavailable, the clientConn continued to use the previous set of resolved addresses