From 294e5355a22cb91105da6af8d1403d8d9c57a842 Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 04:02:51 +0000 Subject: [PATCH 01/20] Hyperlint Automation Fix --- src/content/changelog/agents/2025-03-18-npm-i-agents.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/changelog/agents/2025-03-18-npm-i-agents.mdx b/src/content/changelog/agents/2025-03-18-npm-i-agents.mdx index 69577dcca4d74f..95436cc25f0887 100644 --- a/src/content/changelog/agents/2025-03-18-npm-i-agents.mdx +++ b/src/content/changelog/agents/2025-03-18-npm-i-agents.mdx @@ -15,11 +15,12 @@ import npmAgentsAnimated from "~/assets/images/agents/npm-i-agents.apng" #### `agents-sdk` -> `agents` -📝 **We've renamed the Agents package to `agents`**! +📝 **We have renamed the Agents package to `agents`.** If you've already been building with the Agents SDK, you can update your dependencies to use the new package name, and replace references to `agents-sdk` with `agents`: ```sh + # Install the new package npm i agents ``` From ae881def74f8ca4ac2f547f988a919e7e8290983 Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 04:02:57 +0000 Subject: [PATCH 02/20] Hyperlint Automation Fix --- .../agents/2025-04-07-mcp-servers-agents-sdk-updates.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/changelog/agents/2025-04-07-mcp-servers-agents-sdk-updates.mdx b/src/content/changelog/agents/2025-04-07-mcp-servers-agents-sdk-updates.mdx index 7a61e2c68e3722..8f8d3a66ba28c7 100644 --- a/src/content/changelog/agents/2025-04-07-mcp-servers-agents-sdk-updates.mdx +++ b/src/content/changelog/agents/2025-04-07-mcp-servers-agents-sdk-updates.mdx @@ -45,7 +45,7 @@ See [the example](https://github.com/cloudflare/agents/tree/main/examples/mcp) f To learn more, review the [announcement blog](https://blog.cloudflare.com/building-ai-agents-with-mcp-authn-authz-and-durable-objects) as part of Developer Week 2025. -### Agents SDK updates +### Agents SDK Updates We've made a number of improvements to the [Agents SDK](/agents/), including: From 9eba0799c85f84ef6f9326987e02a290eaa56e99 Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 04:02:59 +0000 Subject: [PATCH 03/20] Hyperlint Automation Fix --- .../changelog/ai-gateway/2025-01-26-worker-binding-methods.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/changelog/ai-gateway/2025-01-26-worker-binding-methods.mdx b/src/content/changelog/ai-gateway/2025-01-26-worker-binding-methods.mdx index 7d0f34f41c15e9..36a3b06356e226 100644 --- a/src/content/changelog/ai-gateway/2025-01-26-worker-binding-methods.mdx +++ b/src/content/changelog/ai-gateway/2025-01-26-worker-binding-methods.mdx @@ -6,7 +6,7 @@ products: date: 2025-01-30T14:00:00Z --- -We have released new [Workers bindings API methods](/ai-gateway/integrations/worker-binding-methods/), allowing you to connect Workers applications to AI Gateway directly. These methods simplify how Workers calls AI services behind your AI Gateway configurations, removing the need to use the REST API and manually authenticate. +We've released new [Workers bindings API methods](/ai-gateway/integrations/worker-binding-methods/), allowing you to connect Workers applications to AI Gateway directly. These methods simplify how Workers calls AI services behind your AI Gateway configurations, removing the need to use the REST API and manually authenticate. To add an AI binding to your Worker, include the following in your [Wrangler configuration file](/workers/wrangler/configuration/): From 79018ab1a8e833171a5ed1b89d3c6c6463828034 Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 04:03:02 +0000 Subject: [PATCH 04/20] Hyperlint Automation Fix --- .../2025-02-04-aig-provider-cartesia-eleven-cerebras.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/changelog/ai-gateway/2025-02-04-aig-provider-cartesia-eleven-cerebras.mdx b/src/content/changelog/ai-gateway/2025-02-04-aig-provider-cartesia-eleven-cerebras.mdx index 503eabd47135e8..08766901e87a46 100644 --- a/src/content/changelog/ai-gateway/2025-02-04-aig-provider-cartesia-eleven-cerebras.mdx +++ b/src/content/changelog/ai-gateway/2025-02-04-aig-provider-cartesia-eleven-cerebras.mdx @@ -8,7 +8,7 @@ date: 2025-02-05T12:00:00Z [AI Gateway](/ai-gateway/) has added three new providers: [Cartesia](/ai-gateway/providers/cartesia/), [Cerebras](/ai-gateway/providers/cerebras/), and [ElevenLabs](/ai-gateway/providers/elevenlabs/), giving you more even more options for providers you can use through AI Gateway. Here's a brief overview of each: -- [Cartesia](/ai-gateway/providers/cartesia/) provides text-to-speech models that produce natural-sounding speech with low latency. +- [Cartesia](/ai-gateway/providers/cartesia/) provides text-to-speech models that produce natural-sounding speech with low latency. - [Cerebras](/ai-gateway/providers/cerebras/) delivers low-latency AI inference to Meta's Llama 3.1 8B and Llama 3.3 70B models. - [ElevenLabs](/ai-gateway/providers/elevenlabs/) offers text-to-speech models with human-like voices in 32 languages. From 41984226b3d2627e4f3e0776934614f191f45f17 Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 04:03:05 +0000 Subject: [PATCH 05/20] Hyperlint Automation Fix From 37d8b5a6ea85412268c2fb62f7123867416d5c89 Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 04:03:07 +0000 Subject: [PATCH 06/20] Hyperlint Automation Fix --- src/content/changelog/ai-gateway/2025-03-20-websockets.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/changelog/ai-gateway/2025-03-20-websockets.mdx b/src/content/changelog/ai-gateway/2025-03-20-websockets.mdx index 5c9a63ac90fc26..59676547573e96 100644 --- a/src/content/changelog/ai-gateway/2025-03-20-websockets.mdx +++ b/src/content/changelog/ai-gateway/2025-03-20-websockets.mdx @@ -1,9 +1,9 @@ --- title: AI Gateway launches Realtime WebSockets API -description: AI Gateway now supports end-to-end, client-to-provider WebSockets +description: AI Gateway now supports end-to-end, client-to-provider WebSockets date: 2025-03-21T09:00:00Z --- -We are excited to announce that [AI Gateway](/ai-gateway/) now supports real-time AI interactions with the new [Realtime WebSockets API](/ai-gateway/configuration/websockets-api/realtime-api/). +We're excited to announce that [AI Gateway](/ai-gateway/) now supports real-time AI interactions with the new [Realtime WebSockets API](/ai-gateway/configuration/websockets-api/realtime-api/). This new capability allows developers to establish persistent, low-latency connections between their applications and AI models, enabling natural, real-time conversational AI experiences, including speech-to-speech interactions. From 49f80bef244d9d863d52e2ff011eb26064e7aa9a Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 04:03:10 +0000 Subject: [PATCH 07/20] Hyperlint Automation Fix --- .../api-shield/2025-03-18-api-posture-management.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/changelog/api-shield/2025-03-18-api-posture-management.mdx b/src/content/changelog/api-shield/2025-03-18-api-posture-management.mdx index dcd5b0669d0d40..309f7e05207ca6 100644 --- a/src/content/changelog/api-shield/2025-03-18-api-posture-management.mdx +++ b/src/content/changelog/api-shield/2025-03-18-api-posture-management.mdx @@ -13,7 +13,7 @@ View these risks in [Endpoint Management](/api-shield/management-and-monitoring/ ...or in [Security Center Insights](/security-center/security-insights/): ![An example security center insight](~/assets/images/changelog/api-shield/posture-management-insight.png) - + API Shield will scan for risks on your API inventory daily. Here are the new risks we're scanning for and automatically labelling: API Shield will scan for risks on your API inventory daily. Here are the new risks we're scanning for and automatically labelling: - **cf-risk-sensitive**: applied if the customer is subscribed to the [sensitive data detection ruleset](/waf/managed-rules/reference/sensitive-data-detection/) and the WAF detects sensitive data returned on an endpoint in the last seven days. @@ -29,6 +29,6 @@ In addition, API Shield has two new 'beta' scans for **Broken Object Level Autho - **cf-risk-bola-enumeration**: added when an endpoint experiences successful responses with drastic differences in the number of unique elements requested by different user sessions. - **cf-risk-bola-pollution**: added when an endpoint experiences successful responses where parameters are found in multiple places in the request. -We are currently accepting more customers into our beta. Contact your account team if you are interested in BOLA attack detection for your API. +We're currently accepting more customers into our beta. Contact your account team if you are interested in BOLA attack detection for your API. Refer to the [blog post](https://blog.cloudflare.com/cloudflare-security-posture-management/) for more information about Cloudflare's expanded posture management capabilities. From 7182715ee15701426bc93491a322f9b71a42b770 Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 04:03:21 +0000 Subject: [PATCH 08/20] Hyperlint Automation Fix --- .../2025-03-27-automatic-audit-logs-beta-release.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/changelog/audit-logs/2025-03-27-automatic-audit-logs-beta-release.mdx b/src/content/changelog/audit-logs/2025-03-27-automatic-audit-logs-beta-release.mdx index 0ce7ae86283dc7..84e8e8e0553c13 100644 --- a/src/content/changelog/audit-logs/2025-03-27-automatic-audit-logs-beta-release.mdx +++ b/src/content/changelog/audit-logs/2025-03-27-automatic-audit-logs-beta-release.mdx @@ -3,16 +3,16 @@ title: Audit logs (version 2) - Beta Release description: New version of audit logs date: 2025-03-27T11:00:00Z --- -The latest version of audit logs streamlines audit logging by automatically capturing all user and system actions performed through the Cloudflare Dashboard or public APIs. This update leverages Cloudflare’s existing API Shield to generate audit logs based on OpenAPI schemas, ensuring a more consistent and automated logging process. +The latest version of audit logs streamlines audit logging by automatically capturing all user and system actions performed through the Cloudflare Dashboard or public APIs. This update leverages Cloudflare's existing API Shield to generate audit logs based on OpenAPI schemas, ensuring a more consistent and automated logging process. Availability: Audit logs (version 2) is now in Beta, with support limited to **API access**. Use the following API endpoint to retrieve audit logs: ```js GET https://api.cloudflare.com/client/v4/accounts//logs/audit?since=&before= - ``` -You can access detailed documentation for audit logs (version 2) Beta API release [here](https://developers.cloudflare.com/api/resources/accounts/subresources/logs/subresources/audit/methods/list/). +``` +You can access detailed documentation for the audit logs (version 2) Beta API release in the [Audit Logs API documentation](/api/resources/accounts/subresources/logs/subresources/audit/methods/list/). **Key Improvements in the Beta Release:** @@ -28,7 +28,7 @@ You can access detailed documentation for audit logs (version 2) Beta API releas **Known Limitations in Beta** * Error handling for the API is not implemented. -* There may be gaps or missing entries in the available audit logs. +* There aren't any gaps or missing entries in the available audit logs. * UI is unavailable in this Beta release. * System-level logs and User-Activity logs are not included. From f723b39b3bc8c4cfa8b644c5596c66271042831b Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 04:03:24 +0000 Subject: [PATCH 09/20] Hyperlint Automation Fix --- .../browser-isolation/2025-03-03-user-action-logging.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/changelog/browser-isolation/2025-03-03-user-action-logging.mdx b/src/content/changelog/browser-isolation/2025-03-03-user-action-logging.mdx index 690222a0b68400..f66ee1eeab7398 100644 --- a/src/content/changelog/browser-isolation/2025-03-03-user-action-logging.mdx +++ b/src/content/changelog/browser-isolation/2025-03-03-user-action-logging.mdx @@ -4,7 +4,7 @@ description: User action logs for Remote Browser Isolation date: 2025-03-04T11:00:00Z --- -We're excited to announce that new logging capabilities for [Remote Browser Isolation (RBI)](/cloudflare-one/policies/browser-isolation/) through [Logpush](/logs/reference/log-fields/account/) are available in Beta starting today! +We're pleased to announce that new logging capabilities for [Remote Browser Isolation (RBI)](/cloudflare-one/policies/browser-isolation/) through [Logpush](/logs/reference/log-fields/account/) are available in Beta starting today. With these enhanced logs, administrators can gain visibility into end user behavior in the remote browser and track blocked data extraction attempts, along with the websites that triggered them, in an isolated session. From cc8b5ef283f6f05d7d98e45d8a8e8fb1d0adda3b Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 04:03:26 +0000 Subject: [PATCH 10/20] Hyperlint Automation Fix --- .../changelog/browser-rendering/2025-04-04-playwright-beta.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/changelog/browser-rendering/2025-04-04-playwright-beta.mdx b/src/content/changelog/browser-rendering/2025-04-04-playwright-beta.mdx index 4b6c24f2be4f23..e15a1942c17231 100644 --- a/src/content/changelog/browser-rendering/2025-04-04-playwright-beta.mdx +++ b/src/content/changelog/browser-rendering/2025-04-04-playwright-beta.mdx @@ -8,7 +8,7 @@ date: 2025-04-04T14:00:00Z We're excited to share that you can now use Playwright's browser automation [capabilities](https://playwright.dev/docs/api/class-playwright) from Cloudflare [Workers](/workers/). -[Playwright](https://playwright.dev/) is an open-source package developed by Microsoft that can do browser automation tasks; it's commonly used to write software tests, debug applications, create screenshots, and crawl pages. Like [Puppeteer](/browser-rendering/platform/puppeteer/), we [forked](https://github.com/cloudflare/playwright) Playwright and modified it to be compatible with Cloudflare Workers and [Browser Rendering](https://developers.cloudflare.com/browser-rendering/). +Like [Puppeteer](/browser-rendering/platform/puppeteer/), we [forked](https://github.com/cloudflare/playwright) Playwright and modified it to be compatible with Cloudflare Workers and [Browser Rendering](/browser-rendering/). Below is an example of how to use Playwright with Browser Rendering to test a TODO application using assertions: From 8e615006670813edb36b4116496a81eafc67277e Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 04:03:29 +0000 Subject: [PATCH 11/20] Hyperlint Automation Fix From 0d09b475b652a12dc5f977df196cc30bc7359e96 Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 04:03:31 +0000 Subject: [PATCH 12/20] Hyperlint Automation Fix --- .../agents/2025-04-07-mcp-servers-agents-sdk-updates.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/changelog/agents/2025-04-07-mcp-servers-agents-sdk-updates.mdx b/src/content/changelog/agents/2025-04-07-mcp-servers-agents-sdk-updates.mdx index 8f8d3a66ba28c7..7a61e2c68e3722 100644 --- a/src/content/changelog/agents/2025-04-07-mcp-servers-agents-sdk-updates.mdx +++ b/src/content/changelog/agents/2025-04-07-mcp-servers-agents-sdk-updates.mdx @@ -45,7 +45,7 @@ See [the example](https://github.com/cloudflare/agents/tree/main/examples/mcp) f To learn more, review the [announcement blog](https://blog.cloudflare.com/building-ai-agents-with-mcp-authn-authz-and-durable-objects) as part of Developer Week 2025. -### Agents SDK Updates +### Agents SDK updates We've made a number of improvements to the [Agents SDK](/agents/), including: From 28814c0e9142fbda0caf893228323bca4af3e72c Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 04:03:34 +0000 Subject: [PATCH 13/20] Hyperlint Automation Fix From 87ca3b3af6560e7f8c67ec5f953935f4610f53b7 Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 04:03:36 +0000 Subject: [PATCH 14/20] Hyperlint Automation Fix From a4a40b675e130b131215db80c9d7d5a33bd00bc6 Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 04:03:38 +0000 Subject: [PATCH 15/20] Hyperlint Automation Fix From 708f020be10c91c0ec7fd958c09abeaae41c0543 Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 04:03:40 +0000 Subject: [PATCH 16/20] Hyperlint Automation Fix --- src/content/changelog/ai-gateway/2025-03-20-websockets.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/changelog/ai-gateway/2025-03-20-websockets.mdx b/src/content/changelog/ai-gateway/2025-03-20-websockets.mdx index 59676547573e96..3e998cc51293af 100644 --- a/src/content/changelog/ai-gateway/2025-03-20-websockets.mdx +++ b/src/content/changelog/ai-gateway/2025-03-20-websockets.mdx @@ -3,7 +3,7 @@ title: AI Gateway launches Realtime WebSockets API description: AI Gateway now supports end-to-end, client-to-provider WebSockets date: 2025-03-21T09:00:00Z --- -We're excited to announce that [AI Gateway](/ai-gateway/) now supports real-time AI interactions with the new [Realtime WebSockets API](/ai-gateway/configuration/websockets-api/realtime-api/). +We are excited to announce that [AI Gateway](/ai-gateway/) now supports real-time AI interactions with the new [Realtime WebSockets API](/ai-gateway/configuration/websockets-api/realtime-api/). This new capability allows developers to establish persistent, low-latency connections between their applications and AI models, enabling natural, real-time conversational AI experiences, including speech-to-speech interactions. From c75fcaab2bb61af5789029b41ecaf343e9ca7f4c Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 04:03:43 +0000 Subject: [PATCH 17/20] Hyperlint Automation Fix --- .../changelog/api-shield/2025-03-18-api-posture-management.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/changelog/api-shield/2025-03-18-api-posture-management.mdx b/src/content/changelog/api-shield/2025-03-18-api-posture-management.mdx index 309f7e05207ca6..966ba628000214 100644 --- a/src/content/changelog/api-shield/2025-03-18-api-posture-management.mdx +++ b/src/content/changelog/api-shield/2025-03-18-api-posture-management.mdx @@ -17,7 +17,7 @@ View these risks in [Endpoint Management](/api-shield/management-and-monitoring/ API Shield will scan for risks on your API inventory daily. Here are the new risks we're scanning for and automatically labelling: - **cf-risk-sensitive**: applied if the customer is subscribed to the [sensitive data detection ruleset](/waf/managed-rules/reference/sensitive-data-detection/) and the WAF detects sensitive data returned on an endpoint in the last seven days. -- **cf-risk-missing-auth**: applied if the customer has configured a session ID and no successful requests to the endpoint contain the session ID. +- **cf-risk-missing-auth**: applied if the customer has configured a session ID and no successful requests to the endpoint contain the session ID. - **cf-risk-mixed-auth**: applied if the customer has configured a session ID and some successful requests to the endpoint contain the session ID while some lack the session ID. - **cf-risk-missing-schema**: added when a learned schema is available for an endpoint that has no active schema. - **cf-risk-error-anomaly**: added when an endpoint experiences a recent increase in response errors over the last 24 hours. From 7901a23b7db619cc3b38572ea4434ba43039b91c Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 04:03:55 +0000 Subject: [PATCH 18/20] Hyperlint Automation Fix --- .../2025-03-27-automatic-audit-logs-beta-release.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/changelog/audit-logs/2025-03-27-automatic-audit-logs-beta-release.mdx b/src/content/changelog/audit-logs/2025-03-27-automatic-audit-logs-beta-release.mdx index 84e8e8e0553c13..dfd9a21c4b4b29 100644 --- a/src/content/changelog/audit-logs/2025-03-27-automatic-audit-logs-beta-release.mdx +++ b/src/content/changelog/audit-logs/2025-03-27-automatic-audit-logs-beta-release.mdx @@ -9,10 +9,10 @@ Availability: Audit logs (version 2) is now in Beta, with support limited to **A Use the following API endpoint to retrieve audit logs: ```js -GET https://api.cloudflare.com/client/v4/accounts//logs/audit?since=&before= +GET 'https://api.cloudflare.com/client/v4/accounts//logs/audit?since=&before=' ``` ``` -You can access detailed documentation for the audit logs (version 2) Beta API release in the [Audit Logs API documentation](/api/resources/accounts/subresources/logs/subresources/audit/methods/list/). +You can access detailed documentation for the audit logs (version 2) Beta API release in the [Audit Logs API documentation for listing audit logs](/api/resources/accounts/subresources/logs/subresources/audit/methods/list/). **Key Improvements in the Beta Release:** From 2a7d5a58b4bf1cca0da4084cc3807564985f77cc Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 04:03:57 +0000 Subject: [PATCH 19/20] Hyperlint Automation Fix From d651bc406772c810ad55d499cd0d6a31dadbd0fb Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 04:03:59 +0000 Subject: [PATCH 20/20] Hyperlint Automation Fix --- .../changelog/browser-rendering/2025-04-04-playwright-beta.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/changelog/browser-rendering/2025-04-04-playwright-beta.mdx b/src/content/changelog/browser-rendering/2025-04-04-playwright-beta.mdx index e15a1942c17231..e9cebedcbd051b 100644 --- a/src/content/changelog/browser-rendering/2025-04-04-playwright-beta.mdx +++ b/src/content/changelog/browser-rendering/2025-04-04-playwright-beta.mdx @@ -6,7 +6,7 @@ products: date: 2025-04-04T14:00:00Z --- -We're excited to share that you can now use Playwright's browser automation [capabilities](https://playwright.dev/docs/api/class-playwright) from Cloudflare [Workers](/workers/). +We're excited to share that you can now use Playwright's browser automation [capabilities](/playwright/docs/api/class-playwright) from Cloudflare [Workers](/workers/). Like [Puppeteer](/browser-rendering/platform/puppeteer/), we [forked](https://github.com/cloudflare/playwright) Playwright and modified it to be compatible with Cloudflare Workers and [Browser Rendering](/browser-rendering/).