Skip to content

Commit e633f96

Browse files
authored
Merge branch 'cloudflare:production' into production
2 parents 78e87db + ab71c04 commit e633f96

File tree

116 files changed

+973
-438
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+973
-438
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@expressive-code/plugin-line-numbers": "0.41.3",
4343
"@floating-ui/react": "0.27.16",
4444
"@iarna/toml": "2.2.5",
45-
"@lottiefiles/dotlottie-react": "0.16.0",
45+
"@lottiefiles/dotlottie-react": "0.16.1",
4646
"@marsidev/react-turnstile": "1.3.0",
4747
"@microsoft/fetch-event-source": "2.0.1",
4848
"@nanostores/react": "1.0.0",
-187 KB
Binary file not shown.
-38.3 KB
Binary file not shown.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Regional Email Processing for Germany, India, or Australia
3+
description: Customers can now choose their preferred mail processing location to be Germany, India, or Australia during onboarding
4+
date: 2025-09-11T23:15:00Z
5+
---
6+
7+
We’re excited to announce that Email Security customers can now choose their preferred mail processing location directly from the UI when onboarding a domain. This feature is available for the following onboarding methods: **MX**, **BCC**, and **Journaling**.
8+
9+
### What’s new
10+
Customers can now select where their email is processed. The following regions are supported:
11+
- **Germany**
12+
- **India**
13+
- **Australia**
14+
15+
Global processing remains the default option, providing flexibility to meet both compliance requirements or operational preferences.
16+
17+
### How to use it
18+
When onboarding a domain with MX, BCC, or Journaling:
19+
1. Select the desired processing location (Germany, India, or Australia).
20+
2. The UI will display updated processing addresses specific to that region.
21+
3. For MX onboarding, if your domain is managed by Cloudflare, you can automatically update MX records directly from the UI.
22+
23+
### Availability
24+
This feature is available across these Email Security packages:
25+
- **Advantage**
26+
- **Enterprise**
27+
- **Enterprise + PhishGuard**
28+
29+
### What’s next
30+
We’re expanding the list of processing locations to match our [Data Localization Suite (DLS)](/data-localization/) footprint, giving customers the broadest set of regional options in the market without the complexity of self-hosting.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Worker version rollback limit increased from 10 to 100
3+
description: Workers can now be deployed and rolled back to their most recent 100 versions, up from the previous limit of 10.
4+
products:
5+
- workers
6+
date: 2025-09-11
7+
---
8+
The number of recent versions available for a Worker rollback has been increased from 10 to 100.
9+
10+
This allows you to:
11+
12+
* Promote any of the 100 most recent versions to be the active deployment.
13+
14+
* Split traffic using [gradual deployments](/workers/configuration/versions-and-deployments/gradual-deployments/) between your latest code and any of the 100 most recent versions.
15+
16+
You can do this through the Cloudflare dashboard or with [Wrangler's rollback command](/workers/wrangler/commands/#rollback)
17+
18+
Learn more about [versioned deployments](/workers/configuration/versions-and-deployments/) and [rollbacks](/workers/configuration/versions-and-deployments/rollbacks/).

src/content/docs/api-shield/get-started.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ sidebar:
99

1010
import { GlossaryTooltip, Render, Steps } from "~/components"
1111

12+
<Render file="survey" product="waf" />
13+
1214
This guide will help you set up API Shield to identify and address API security best practices.
1315

1416
:::note

src/content/docs/api-shield/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ head:
1111

1212
import { Description, Feature, Plan, RelatedProduct, Render } from "~/components"
1313

14+
<Render file="survey" product="waf" />
15+
1416
<Description>
1517
Identify and address your API vulnerabilities.
1618
</Description>

src/content/docs/api-shield/management-and-monitoring/endpoint-management/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ sidebar:
77

88
---
99

10-
import { GlossaryTooltip, Plan, Steps, Tabs, TabItem } from "~/components"
10+
import { GlossaryTooltip, Plan, Steps, Tabs, TabItem, Render } from "~/components"
11+
12+
<Render file="survey" product="waf" />
1113

1214
<Plan type="all" />
1315

src/content/docs/api-shield/security/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ sidebar:
66

77
---
88

9-
import { DirectoryListing } from "~/components"
9+
import { DirectoryListing, Render } from "~/components"
10+
11+
<Render file="survey" product="waf" />
1012

1113
Cloudflare offers the following features to help secure your APIs:
1214

0 commit comments

Comments
 (0)