Skip to content

v1.81.0

Choose a tag to compare

@github-actions github-actions released this 13 Feb 17:17
· 1 commit to main since this release
v1.81.0
7473082

Changelog

  • Migration go1.26.x.
  • Use errors.AsType instead of errors.As.
  • Use net.Dialer.DialTCP & net.Dialer.DialUDP instead of net.Dialer.DialContext.
  • Use http.Transport.NewClientConn instead of http.Client.
  • Improve dualStackDialContext function with cancel.
  • Remove errors2 package.
  • Refactor dns context deadline.
  • Wrap dns resolver returned error to net.DNSError.
  • Log all dns requests.
  • Update dependencies.

Full Changelog: v1.80.0...v1.81.0