From 94cd2e97aed5bf70107c0508e91146f47305ff8f Mon Sep 17 00:00:00 2001 From: Bryan Call Date: Thu, 15 Aug 2024 08:07:05 -0700 Subject: [PATCH 1/2] Documenting the removal of mysql_remap plugin in upgrading Original PR: #9257 --- doc/release-notes/upgrading.en.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/release-notes/upgrading.en.rst b/doc/release-notes/upgrading.en.rst index 9ea3fcffa50..7021c534a8a 100644 --- a/doc/release-notes/upgrading.en.rst +++ b/doc/release-notes/upgrading.en.rst @@ -76,6 +76,12 @@ have been removed. Instead use proxy.config.http.connect_attempts_timeout to con Plugins ------- +Removed Plugins +~~~~~~~~~~~~~~ +The following plugins have been removed from the ATS source code in this version of ATS: + + * mysql_remap - Dynamic remapping of URLs using data from a MySQL database. + Lua Plugin ~~~~~~~~~~ The following Http config constants have been renamed: From 5842f84ef5971b1147134b02eac33adfbadd4373 Mon Sep 17 00:00:00 2001 From: Bryan Call Date: Thu, 15 Aug 2024 10:23:56 -0700 Subject: [PATCH 2/2] fixed syntax error --- 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 7021c534a8a..9abc8d8b2be 100644 --- a/doc/release-notes/upgrading.en.rst +++ b/doc/release-notes/upgrading.en.rst @@ -77,7 +77,7 @@ Plugins ------- Removed Plugins -~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~ The following plugins have been removed from the ATS source code in this version of ATS: * mysql_remap - Dynamic remapping of URLs using data from a MySQL database.