From 1e4965f04363c70824a961a772d91f4c19f5a39b Mon Sep 17 00:00:00 2001 From: Janik Rabe Date: Tue, 21 Jan 2025 16:53:52 +0000 Subject: [PATCH] dns/changelog: deprecate zone_id and zone_name fields --- src/content/changelogs/dns.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/content/changelogs/dns.yaml b/src/content/changelogs/dns.yaml index 5965fb8f7efd69..234a07eef9b52a 100644 --- a/src/content/changelogs/dns.yaml +++ b/src/content/changelogs/dns.yaml @@ -5,6 +5,12 @@ productLink: "/dns/" productArea: Core platform productAreaLink: /fundamentals/reference/changelog/performance/ entries: + - publish_date: "2025-01-27" + title: Zone IDs and names on individual DNS records + description: |- + Records returned by the API will no longer contain the `zone_id` and `zone_name` fields. + This change may take up to four weeks to fully roll out. + The affected fields were deprecated with an End of Life (EOL) date of November 30, 2024. - publish_date: "2024-10-15" title: Quote validation for TXT records added via dashboard description: |-