From e639d17bc85c8d0db9d6ca50bc2138be62eee042 Mon Sep 17 00:00:00 2001 From: Masakazu Kitajo Date: Tue, 20 Aug 2024 17:16:21 -0600 Subject: [PATCH 1/2] Update ATS 10 documenation This is for #10627 and #10306. --- 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 1567f5141f0..b6b3d381a88 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 ------- From 44daf3b935d69a9e7269b9e2231e9f36d9e8be29 Mon Sep 17 00:00:00 2001 From: Masakazu Kitajo Date: Wed, 21 Aug 2024 10:52:50 -0600 Subject: [PATCH 2/2] Fix syntax error --- doc/release-notes/whats-new.en.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release-notes/whats-new.en.rst b/doc/release-notes/whats-new.en.rst index b6b3d381a88..c2a41318129 100644 --- a/doc/release-notes/whats-new.en.rst +++ b/doc/release-notes/whats-new.en.rst @@ -49,7 +49,7 @@ 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. +* 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.