v0.7.0
Portable continuity and evidence-driven operations
Read the 0.7.0 release and migration guide →- ✓Universal effect ledger, commit guards, effect-safe failover, and receipt-backed compensation
- ✓Portable Continuity with signed capsules, placement policy, live migration, rollback, provenance, and time travel
- ✓Lease-safe resumable workers, shared agent memory, bounded stream windows, and typed dataflow bindings
- ✓Safe release control plane with semantic diff, effect-free validation, canaries, evidence gates, and rollback
- ✓Bounded Parallel overlap, cooperative priority preemption, DLQ reproduction, and operator diagnostics
Upgrade notes
- Fast-path steps are at least once after a crash mid-step; use provider idempotency, effect receipts, and commit guards where duplicates must be rejected
- Placement-bound handoff creation now requires placement_decision_id and preview_sha256 from a fresh preview
- Public webhook triggers must be signed; unsigned public webhook delivery is rejected
- PostgreSQL migration 074 rewrites and hash-partitions block_outputs and audit_log, so reserve a migration window
- Building from source requires Rust 1.97 or newer
Distribution
- GitHub tag: v0.7.0; package and container version: 0.7.0
- Docker: ghcr.io/orch8-io/engine:0.7.0 (amd64 + arm64)
- Binary archives and SHA-256 checksums are attached to the GitHub release
- The curl installer resolves and verifies the current GitHub release
Documentation
- The 0.7.0 release guide includes runnable syntax and a migration checklist
- The running server's /api-docs/openapi.json and /swagger-ui remain authoritative for the wire contract