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:
Kathy 2026-01-07 22:32:40 +08:00 committed by GitHub
parent d234806ba8
commit 0a458e5810
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: |-