v0.6.2
0.6.2 is a compatibility and operational patch for existing 0.6 deployments.
Upgrade note
Upgrade every 0.6.0 and 0.6.1 runtime to 0.6.2 before applying schema migrations from a later release.
The migrator now checks the database's highest schema version before legacy detection or normalization. An older binary connected to an unsupported newer schema refuses without modifying awa.schema_version, fixing the destructive downgrade path reported in #392.
Queue-storage finalization
Migration v040 allows awa storage finalize --wait to complete while fresh canonical_drain_only runtimes remain connected, provided canonical_live_backlog() is zero. These runtimes already route supported writes to queue storage, so operators no longer need to restart them merely to finalize; fresh canonical-only runtimes still block finalization.
Packages
- Rust crates
- Python SDK (
awa-pg) - Python CLI (
awa-cli) - Container:
ghcr.io/hardbyte/awa:0.6.2forlinux/amd64andlinux/arm64 - Standalone CLI archives and wheels are attached below.
Implementation: #428
Full diff: v0.6.1...v0.6.2