This is an automated email from the ASF dual-hosted git repository.
bcall 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 3d7310c275 Docs: Add cache inspector removal to upgrading guide
(#12945)
3d7310c275 is described below
commit 3d7310c275e05730796f43296b5538c13cd3ff8e
Author: Bryan Call <[email protected]>
AuthorDate: Fri Mar 6 13:30:25 2026 -0800
Docs: Add cache inspector removal to upgrading guide (#12945)
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 90df999654..5fc96c5818 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`.