diff --git a/src/content/docs/browser-rendering/playwright/playwright-mcp.mdx b/src/content/docs/browser-rendering/playwright/playwright-mcp.mdx index e6a793f520dafb..027b94e015cd73 100644 --- a/src/content/docs/browser-rendering/playwright/playwright-mcp.mdx +++ b/src/content/docs/browser-rendering/playwright/playwright-mcp.mdx @@ -26,7 +26,7 @@ This server enables LLMs to interact with web pages through structured accessibi * Deterministic tool application. Avoids ambiguity common with screenshot-based approaches. :::note -The current version of Cloudflare Playwright MCP **v0.0.5** is in sync with upstream Playwright MCP **v0.0.30**. +The current version of Cloudflare Playwright MCP [v1.1.1](https://github.com/cloudflare/playwright/releases/tag/v1.1.1) is in sync with upstream Playwright MCP [v0.0.30](https://github.com/microsoft/playwright-mcp/releases/tag/v0.0.30). ::: ## Quick start diff --git a/src/content/release-notes/browser-rendering.yaml b/src/content/release-notes/browser-rendering.yaml index e7481a40ca76cb..21594bdc118675 100644 --- a/src/content/release-notes/browser-rendering.yaml +++ b/src/content/release-notes/browser-rendering.yaml @@ -3,6 +3,10 @@ link: "/browser-rendering/changelog/" productName: Browser Rendering productLink: "/browser-rendering/" entries: + - publish_date: "2026-02-18" + title: "@cloudflare/playwright v1.1.1 released" + description: |- + * Released version 1.1.1 of [`@cloudflare/playwright`](https://github.com/cloudflare/playwright/releases/tag/v1.1.1), which includes a bug fix that resolves a chunking issue that could occur when generating large PDFs. Upgrade to this version to avoid this issue. - publish_date: "2026-02-03" title: "@cloudflare/puppeteer v1.0.6 released" description: |-