Vango v0.3.0
Summary
v0.3.0 is the current Vango release used by this website and the recommended quickstart install target.
What Changed
The public install command now pins github.com/vango-go/vango/cmd/vango@v0.3.0 .
The site dependency baseline is aligned to github.com/vango-go/vango v0.3.0 .
Route form and route action ergonomics now include setup.RouteFormHandle and clearer route-action diagnostics.
Dev public-origin handling is hardened for browser/provider-facing flows.
Native microphone and camera capability posture is opt-in, audited, and documented.
Media-capture browser policy helpers and the canonical media capture example clarify that Vango state receives bounded status, not raw media streams.
Generated app guidance is split into a focused AGENTS.md plus version-pinned vango_guide/ topic files.
Compatibility
v0.3.0 remains a pre-1.0 beta release. Breaking changes are still acceptable when they produce the cleaner final beta contract, but beta-stable surfaces require migration notes or an explicit pre-launch exception.
Verification
1go install github.com/vango-go/vango/cmd/vango@v0.3.0
2vango version --short
3go test ./...