Skip to content

v0.3.0 — Durable core

Choose a tag to compare

@esanmohammad esanmohammad released this 25 May 06:31
· 6 commits to main since this release
ad89e5c

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