v1.5.0
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