What's new.
Every release, improvement, and fix. Updated with each version.
Read a change
A small diff can say a lot.
Switch between split and unified views of an illustrative change. Keep the context or isolate the addition.
Interactive release diff
example.toml+1 −0
Before
1name = "example-worker"
2runtime = "auto"
3region = "example-region"
After
1name = "example-worker"
2runtime = "auto"
3region = "example-region"
+description = "Sample workload"
Releases
0.2.0
v0.2.0April 2026
Native async I/O
- WASI 0.3 async adapter for non-blocking network and filesystem
- New hive logs --follow with structured JSON output
- SDK support for streaming responses in all 4 languages
0.1.5
v0.1.5March 2026
Edge caching and Buzz DLQ
- Edge cache layer for HTTP handlers with configurable TTL
- Dead-letter queue support for Buzz consumers
- CLI deploy --canary flag for staged rollouts
0.1.2
v0.1.2February 2026
Multi-region deploys
- Deploy to specific regions with --region flag
- Automatic region failover with health checks
- Waggle cron timezone support
0.1.0
v0.1.0January 2026
Initial release
- Nectar WASM runtime with Wasmtime 40
- Queen scheduler with scale-to-zero
- CLI with init, deploy, logs, and config commands
- Rust, TypeScript, Python, and Go SDKs
Follow the updates
Star the repo or subscribe to release notifications. Never miss a version.
Read the docs →