From 78f7b9acdf0f2a0d194e2df41b05dbe76cdd5fa2 Mon Sep 17 00:00:00 2001 From: Bryan Call Date: Fri, 6 Mar 2026 08:26:35 -0800 Subject: [PATCH] Docs: Add cache inspector removal to upgrading guide The stats and cache inspector pages were removed in ATS 10 via PR #10710 but this was not documented in the upgrading guide. Users upgrading from 9.x would not know these features are gone. --- doc/release-notes/upgrading.en.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/release-notes/upgrading.en.rst b/doc/release-notes/upgrading.en.rst index 90df999654d..5fc96c58186 100644 --- a/doc/release-notes/upgrading.en.rst +++ b/doc/release-notes/upgrading.en.rst @@ -36,6 +36,7 @@ removed in the next major release of ATS. * Removed Features * HostDB no longer supports persistent storage for DNS resolution * Removed support for the MMH crypto hash function + * Removed the built-in stats and cache inspector pages that were previously accessible via the |TS| HTTP interface * Traffic Manager is no longer part of |TS|. Administrative tools now interact with |TS| directly by using the :ref:`jsonrpc-node`.