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 0958d4f08f Update ATS 10 new features (plugins) (#11691)
0958d4f08f is described below
commit 0958d4f08f06a80b7d0c78791df2223ce1798391
Author: Masakazu Kitajo <[email protected]>
AuthorDate: Fri Aug 16 16:11:08 2024 -0600
Update ATS 10 new features (plugins) (#11691)
---
doc/release-notes/whats-new.en.rst | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/doc/release-notes/whats-new.en.rst
b/doc/release-notes/whats-new.en.rst
index 4f702fa783..4f470b49ad 100644
--- a/doc/release-notes/whats-new.en.rst
+++ b/doc/release-notes/whats-new.en.rst
@@ -70,7 +70,13 @@ Logging and Metrics
Plugins
-------
-* JSON-RPC
+* authproxy - ``--forward-header-prefix`` parameter has been added
+* prefetch - Cmcd-Request header support has been added
+* xdebug - ``--enable`` option to selectively enable features has been added
+* system_stats - Stats about memory have been added
+
+JSON-RPC
+^^^^^^^^
Remote clients, like :ref:`traffic_ctl_jsonrpc` have now bi-directional
access to the plugin space. For more details check :ref:`jsonrpc_development`.