Skip to content

v1.5.0

Compare
Choose a tag to compare
@fho fho released this 21 Oct 13:04
· 1 commit to main since this release
297d15a

What's Changed

  • The resolver now retries with an increasing delay (max. 5.5s) when querying
    consul fails. Previously it relied on grpc-go to handle retries, but grpc-go
    does not trigger retries anymore since
    grpc/grpc-go@1c598a1.
  • When the same error occurs consecutively it is now reported to ClientConn only once.
  • The minimum required Go version increased to 1.22.8.
  • New stdlib functionality of Go 1.22 is utilized.
  • Some spelling mistakes in the godoc and in comments are fixed.

Full Changelog: v1.4.0...v1.5.0