Skip to content

0.17.39

Choose a tag to compare

@github-actions github-actions released this 07 May 17:11
· 101 commits to dev since this release
  • Upgrade Go from 1.25 to 1.26 1.
  • Fixes and improvements.

Notable Go 1.26 changes:

  • The hybrid SecP256r1MLKEM768 and SecP384r1MLKEM1024 post-quantum key exchanges are added to TLS.
  • Malformed URLs containing colons in the host subcomponent (such as http://::1/ or http://localhost:80:80/) are now rejected by the URL parser. URLs containing bracketed IPv6 addresses, such as http://[::1]/ are still accepted.

  1. Fix #329 (golang/go#77621) and #51 (golang/go#46893).