This is an automated email from the ASF dual-hosted git repository.

maskit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 30faa8e331 Update ATS 10 upgrading documentation (#11686)
30faa8e331 is described below

commit 30faa8e331d7368ff5ad2bb9e39dc39f7aa44ff8
Author: Masakazu Kitajo <[email protected]>
AuthorDate: Thu Aug 15 13:40:18 2024 -0600

    Update ATS 10 upgrading documentation (#11686)
    
    This is for changes around TSUrlHttpParamsGet/Set.
---
 doc/release-notes/upgrading.en.rst | 23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)

diff --git a/doc/release-notes/upgrading.en.rst 
b/doc/release-notes/upgrading.en.rst
index 1d3c3358b6..bfb7e8303a 100644
--- a/doc/release-notes/upgrading.en.rst
+++ b/doc/release-notes/upgrading.en.rst
@@ -55,18 +55,20 @@ The following APIs have changed, either in semantics, 
interfaces, or both.
 
 * Removed TS API
 
-  * TSHttpTxnArgSet
-  * TSHttpTxnArgGet
   * TSHttpSsnArgSet
   * TSHttpSsnArgGet
-  * TSVConnArgSet
-  * TSVConnArgGet
-  * TSHttpTxnArgIndexReserve
-  * TSHttpTxnArgIndexNameLookup
-  * TSHttpTxnArgIndexLookup
   * TSHttpSsnArgIndexReserve
   * TSHttpSsnArgIndexNameLookup
   * TSHttpSsnArgIndexLookup
+  * TSHttpTxnArgSet
+  * TSHttpTxnArgGet
+  * TSHttpTxnArgIndexReserve
+  * TSHttpTxnArgIndexNameLookup
+  * TSHttpTxnArgIndexLookup
+  * TSUrlHttpParamsGet
+  * TSUrlHttpParamsSet
+  * TSVConnArgSet
+  * TSVConnArgGet
   * TSVConnArgIndexReserve
   * TSVConnArgIndexNameLookup
   * TSVConnArgIndexLookup
@@ -113,6 +115,13 @@ The following plugins have been removed from the ATS 
source code in this version
 
   * mysql_remap - Dynamic remapping of URLs using data from a MySQL database.
 
+Changes to Features
+~~~~~~~~~~~~~~~~~~~
+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.
+
 Lua Plugin
 ~~~~~~~~~~
 The following Http config constants have been renamed:

Reply via email to