Skip to content
Merged
Show file tree
Hide file tree
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
25 changes: 24 additions & 1 deletion src/content/release-notes/api-deprecations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,33 @@ productArea: Core platform
productAreaLink: /fundamentals/reference/changelog/platform/
entries:

- publish_date: "2025-03-20"
title: "Cloudflare Radar: Attack top industry and vertical endpoints"
description: |-
Deprecation date: March 20, 2025

End of life date: September 20, 2025

The `/top/industry` and `/top/vertical` attack endpoints are now deprecated and will be replaced by the corresponding summary endpoints.

Affected APIs:

* `GET /radar/attacks/layer3/top/industry`
* `GET /radar/attacks/layer3/top/vertical`
* `GET /radar/attacks/layer7/top/industry`
* `GET /radar/attacks/layer7/top/vertical`

Replacements:

* `GET /radar/attacks/layer3/summary/industry`
* `GET /radar/attacks/layer3/summary/vertical`
* `GET /radar/attacks/layer7/summary/industry`
* `GET /radar/attacks/layer7/summary/vertical`

- publish_date: "2025-03-17"
title: "Security Center: Security level and Threat Score are now automated"
description: |-

Change date: March 17, 2025

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.
Expand Down
9 changes: 9 additions & 0 deletions src/content/release-notes/radar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ productLink: "/radar/"
productArea: Developer platform
productAreaLink: /workers/platform/changelog/platform/
entries:
- publish_date: "2025-03-20"
title: Endpoint deprecations and new BGP real-time routes endpoint
description: |-
* Deprecated endpoints for improved consistency (switch to the following):
* `/attacks/layer3/top/industry` → [`/attacks/layer3/summary/industry`](/api/resources/radar/subresources/attacks/subresources/layer3/subresources/summary/methods/industry/)
* `/attacks/layer3/top/vertical` → [`/attacks/layer3/summary/vertical`](/api/resources/radar/subresources/attacks/subresources/layer3/subresources/summary/methods/vertical/)
* `/attacks/layer7/top/industry` → [`/attacks/layer7/summary/industry`](/api/resources/radar/subresources/attacks/subresources/layer7/subresources/summary/methods/industry/)
* `/attacks/layer7/top/vertical` → [`/attacks/layer7/summary/vertical`](/api/resources/radar/subresources/attacks/subresources/layer7/subresources/summary/methods/vertical/)
* Added the [BGP real-time routes endpoint](/api/resources/radar/subresources/bgp/subresources/routes/methods/realtime/).
- publish_date: "2025-03-18"
title: Add leaked credential checks endpoints
description: |-
Expand Down