You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/changelogs/dns.yaml
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,9 @@ entries:
8
8
- publish_date: "2024-10-15"
9
9
title: Quote validation for TXT records added via dashboard
10
10
description: |-
11
-
When creating TXT records via the dashboard users will now find:
11
+
When creating [TXT records](/dns/manage-dns-records/reference/dns-record-types/#txt) via the dashboard you will now find:
12
12
- Field validation errors if double quotes `"` are added inconsistently.
13
-
- Automatically quoted TXT content upon save if no quotes exist in the record content field.
13
+
- Automatically quoted TXT content upon save if no quotes exist in the record content field.
14
+
- publish_date: "2024-10-07"
15
+
title: API support for per-record CNAME flattening
16
+
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.
0 commit comments