Skip to content

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 13 Jul 07:19
· 99 commits to main since this release
Immutable release. Only release title and notes can be modified.

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

Implementation: #428
Full diff: v0.6.1...v0.6.2