v1.5.9

Date: February 11, 2026

Breaking changes

Security updates

  • Bump golang to 1.24.13 for security fixes to the go command and the crypto/tls package.

New features

Bug fixes

  • Fixes an issue where shutdown manager didn’t ignore ready and stats listener metrics in connection calculation.
  • Fixed an issue where shutdown manager incorrectly counted ready and stats listener connections, preventing timely shutdown.
  • Fixed an issue where custom response filters were not properly positioned in the filter chain, causing redirect functionality to fail in OAuth2 flows.
  • Fixed an issue where route-level idle timeout prevented users from configuring listener-level idle timeout.
  • Fixed an issue where the message package did not adopt the configured logging level.
  • Fixed an issue where the controller reported ready before cache synced.

Performance improvements

Deprecations

Other changes