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 a12d8508fd Update ATS 10 documenation (#11726)
a12d8508fd is described below
commit a12d8508fd5195f16685600d2508865e3b2738b2
Author: Masakazu Kitajo <[email protected]>
AuthorDate: Thu Aug 22 09:43:43 2024 -0600
Update ATS 10 documenation (#11726)
* Update ATS 10 documenation
This is for #10627 and #10306.
* Fix syntax error
---
doc/release-notes/whats-new.en.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/doc/release-notes/whats-new.en.rst
b/doc/release-notes/whats-new.en.rst
index 1567f5141f..c2a4131812 100644
--- a/doc/release-notes/whats-new.en.rst
+++ b/doc/release-notes/whats-new.en.rst
@@ -49,6 +49,10 @@ New Features
* The records.yaml entry :ts:cv:`proxy.config.system_clock` was added to
control the underlying
system clock that ATS uses for internal timing
+* OCSP requests is now be able to use GET method. See
:ts:cv:`proxy.config.ssl.ocsp.request_mode` for more information.
+
+* TSHttpSsnInfoIntGet has been added.
+
New or modified Configurations
------------------------------
@@ -67,6 +71,8 @@ The details about the motivation and behavior of these
actions are documented in
Logging and Metrics
-------------------
+The numbers of HTTP/2 frames received have been added as metrics.
+
Plugins
-------