Skip to content

v1.6.0-rc.2

Pre-release
Pre-release

Choose a tag to compare

@bexxmodd bexxmodd released this 25 Jun 04:51
Immutable release. Only release title and notes can be modified.
2a8f364

Major Changes Since v1.6.0-rc.1

Bug or Regression

  • ⚠️ Breaking Change: TLS must now be configured for listeners using the HTTPS protocol. (#4985, @snorwin)

Test & Conformance

  • The GRPCRouteWeight conformance test now sends its distribution-sampling requests through the injectable Options.GRPCClient instead of a hardcoded DefaultClient, allowing implementations that supply a custom gRPC client to run it. (#5004, @lexfrei)
  • The HTTPRouteRequestPercentageMirror conformance test now derives its acceptance band from the binomial standard deviation instead of a flat ±15% relative tolerance, removing sampling-variance flakes at low mirror percentages. (#5005, @lexfrei)
  • Removed HTTPRoute retry tests with connection errors and backend timeouts (#4994, @snorwin)

What's Changed

New Contributors

Full Changelog: monthly-2026.05...v1.6.0-rc.2