Changelog
Every release, in the open.
We ship continuously and write it all down. Subscribe in the dashboard to get release notes the moment they land.
- v4.0May 2026runtimecli
Edge runtime v4 — GA
Cold starts drop to a 27ms p50 on a rebuilt isolate scheduler. WASM modules from Rust and Go are now production-ready, and the CLI gained weighted canary deploys.
- v3.8April 2026storage
Durable queues
A region-aware queue primitive with at-least-once delivery, dead-letter routing, and replay. Available from ctx.queue with the same residency guarantees as edge KV.
- v3.7March 2026sdkcli
Typed SDK generation
forge sdk now emits TypeScript, Python, Go, and Rust clients from your route types and publishes them to your registry on every release.
- v3.6February 2026observability
Trace-linked logs
Every log line now carries a trace ID. Click a request in the dashboard to jump straight to its structured logs, spans, and downstream calls.