From 1f6b78c2462c280a63a15af283597f23be7e2678 Mon Sep 17 00:00:00 2001 From: zirain Date: Mon, 9 Feb 2026 14:03:42 +0800 Subject: [PATCH 1/2] release notes for v1.5.9 Signed-off-by: zirain --- release-notes/v1.5.9.yaml | 26 +++++++++++++++ site/content/en/news/releases/notes/v1.5.9.md | 32 +++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 release-notes/v1.5.9.yaml create mode 100644 site/content/en/news/releases/notes/v1.5.9.md diff --git a/release-notes/v1.5.9.yaml b/release-notes/v1.5.9.yaml new file mode 100644 index 0000000000..e8d78ac465 --- /dev/null +++ b/release-notes/v1.5.9.yaml @@ -0,0 +1,26 @@ +date: February 11, 2026 + +# Changes that are expected to cause an incompatibility with previous versions, such as deletions or modifications to existing APIs. +breaking changes: | + +# Updates addressing vulnerabilities, security flaws, or compliance requirements. +security updates: | + +# New features or capabilities added in this release. +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. + +# Enhancements that improve performance. +performance improvements: | + +# Deprecated features or APIs. +deprecations: | + +# Other notable changes not covered by the above sections. +Other changes: | diff --git a/site/content/en/news/releases/notes/v1.5.9.md b/site/content/en/news/releases/notes/v1.5.9.md new file mode 100644 index 0000000000..e5788d29cf --- /dev/null +++ b/site/content/en/news/releases/notes/v1.5.9.md @@ -0,0 +1,32 @@ +--- +title: "v1.5.9" +publishdate: 2026-02-11 +--- + +Date: February 11, 2026 + +## Breaking changes +- + +## Security updates +- + +## 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. + +## Performance improvements +- + +## Deprecations +- + +## Other changes +- + From 5b34a3cdd07fe38007b81c5d6f68a930b5572fb4 Mon Sep 17 00:00:00 2001 From: zirain Date: Tue, 10 Feb 2026 22:31:01 +0800 Subject: [PATCH 2/2] update Signed-off-by: zirain --- release-notes/v1.5.9.yaml | 1 + site/content/en/news/releases/notes/v1.5.9.md | 1 + 2 files changed, 2 insertions(+) diff --git a/release-notes/v1.5.9.yaml b/release-notes/v1.5.9.yaml index e8d78ac465..f9e506f6e6 100644 --- a/release-notes/v1.5.9.yaml +++ b/release-notes/v1.5.9.yaml @@ -15,6 +15,7 @@ bug fixes: | 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. # Enhancements that improve performance. performance improvements: | diff --git a/site/content/en/news/releases/notes/v1.5.9.md b/site/content/en/news/releases/notes/v1.5.9.md index e5788d29cf..ecfb4e9443 100644 --- a/site/content/en/news/releases/notes/v1.5.9.md +++ b/site/content/en/news/releases/notes/v1.5.9.md @@ -20,6 +20,7 @@ Date: February 11, 2026 - 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 -