Skip to content

Commit 4d429af

Browse files
Keep dates order in yaml file
1 parent 55614c7 commit 4d429af

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

src/content/release-notes/api-deprecations.yaml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,6 @@ productLink: "/fundamentals/"
55
productArea: Core platform
66
productAreaLink: /fundamentals/reference/changelog/platform/
77
entries:
8-
- publish_date: "2025-06-08"
9-
title: "Zone Setting: cname_flattening"
10-
description: |-
11-
Deprecation date: June 8, 2025
12-
13-
The Zone Settings API endpoints for managing zone-level CNAME flattening are deprecated.
14-
Instead, use the [Show DNS Settings](/api/resources/dns/subresources/settings/methods/get/) and [Update DNS Settings](/api/resources/dns/subresources/settings/methods/edit/) endpoints to manage this setting.
15-
16-
Changes via the old endpoints will be reflected in the new ones, and vice versa, so there is no need to migrate existing zones. However, future API calls must use DNS Settings instead of the Zone Settings endpoints.
17-
18-
Note that, with the deprecated zone setting, values `"off"` and `"apex"` have the same behavior. These are represented as `{"flatten_all_cnames": false}` in the new API.
19-
The zone setting `"on"` corresponds to `{"flatten_all_cnames": true}` in the new API.
20-
21-
Affected APIs:
22-
23-
- `GET /zones/:zone_id/settings`
24-
- `PATCH /zones/:zone_id/settings`
25-
26-
Deprecated APIs:
27-
28-
- `GET /zones/:zone_id/settings/cname_flattening`
29-
- `PATCH /zones/:zone_id/settings/cname_flattening`
30-
318
- publish_date: "2025-11-11"
329
title: "Zero Trust Devices"
3310
description: |-
@@ -58,6 +35,29 @@ entries:
5835
* `POST /accounts/{account_id}/devices/registrations/revoke`
5936
* `POST /accounts/{account_id}/devices/registrations/unrevoke`
6037
38+
- publish_date: "2025-06-08"
39+
title: "Zone Setting: cname_flattening"
40+
description: |-
41+
Deprecation date: June 8, 2025
42+
43+
The Zone Settings API endpoints for managing zone-level CNAME flattening are deprecated.
44+
Instead, use the [Show DNS Settings](/api/resources/dns/subresources/settings/methods/get/) and [Update DNS Settings](/api/resources/dns/subresources/settings/methods/edit/) endpoints to manage this setting.
45+
46+
Changes via the old endpoints will be reflected in the new ones, and vice versa, so there is no need to migrate existing zones. However, future API calls must use DNS Settings instead of the Zone Settings endpoints.
47+
48+
Note that, with the deprecated zone setting, values `"off"` and `"apex"` have the same behavior. These are represented as `{"flatten_all_cnames": false}` in the new API.
49+
The zone setting `"on"` corresponds to `{"flatten_all_cnames": true}` in the new API.
50+
51+
Affected APIs:
52+
53+
- `GET /zones/:zone_id/settings`
54+
- `PATCH /zones/:zone_id/settings`
55+
56+
Deprecated APIs:
57+
58+
- `GET /zones/:zone_id/settings/cname_flattening`
59+
- `PATCH /zones/:zone_id/settings/cname_flattening`
60+
6161
- publish_date: "2025-03-20"
6262
title: "Cloudflare Radar: Attack top industry and vertical endpoints"
6363
description: |-

0 commit comments

Comments
 (0)