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 d2b486b8e6 Update ATS 10 upgrading documentatio (#11687)
d2b486b8e6 is described below

commit d2b486b8e6e6369fc3c1e118e8ffcea3a7c804cf
Author: Masakazu Kitajo <[email protected]>
AuthorDate: Thu Aug 15 14:54:23 2024 -0600

    Update ATS 10 upgrading documentatio (#11687)
    
    This is for #7901, #9818, and #11580.
---
 doc/release-notes/upgrading.en.rst | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/doc/release-notes/upgrading.en.rst 
b/doc/release-notes/upgrading.en.rst
index 330cb760c7..31081a1c26 100644
--- a/doc/release-notes/upgrading.en.rst
+++ b/doc/release-notes/upgrading.en.rst
@@ -53,6 +53,10 @@ API Changes
 -----------
 The following APIs have changed, either in semantics, interfaces, or both.
 
+* Changed TS API
+
+  * TSHttpTxnAborted
+
 * Removed TS API
 
   * TSHttpSsnArgSet
@@ -65,6 +69,9 @@ The following APIs have changed, either in semantics, 
interfaces, or both.
   * TSHttpTxnArgIndexReserve
   * TSHttpTxnArgIndexNameLookup
   * TSHttpTxnArgIndexLookup
+  * TSHttpTxnClientPacketTosSet
+  * TSHttpTxnServerPacketTosSet
+  * TSMgmtConfigIntSet
   * TSUrlHttpParamsGet
   * TSUrlHttpParamsSet
   * TSVConnArgSet
@@ -72,6 +79,8 @@ The following APIs have changed, either in semantics, 
interfaces, or both.
   * TSVConnArgIndexReserve
   * TSVConnArgIndexNameLookup
   * TSVConnArgIndexLookup
+  * TSRecordType::TS_RECORDTYPE_CLUSTER
+  * TSRecordType::TS_RECORDTYPE_LOCAL
 
 * Removed INK UDP API
 
@@ -87,6 +96,15 @@ The following APIs have changed, either in semantics, 
interfaces, or both.
   * INKUDPPacketDestroy
   * INKUDPPacketGet
 
+* Removed Lua API
+
+  * ts.http.client_packet_tos_set
+  * ts.http.server_packet_tos_set
+  * ts.client_request.get_uri_params
+  * ts.client_request.set_uri_params
+  * ts.server_request.get_uri_params
+  * ts.server_request.set_uri_params
+
 
 Cache
 -----

Reply via email to