Skip to content

Commit 55614c7

Browse files
Merge branch 'production' and solve conflicts
2 parents c237407 + b876bf1 commit 55614c7

File tree

105 files changed

+1543
-612
lines changed

Some content is hidden

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

105 files changed

+1543
-612
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ contact_links:
44
url: https://developers.cloudflare.com/support/contacting-cloudflare-support/#methods-of-contacting-cloudflare-support
55
about: If you need support with your website or Cloudflare applications, please contact Cloudflare through the relevant support channel.
66
- name: Issue with Cloudflare 5XX errors
7-
url: https://developers.cloudflare.com/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#troubleshooting-cloudflare-5xx-errors--cloudflare-help-center
7+
url: https://developers.cloudflare.com/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/
88
about: If you are encountering a Cloudflare 5XX error, please read our troubleshooting documentation for 5XX errors.
99
- name: Issue with Cloudflare Workers
1010
url: https://github.com/cloudflare/workers-sdk/issues/new/choose

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@
3636
"@astrojs/starlight-docsearch": "0.6.0",
3737
"@astrojs/starlight-tailwind": "3.0.1",
3838
"@astrojs/tailwind": "5.1.5",
39-
"@cloudflare/vitest-pool-workers": "0.8.14",
40-
"@cloudflare/workers-types": "4.20250404.0",
39+
"@cloudflare/vitest-pool-workers": "0.8.15",
40+
"@cloudflare/workers-types": "4.20250414.0",
4141
"@codingheads/sticky-header": "1.0.2",
42-
"@expressive-code/plugin-collapsible-sections": "0.40.2",
43-
"@floating-ui/react": "0.27.6",
42+
"@expressive-code/plugin-collapsible-sections": "0.41.1",
43+
"@floating-ui/react": "0.27.7",
4444
"@iarna/toml": "2.2.5",
4545
"@marsidev/react-turnstile": "1.1.0",
4646
"@octokit/webhooks-types": "7.6.1",
4747
"@stoplight/json-schema-tree": "4.0.0",
4848
"@types/hast": "3.0.4",
4949
"@types/he": "1.2.3",
50-
"@types/node": "22.14.0",
50+
"@types/node": "22.14.1",
5151
"@types/react": "19.0.7",
5252
"@types/react-dom": "19.0.4",
5353
"@typescript-eslint/parser": "8.29.1",

public/__redirects

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,7 @@
998998
/rules/transform/manage/ /rules/transform/ 301
999999
/rules/page-rules/how-to/rewrite-host-headers/ /rules/origin-rules/examples/change-uri-path-and-host-header/ 301
10001000
/rules/page-rules/how-to/override-url-or-ip-address/ /rules/origin-rules/features/ 301
1001+
/rules/origin-rules/examples/change-uri-path-and-host-header/ /rules/origin-rules/tutorials/change-uri-path-and-host-header/ 301
10011002

10021003
# ruleset engine
10031004
/ruleset-engine/rules-language/fields/standard-fields/ /ruleset-engine/rules-language/fields/reference/ 301
@@ -1215,6 +1216,10 @@
12151216
/support/partners/ /support/ 301
12161217
/support/partners/reduce-data-transfer-egress-costs-between-azure-and-cloudflare/ /support/third-party-software/others/reduce-data-transfer-egress-costs-between-azure-and-cloudflare/ 301
12171218
/support/more-dashboard-apps/cloudflare-stream/ /support/more-dashboard-apps/ 301
1219+
/support/troubleshooting/cloudflare-errors/ /support/troubleshooting/http-status-codes/ 301
1220+
/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-10xxx-errors/ /support/troubleshooting/http-status-codes/cloudflare-10xxx-errors/ 301
1221+
/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-1xxx-errors/ /support/troubleshooting/http-status-codes/cloudflare-1xxx-errors/ 301
1222+
/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/ /support/troubleshooting/http-status-codes/cloudflare-5xx-errors/ 301
12181223

12191224
# r2
12201225
/r2/platform/s3-compatibility/api/ /r2/api/s3/api/ 301
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Signed URLs and Infrastructure Improvements on Stream Live WebRTC Beta
3+
description: >
4+
Dynamically optimize, clip, and resize video from any origin, no storage
5+
migration needed.
6+
date: 2025-04-11T12:00:00Z
7+
---
8+
9+
Cloudflare [Stream](/stream/) has completed an infrastructure upgrade for our [Live WebRTC beta](/stream/webrtc-beta/) support which brings increased scalability and improved playback performance to all customers. WebRTC allows broadcasting directly from a browser (or supported WHIP client) with ultra-low latency to tens of thousands of concurrent viewers across the globe.
10+
11+
Additionally, as part of this upgrade, the WebRTC beta now supports Signed URLs to protect playback, just like our standard live stream options (HLS/DASH).
12+
13+
For more information, learn about the [Stream Live WebRTC beta](/stream/webrtc-beta/).

src/content/changelog/zero-trust-warp/2025-03-13-warp-beta-windows.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: WARP client for Windows (version 2025.2.460.1)
33
description: WARP client for Windows (version 2025.2.460.1)
4-
date: 2025-02-03T11:00:00Z
4+
date: 2025-03-13T11:00:00Z
55
---
66

77
A new beta release for the Windows WARP client is now available on the [Downloads page](/cloudflare-one/connections/connect-devices/warp/download-warp/beta-releases/). This release contains significant improvements to our captive portal / public Wi-Fi detection logic. If you have experienced captive portal issues in the past, re-test and give this version a try.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Cloudflare One Agent for Android (version 2.4)
3+
description: Cloudflare One Agent for Android (version 2.4)
4+
date: 2025-03-17T11:00:00Z
5+
---
6+
7+
A new GA release for the Android Cloudflare One Agent is now available in the [Google Play Store](https://play.google.com/store/apps/details?id=com.cloudflare.cloudflareoneagent). This release includes a new feature allowing [team name insertion by URL](/cloudflare-one/connections/connect-devices/warp/deployment/manual-deployment/#enroll-using-a-url) during enrollment, as well as fixes and minor improvements.
8+
9+
**Changes and improvements**
10+
11+
- Improved in-app error messages.
12+
- Improved mobile client login with support for [team name insertion by URL](/cloudflare-one/connections/connect-devices/warp/deployment/manual-deployment/#enroll-using-a-url).
13+
- Fixed an issue preventing admin split tunnel settings taking priority for traffic from certain applications.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Cloudflare One Agent for iOS (version 1.10)
3+
description: Cloudflare One Agent for iOS (version 1.10)
4+
date: 2025-03-17T11:00:00Z
5+
---
6+
7+
A new GA release for the Android Cloudflare One Agent is now available in the [iOS App Store](https://apps.apple.com/us/app/cloudflare-one-agent/id6443476492). This release includes a new feature allowing [team name insertion by URL](/cloudflare-one/connections/connect-devices/warp/deployment/manual-deployment/#enroll-using-a-url) during enrollment, as well as fixes and minor improvements.
8+
9+
**Changes and improvements**
10+
11+
- Improved in-app error messages.
12+
- Improved mobile client login with support for [team name insertion by URL](/cloudflare-one/connections/connect-devices/warp/deployment/manual-deployment/#enroll-using-a-url).
13+
- Bug fixes and performance improvements.

0 commit comments

Comments
 (0)