Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions platform/private-locations/change-log.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ Learn more about:

## Full release history

<Update label="v8.5.0" tags={["July 2026"]}>
- Uptime checks can run with response time limits up to 45s (TCP, API and URL), enabled per account
- gRPC checks support server-streaming methods, plus improved encoding for advanced schema types
- Browser checks can simulate constrained bandwidth
- API check responses render image previews
- Playwright Check Suites: network and console entries are extracted from traces, and trace retention now follows your account setting
- Fixes: pnpm workspace caching on repeated runs, empty Playwright video assets, artifact upload reliability, multi-step method timeouts, and SSL hostname handling
- Update various dependencies to fix vulnerabilities
</Update>

<Update label="v8.4.0" tags={["July 2026"]}>
- Support for running gRPC, traceroute, and SSL checks
- Always scrub potentially sensitive headers (Authorization, x-api-key, cookie, etc) even if they don’t contain secrets
Expand Down
Loading