Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion src/content/changelogs/dns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ productLink: "/dns/"
productArea: Core platform
productAreaLink: /fundamentals/reference/changelog/performance/
entries:
- publish_date: "2025-02-03"
title: Removal of unused DNS record meta fields
description: |-
Cloudflare is removing five fields from the `meta` object of DNS records.
These fields have been unused for more than a year and are no longer set on new records.
This change may take up to four weeks to fully roll out.
The affected fields are:
- the `auto_added` boolean
- the `managed_by_apps` boolean and corresponding `apps_install_id`
- the `managed_by_argo_tunnel` boolean and corresponding `argo_tunnel_id`
- publish_date: "2025-01-27"
title: Zone IDs and names on individual DNS records
description: |-
Expand All @@ -19,4 +29,4 @@ entries:
- Automatically quoted TXT content upon save if no quotes exist in the record content field.
- publish_date: "2024-10-07"
title: API support for per-record CNAME flattening
description: Paid zones now have the option to flatten specific CNAME records. When using the API, specify the setting `cname_flatten` as `true` or `false`. Refer to the [documentation](/dns/cname-flattening/set-up-cname-flattening/#per-record) for details.
description: Paid zones now have the option to flatten specific CNAME records. When using the API, specify the setting `cname_flatten` as `true` or `false`. Refer to the [documentation](/dns/cname-flattening/set-up-cname-flattening/#per-record) for details.
Loading