Skip to content

Commit d99a365

Browse files
authored
[Radar] Update release notes and add endpoint deprecation notice (#20978)
1 parent cef52d0 commit d99a365

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

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

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,33 @@ productArea: Core platform
66
productAreaLink: /fundamentals/reference/changelog/platform/
77
entries:
88

9+
- publish_date: "2025-03-20"
10+
title: "Cloudflare Radar: Attack top industry and vertical endpoints"
11+
description: |-
12+
Deprecation date: March 20, 2025
13+
14+
End of life date: September 20, 2025
15+
16+
The `/top/industry` and `/top/vertical` attack endpoints are now deprecated and will be replaced by the corresponding summary endpoints.
17+
18+
Affected APIs:
19+
20+
* `GET /radar/attacks/layer3/top/industry`
21+
* `GET /radar/attacks/layer3/top/vertical`
22+
* `GET /radar/attacks/layer7/top/industry`
23+
* `GET /radar/attacks/layer7/top/vertical`
24+
25+
Replacements:
26+
27+
* `GET /radar/attacks/layer3/summary/industry`
28+
* `GET /radar/attacks/layer3/summary/vertical`
29+
* `GET /radar/attacks/layer7/summary/industry`
30+
* `GET /radar/attacks/layer7/summary/vertical`
31+
932
- publish_date: "2025-03-17"
1033
title: "Security Center: Security level and Threat Score are now automated"
1134
description: |-
12-
35+
1336
Change date: March 17, 2025
1437
1538
Cloudflare now combines the IP address threat signal with threshold and botnet data, no longer requiring you to set a sensitivity level. Users will no longer be able to set Security level via the Cloudflare dashboard. However, users can still rely on the existing API or Terraform configuration to set a Security level.

src/content/release-notes/radar.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ productLink: "/radar/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2025-03-20"
9+
title: Endpoint deprecations and new BGP real-time routes endpoint
10+
description: |-
11+
* Deprecated endpoints for improved consistency (switch to the following):
12+
* `/attacks/layer3/top/industry` → [`/attacks/layer3/summary/industry`](/api/resources/radar/subresources/attacks/subresources/layer3/subresources/summary/methods/industry/)
13+
* `/attacks/layer3/top/vertical` → [`/attacks/layer3/summary/vertical`](/api/resources/radar/subresources/attacks/subresources/layer3/subresources/summary/methods/vertical/)
14+
* `/attacks/layer7/top/industry` → [`/attacks/layer7/summary/industry`](/api/resources/radar/subresources/attacks/subresources/layer7/subresources/summary/methods/industry/)
15+
* `/attacks/layer7/top/vertical` → [`/attacks/layer7/summary/vertical`](/api/resources/radar/subresources/attacks/subresources/layer7/subresources/summary/methods/vertical/)
16+
* Added the [BGP real-time routes endpoint](/api/resources/radar/subresources/bgp/subresources/routes/methods/realtime/).
817
- publish_date: "2025-03-18"
918
title: Add leaked credential checks endpoints
1019
description: |-

0 commit comments

Comments
 (0)