v0.5.0
LatestMarch 27, 2026
Added
- Serverless Functions (
POST /v1/functions/invoke) — send code, get results. No session management needed - Your code gets a
pageobject with goto, evaluate, extract, screenshot, click, type — the full browser API - Lazy CDP connection — functions that don't touch the browser run in ~130ms
- Per-command 30s timeout so nothing hangs forever
- SDK v0.5.0 — new
invoke()method on both TypeScript and Python clients - MCP server v0.3.0 — new
invoke_functiontool for Claude Desktop / Cursor / VS Code
Fixed
- BrowserSession::Drop was calling waitpid() on tokio worker threads, blocking all HTTP responses. Moved to background thread
- Deno wrapper now force-exits after completion instead of hanging on WebSocket refs
- Internal wrapper debug logs filtered from API response