diff --git a/doc/release-notes/whats-new.en.rst b/doc/release-notes/whats-new.en.rst index 1567f5141f0..c2a41318129 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 -------