From 1464bace61db23878f8c6f5f0516536f14cd9004 Mon Sep 17 00:00:00 2001 From: smittal123 Date: Mon, 1 Dec 2025 19:02:20 -0800 Subject: [PATCH 1/2] Updating api deprecations for Auth DNS + DNS Firewall legacy analytics --- .../release-notes/api-deprecations.yaml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/content/release-notes/api-deprecations.yaml b/src/content/release-notes/api-deprecations.yaml index c0b461e9f412a8b..d24c1d3d4d553cf 100644 --- a/src/content/release-notes/api-deprecations.yaml +++ b/src/content/release-notes/api-deprecations.yaml @@ -3,6 +3,28 @@ link: "/fundamentals/api/reference/deprecations/" productName: API deprecations productLink: "/fundamentals/" entries: +- publish_date: "2025-12-05" + title: "Authoritative DNS and DNS Firewall Legacy Analytics" + description: |- + Deprecation date: December 2025 + + End of life date: 1st December 2026 + + The following REST APIs are deprecated and will reach their end of life on December 1, 2026. + * [DNS Analytics API](https://developers.cloudflare.com/api/resources/dns/subresources/analytics/) + * [DNS Firewall Analytics API](https://developers.cloudflare.com/api/resources/dns_firewall/subresources/analytics/) + + All existing functionality is fully supported by Cloudflare’s GraphQL Analytics API, which provides improved performance, flexibility, and long-term support. + Integrations using the REST API need to be migrated to the new GraphQL API before Dec 1, 2026 in order to ensure uninterrupted service. + Deprecated APIs: + * DNS Analytics API + ‘GET/zones/{zone_id}/dns_analytics/’ + * DNS Firewall Analytics API + ‘GET/accounts/{account_id}/dns_firewall/{dns_firewall_id}/dns_analytics/report’ + Replacements: + * [GraphQL API for DNS Analytics](https://developers.cloudflare.com/analytics/graphql/dns-analytics/) + * [GraphQL API for DNS Firewall Analytics](https://developers.cloudflare.com/analytics/graphql/dns-firewall-analytics/) + - publish_date: "2025-11-03" title: "Cloudflare Mirage" description: |- From 75d585474eff8ac0932eb328ea0382d93bc5a5de Mon Sep 17 00:00:00 2001 From: Rebecca Tamachiro Date: Tue, 2 Dec 2025 14:04:37 +0000 Subject: [PATCH 2/2] Fix indentation, date formatting, and backticks --- .../release-notes/api-deprecations.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/content/release-notes/api-deprecations.yaml b/src/content/release-notes/api-deprecations.yaml index d24c1d3d4d553cf..901a86480eb899e 100644 --- a/src/content/release-notes/api-deprecations.yaml +++ b/src/content/release-notes/api-deprecations.yaml @@ -3,24 +3,24 @@ link: "/fundamentals/api/reference/deprecations/" productName: API deprecations productLink: "/fundamentals/" entries: -- publish_date: "2025-12-05" + - publish_date: "2025-12-05" title: "Authoritative DNS and DNS Firewall Legacy Analytics" description: |- - Deprecation date: December 2025 + Deprecation date: December 5, 2025 - End of life date: 1st December 2026 + End of life date: December 1, 2026 The following REST APIs are deprecated and will reach their end of life on December 1, 2026. + * [DNS Analytics API](https://developers.cloudflare.com/api/resources/dns/subresources/analytics/) * [DNS Firewall Analytics API](https://developers.cloudflare.com/api/resources/dns_firewall/subresources/analytics/) - All existing functionality is fully supported by Cloudflare’s GraphQL Analytics API, which provides improved performance, flexibility, and long-term support. - Integrations using the REST API need to be migrated to the new GraphQL API before Dec 1, 2026 in order to ensure uninterrupted service. + All existing functionality is fully supported by Cloudflare's GraphQL Analytics API, which provides improved performance, flexibility, and long-term support. Integrations using the REST API need to be migrated to the new GraphQL API before December 1, 2026 in order to ensure uninterrupted service. + Deprecated APIs: - * DNS Analytics API - ‘GET/zones/{zone_id}/dns_analytics/’ - * DNS Firewall Analytics API - ‘GET/accounts/{account_id}/dns_firewall/{dns_firewall_id}/dns_analytics/report’ + * `GET/zones/{zone_id}/dns_analytics/` (DNS Analytics API) + * `GET/accounts/{account_id}/dns_firewall/{dns_firewall_id}/dns_analytics/report` (DNS Firewall Analytics API) + Replacements: * [GraphQL API for DNS Analytics](https://developers.cloudflare.com/analytics/graphql/dns-analytics/) * [GraphQL API for DNS Firewall Analytics](https://developers.cloudflare.com/analytics/graphql/dns-firewall-analytics/)