From a0517d98551047c5aacd8d2a1a212e1e8993c3e6 Mon Sep 17 00:00:00 2001 From: Masakazu Kitajo Date: Thu, 15 Aug 2024 17:10:03 -0600 Subject: [PATCH] Update ATS 10 upgrading documentation This is for #8066, #8804, #9509 and #11432. --- doc/release-notes/upgrading.en.rst | 2 ++ doc/release-notes/whats-new.en.rst | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/doc/release-notes/upgrading.en.rst b/doc/release-notes/upgrading.en.rst index 4dad49b117e..1ffd52255e8 100644 --- a/doc/release-notes/upgrading.en.rst +++ b/doc/release-notes/upgrading.en.rst @@ -56,6 +56,8 @@ The following APIs have changed, either in semantics, interfaces, or both. * Changed TS API * TSHttpTxnAborted + * TSMimeHdrPrint + * Enum values for hooks and events have been changed (ABI incompatible change) * Removed TS API diff --git a/doc/release-notes/whats-new.en.rst b/doc/release-notes/whats-new.en.rst index 2c9a55c1bd8..487cfdfb0a8 100644 --- a/doc/release-notes/whats-new.en.rst +++ b/doc/release-notes/whats-new.en.rst @@ -67,3 +67,9 @@ Symbols With INKUDP Prefix ^^^^^^^^^^^^^^^^^^^^^^^^^^ In the plugin API, all types and functions starting with the prefix INKUDP are removed. + +New plugin hook for request sink transformation +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +A new hook, ``TS_HTTP_REQUEST_CLIENT_HOOK``, has been added. This provides the analoguas functionality of +``TS_HTTP_RESPONSE_CLIENT_HOOK``, for request bodies.