Skip to content

0.295.0

Compare
Choose a tag to compare
@tas-runtime-bot tas-runtime-bot released this 03 Apr 22:30
· 456 commits to develop since this release

⚠️ This release contains a known issue: for request/response workflows using Expect: 100-continue to delay POST data until the backend issues a 100 continue, gorouter incorrectly returns an 200 OK status code to the client, regardless of what final status code the backend set (e.g. 401, 502, 203 all appear as 200 to the client). HTTP Access logs + Gorouter HTTP request metrics showed the correct status codes. Upgrading to routing-release 0.297.0 is advised. ⚠️

Changes

  • Resolves #401 by reverting the removal of the deprecated BuildNameToCertificate() call
  • Bumps to golang 1.21.9 + golang.org/x/net 0.23.0 to patch CVE-2023-45288

✨ Built with go 1.21.9

Full Changelog: v0.294.0...v0.295.0

Resources