Skip to content

Commit d83e8b8

Browse files
kathaylToriLindsay
authored andcommitted
Update browser-rendering.yaml (#23983)
* Update browser-rendering.yaml * Update browser-rendering.yaml * Update browser-rendering.yaml * Update browser-rendering.yaml * change x to accepted character * fix spacing * fix character * Update browser-rendering.yaml * Update browser-rendering.yaml structure change attempt * Update browser-rendering.yaml * Update browser-rendering.yaml change date * Update browser-rendering.yaml * Update src/content/release-notes/browser-rendering.yaml Co-authored-by: ToriLindsay <[email protected]> * Update src/content/release-notes/browser-rendering.yaml Co-authored-by: ToriLindsay <[email protected]> * Update browser-rendering.yaml add playwright mcp upgrade * Update browser-rendering.yaml --------- Co-authored-by: ToriLindsay <[email protected]>
1 parent dbdd965 commit d83e8b8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/content/release-notes/browser-rendering.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,18 @@ productLink: "/browser-rendering/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2025-07-29"
9+
title: Updates to Playwright, local dev support, and REST API
10+
description: |-
11+
* [Playwright](/browser-rendering/platform/playwright/) upgraded to [Playwright v1.54.1](https://github.com/microsoft/playwright/releases/tag/v1.54.1) and [Playwright MCP](/browser-rendering/platform/playwright-mcp/) upgraded to be in sync with upstream Playwright MCP v0.0.30.
12+
* Local development with `npx wrangler dev` now supports [Playwright](/browser-rendering/platform/playwright/) when using Browser Rendering. Upgrade to the latest version of wrangler to get started.
13+
* The [`/content` endpoint](/browser-rendering/rest-api/content-endpoint/) now returns the page's title, making it easier to identify pages.
14+
* The [`/json` endpoint](/browser-rendering/rest-api/json-endpoint/) now allows you to specify your own AI model for the extraction, using the `custom_ai` parameter.
15+
* The default viewport size has been increased from 800x600 to 1920x1080. You can still override the viewport via request options.
816
- publish_date: "2025-07-25"
917
title: "@cloudflare/puppeteer 1.0.4 released"
1018
description: |-
11-
* We’ve released version 1.0.4 of [`@cloudflare/puppeteer`](https://github.com/cloudflare/puppeteer), now in sync with Puppeteer v22.13.1.
19+
* We have released version 1.0.4 of [`@cloudflare/puppeteer`](https://github.com/cloudflare/puppeteer), now in sync with Puppeteer v22.13.1.
1220
- publish_date: "2025-07-24"
1321
title: Playwright now supported in local development
1422
description: |-

0 commit comments

Comments
 (0)