v0.2.0May 30, 2026
- Boot-time DB schema compatibility gate: the server refuses to start if the live database has been migrated past the binary's schema version, turning a silent-corruption rollback into a fail-safe stop.
- Browser invite landing pages at `/invite/<code>` and `/join/<host>/<code>`, so opening an invite link in a browser shows join instructions instead of a raw reverse-proxy fallback.
- Documented upgrade path plus release and versioning policy (`docs/release-policy.md`).
- Migration
- No. Schema version unchanged at 37 (this release adds no migration). The new guardrail is a no-op on the v0.1.0 to v0.2.0 upgrade and protects future rollbacks.
- Min client
- 0.0.0