Skip to content

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 22 Jun 15:22
d629320

Fixed

  • ✨ Fixed AutoTLS registration failing with a 401 when the forge endpoint is load-balanced (such as registration.libp2p.direct). The DNS-01 PeerID-auth handshake makes two requests, and without a session-affinity cookie the second can reach a different backend than the first, which never issued the challenge and rejects the request with an additional 401. client.SendChallenge now adds a cookie jar when the supplied *http.Client lacks one, so the affinity cookie pins both requests to the same backend. A jar you set via WithHTTPClient or WithChallengeHTTPClient stays in place. (#90)

Full Changelog: v0.8.1...v0.9.1

Note

This release is brought to you by the Shipyard team.