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 ccdf664558 Update ATS 10 upgrading documentation (#11698)
ccdf664558 is described below
commit ccdf6645581a194b70d6d707e79dddd5eb349ae0
Author: Masakazu Kitajo <[email protected]>
AuthorDate: Fri Aug 16 12:44:46 2024 -0600
Update ATS 10 upgrading documentation (#11698)
---
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 0aea9d53ad..440784f641 100644
--- a/doc/release-notes/upgrading.en.rst
+++ b/doc/release-notes/upgrading.en.rst
@@ -71,6 +71,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 8756c94066..d50ff53f8e 100644
--- a/doc/release-notes/whats-new.en.rst
+++ b/doc/release-notes/whats-new.en.rst
@@ -90,3 +90,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.