Skip to content

Commit b970d69

Browse files
committed
Merge branch 'production' into ranbel/mtls-openssl
merge in SSL changes
2 parents 66251fa + 4b287c5 commit b970d69

File tree

72 files changed

+929
-315
lines changed

Some content is hidden

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

72 files changed

+929
-315
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@astrojs/starlight": "0.35.1",
3636
"@astrojs/starlight-docsearch": "0.6.0",
3737
"@astrojs/starlight-tailwind": "4.0.1",
38-
"@cloudflare/vitest-pool-workers": "0.8.55",
38+
"@cloudflare/vitest-pool-workers": "0.8.56",
3939
"@cloudflare/workers-types": "4.20250718.0",
4040
"@codingheads/sticky-header": "1.0.2",
4141
"@expressive-code/plugin-collapsible-sections": "0.41.3",
@@ -129,7 +129,7 @@
129129
"ts-blank-space": "0.6.1",
130130
"tsx": "4.20.3",
131131
"typescript": "5.8.3",
132-
"typescript-eslint": "8.37.0",
132+
"typescript-eslint": "8.38.0",
133133
"unified": "11.0.5",
134134
"unist-util-visit": "5.0.0",
135135
"vite-tsconfig-paths": "5.1.4",

public/__redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -980,6 +980,7 @@
980980
/logs/edge-log-delivery/ /logs/logpush/logpush-job/edge-log-delivery/ 301
981981
/logs/reference/filters/ /logs/logpush/logpush-job/filters/ 301
982982
/logs/reference/log-output-options/ /logs/logpush/logpush-job/log-output-options/ 301
983+
/logs/reference/custom-fields/ /logs/logpush/logpush-job/custom-fields/ 301
983984

984985
# magic-firewall
985986
/magic-firewall/reference/examples/ /magic-firewall/how-to/add-rules/ 301
13.2 MB
Loading
253 KB
Loading
31.2 KB
Loading
137 KB
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Browser Rendering now supports local development
3+
description: You can now use local development with Browser Rendering
4+
products:
5+
- browser-rendering
6+
date: 2025-07-22T11:00:00Z
7+
---
8+
9+
You can now run your Browser Rendering locally using `npx wrangler dev`, which spins up a browser directly on your machine before deploying to Cloudflare's global network. By running tests locally, you can quickly develop, debug, and test changes without needing to deploy or worry about usage costs.
10+
11+
![Local Dev video](~/assets/images/browser-rendering//localshorterbrowserrendering.gif)
12+
13+
Get started with this [example guide](/browser-rendering/workers-bindings/screenshots/) that shows how to use Cloudflare's [fork of Puppeteer](/browser-rendering/platform/puppeteer/) to take screenshots of webpages and store the results in [Workers KV](/kv/).

src/content/changelog/logs/2025-04-18-custom-fields-raw-transformed-values.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ These defaults can be overidden to suit your logging needs.
2020
Transformed and raw values for request and response headers are available **only via the API** and cannot be set through the UI.
2121
:::
2222

23-
For more information refer to [Custom fields](/logs/reference/custom-fields/) documentation
23+
For more information refer to [Custom fields](/logs/logpush/logpush-job/custom-fields/) documentation
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Audio mode for Media Transforamtions
3+
description: >
4+
Media Transformations now supports `audio` mode, which extracts audio from a video.
5+
date: 2025-07-22
6+
---
7+
8+
The addition of this feature allows a user to extract audio from a source video, outputting
9+
an M4A file to use in downstream workflows like AI inference, content moderation, or transcription.
10+
11+
For example,
12+
13+
``` text title="Example URL"
14+
https://example.com/cdn-cgi/media/<OPTIONS>/<SOURCE-VIDEO>
15+
https://example.com/cdn-cgi/media/mode=audio,time=3s,duration=60s/<input video with diction>
16+
```
17+
18+
For more information, learn about [Transforming Videos](/stream/transform-videos/).

0 commit comments

Comments
 (0)