v0.3.0 — Durable core
Anvil v0.3.0 — Durable core
Anvil's execution layer is now durable: pipeline state is persisted so runs survive process restarts instead of dying with them.
Highlights
- Durable port of the core runtime (#8, #9) — run/pipeline state is recorded to durable storage, so an interrupted run can be recovered rather than lost.
- Connection pool management — pooled, lifecycle-managed connections backing the durable store.
- knowledge-core durability patch — knowledge-graph writes now participate in the durable path.
Full Changelog: v0.2.1...v0.3.0