From c4316729c8362fb18fb7f55c8a12e5cb5793e9ce Mon Sep 17 00:00:00 2001 From: Masakazu Kitajo Date: Thu, 15 Aug 2024 14:02:37 -0600 Subject: [PATCH] Update ATS 10 upgrading documentatio 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 bfb7e8303a6..b3a3dac5653 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 -----