Skip to content

Commit 8cf9182

Browse files
committed
[Radar] Deprecate layer 7 attack magnitude parameter
1 parent a5a30f2 commit 8cf9182

File tree

1 file changed

+27
-9
lines changed

1 file changed

+27
-9
lines changed

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

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ productLink: "/fundamentals/"
55
productArea: Core platform
66
productAreaLink: /fundamentals/reference/changelog/platform/
77
entries:
8+
- publish_date: "2025-03-11"
9+
title: " Cloudflare Radar: Layer 7 attack magnitude parameter"
10+
description: |-
11+
Deprecation date: March 11, 2025
12+
13+
End of life date: June 11, 2025
14+
15+
The layer 7 attack `magnitude` query parameter, which allows defining attack magnitude by total requests mitigated (`MITIGATED_REQUESTS`) or total zones attacked (`AFFECTED_ZONES`), is deprecated.
16+
Moving forward, Cloudflare Radar will only support defining layer 7 attack magnitude based on the total number of mitigated requests.
17+
18+
Affected API:
19+
20+
`GET /radar/attacks/layer7/top/attacks`
21+
22+
Replacement:
23+
24+
Users should stop using the `magnitude` parameter, as the default behavior already uses `MITIGATED_REQUESTS`.
25+
826
- publish_date: "2025-07-01"
927
title: Cloudflare DWeb Resolver
1028
description: |-
@@ -191,27 +209,27 @@ entries:
191209
192210
The following URL parameters for filtering DNS records are deprecated:
193211
194-
- `name=contains:value`
212+
- `name=contains:value`
195213
Instead, use the supported `name.contains=value` syntax.
196-
- `name=starts_with:value`
214+
- `name=starts_with:value`
197215
Instead, use the supported `name.startswith=value` syntax.
198-
- `name=ends_with:value`
216+
- `name=ends_with:value`
199217
Instead, use the supported `name.endswith=value` syntax.
200-
- `name=one,two,three` (searching for one of multiple possible names, separated by commas)
218+
- `name=one,two,three` (searching for one of multiple possible names, separated by commas)
201219
Instead, make multiple requests, one for each possible `name`.
202220
Alternatively, if only querying the `name` field, the `?match=any&name=one&name=two&name=three` syntax can be used instead.
203221
This syntax has an extended deprecation date of May 23, 2025.
204-
- `content=contains:value`
222+
- `content=contains:value`
205223
Instead, use the supported `content.contains=value` syntax.
206-
- `content=starts_with:value`
224+
- `content=starts_with:value`
207225
Instead, use the supported `content.startswith=value` syntax.
208-
- `content=ends_with:value`
226+
- `content=ends_with:value`
209227
Instead, use the supported `content.endswith=value` syntax.
210-
- `content=one,two,three` (searching for one of multiple possible contents, separated by commas)
228+
- `content=one,two,three` (searching for one of multiple possible contents, separated by commas)
211229
Instead, make multiple requests, one for each possible `content`.
212230
Alternatively, if only querying the `content` field, the `?match=any&content=one&content=two&content=three` syntax can be used instead.
213231
This syntax has an extended deprecation date of May 23, 2025.
214-
- `type=contains:value`
232+
- `type=contains:value`
215233
Searching for substrings of a type name will no longer be supported.
216234
Instead, please search for an exact type name, such as `type=CNAME`.
217235
If the input value is a free-text search from a human user, consider using the `search` parameter instead.

0 commit comments

Comments
 (0)