mirror of
https://github.com/cloudflare/cloudflare-docs.git
synced 2026-01-11 20:06:58 +00:00
Add Browser Rendering changelog for JSON endpoint and waitForSelector… (#27411)
* Add Browser Rendering changelog for JSON endpoint and waitForSelector fixes * Update browser-rendering.yaml
This commit is contained in:
parent
d234806ba8
commit
0a458e5810
1 changed files with 6 additions and 0 deletions
|
|
@ -3,6 +3,12 @@ link: "/browser-rendering/changelog/"
|
|||
productName: Browser Rendering
|
||||
productLink: "/browser-rendering/"
|
||||
entries:
|
||||
- publish_date: "2026-01-07"
|
||||
title: Bug fixes for JSON endpoint, waitForSelector timeout, and WebSocket rendering
|
||||
description: |-
|
||||
* Updated the [`/json` endpoint](/browser-rendering/rest-api/json-endpoint/) fallback model and improved error handling for when plan limits of Workers Free plan users are reached.
|
||||
* REST API requests using `waitForSelector` will now correctly fail if the specified selector is not found within the time limit.
|
||||
* Fixed an issue where pages using WebSockets were not rendering correctly.
|
||||
- publish_date: "2025-12-04"
|
||||
title: Added guidance on allowlisting Browser Rendering in Bot Management
|
||||
description: |-
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue