From 50b770d931c3d1f0524d591012eba4b832da8562 Mon Sep 17 00:00:00 2001 From: Masakazu Kitajo Date: Thu, 15 Aug 2024 14:21:40 -0600 Subject: [PATCH 1/2] Update ATS 10 upgrading documentation This is for #9138 and #9465. --- doc/release-notes/upgrading.en.rst | 1 + doc/release-notes/whats-new.en.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/doc/release-notes/upgrading.en.rst b/doc/release-notes/upgrading.en.rst index bfb7e8303a6..093df93e2e5 100644 --- a/doc/release-notes/upgrading.en.rst +++ b/doc/release-notes/upgrading.en.rst @@ -121,6 +121,7 @@ The following plugins have been changed in this version of ATS. * regex_remap - matrix-parameters parameter has been removed. The string that follows a semicolon is now included in path. * header_rewrite - MATRIX part specifier has been removed. The string that follows a semicolon is now included in PATH part. +* maxmind_acl - The regex part in its configuration takes the entire URL of a request but not just the path. Lua Plugin ~~~~~~~~~~ diff --git a/doc/release-notes/whats-new.en.rst b/doc/release-notes/whats-new.en.rst index 2c9a55c1bd8..3b5c771b0c6 100644 --- a/doc/release-notes/whats-new.en.rst +++ b/doc/release-notes/whats-new.en.rst @@ -50,6 +50,8 @@ Logging and Metrics Plugins ------- +* authproxy - ``--forward-header-prefix`` parameter has been added + Switch to C++20 ^^^^^^^^^^^^^^^ From effba6ff03ab839072977b94ec0e513da31d8ace Mon Sep 17 00:00:00 2001 From: Masakazu Kitajo Date: Thu, 15 Aug 2024 14:39:38 -0600 Subject: [PATCH 2/2] update --- doc/release-notes/upgrading.en.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release-notes/upgrading.en.rst b/doc/release-notes/upgrading.en.rst index 093df93e2e5..e7fde741de3 100644 --- a/doc/release-notes/upgrading.en.rst +++ b/doc/release-notes/upgrading.en.rst @@ -121,7 +121,7 @@ The following plugins have been changed in this version of ATS. * regex_remap - matrix-parameters parameter has been removed. The string that follows a semicolon is now included in path. * header_rewrite - MATRIX part specifier has been removed. The string that follows a semicolon is now included in PATH part. -* maxmind_acl - The regex part in its configuration takes the entire URL of a request but not just the path. +* maxmind_acl - The regex part in its configuration takes the entire URL of a request, not just the path. Lua Plugin ~~~~~~~~~~