This is an automated email from the ASF dual-hosted git repository. cmcfarlen pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit ae0e2afdff73ab4bedca532d7b883a5b3d1bb3fd Author: Brian Neradt <[email protected]> AuthorDate: Mon Aug 4 14:15:02 2025 -0500 whats-new doc: proxy.config.ssl.session_cache.mode (#12418) Add the new proxy.config.ssl.session_cache.mode configuration to the whats-new.en.rst page. (cherry picked from commit 2d34ce20ad09c4170cce0e1a607c9cf7dee99bc5) --- doc/release-notes/whats-new.en.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/release-notes/whats-new.en.rst b/doc/release-notes/whats-new.en.rst index af6233e2ed..f00111e551 100644 --- a/doc/release-notes/whats-new.en.rst +++ b/doc/release-notes/whats-new.en.rst @@ -108,6 +108,17 @@ Configuration * Added :ts:cv:`proxy.config.http.negative_revalidating_list` to configure the list of status codes that apply to the negative revalidating feature +* Added :ts:cv:`proxy.config.ssl.session_cache.mode` to control TLS session caching. + This is intended to replace the legacy :ts:cv:`proxy.config.ssl.session_cache.enabled` and + ``proxy.config.ssl.session_cache.value`` configurations. The + :ts:cv:`proxy.config.ssl.session_cache.enabled` setting was documented but + never implemented, while ``proxy.config.ssl.session_cache.value`` was + implemented but not documented. The new :ts:cv:`proxy.config.ssl.session_cache.mode` + functions just like the legacy ``proxy.config.ssl.session_cache.value`` did + in the ealier 10.0 release. The :ts:cv:`proxy.config.ssl.session_cache.mode` + setting provides a clear and consistent interface going forward. For backward + compatibility, ``.enabled`` is now implemented, but both ``.enabled`` and + ``.value`` will be removed in ATS 11.x.
