Skip to content

v3.61.0 Release

Latest

Choose a tag to compare

@imroc imroc released this 13 Aug 08:32
· 1 commit to master since this release
de24fbe

New Features

  • Add Client.SetResolver and Client.SetHosts for custom DNS on HTTP/1 and HTTP/2 — custom net.Resolver or static hosts-file-style hostname→IP mapping, with fail-closed behavior for unknown hosts. Closes #169. PR #516 by @ManuelReschke.
  • Expose RetryOption for middleware read access — adds Request.GetRetryOption() so middleware can read the live retry config (MaxRetries, interval, conditions, hooks). Closes #475. PR #515 by @ManuelReschke.

Dependencies

  • github.com/klauspost/compress v1.19.1 → v1.19.2
  • golang.org/x/text v0.40.0 → v0.41.0
  • golang.org/x/crypto v0.54.0 → v0.55.0