Skip to content

0.9.1

Choose a tag to compare

@github-actions github-actions released this 26 Aug 11:28
· 74 commits to main since this release

Changed

  • The README described a three-crate workspace that has eight. entity-store, entity-sqlite, entity-remote and entity-graph — the whole storage half, shipped across 0.6.0 and 0.7.0 — were absent from Where everything is, so a reader arriving at the front page saw a kernel and a CLI and no way to keep anything.

  • Four guarantees added to What holds, each with what pins it: state and events written together, Unreachable never reading as absent, a hybrid's policy being four words somebody typed with no Default, and replay reaching no state execute would refuse.

  • engineering-protocols is described as the first adopter rather than the intended one. It takes entity-core as a dependency, expresses its eight lifecycles as definitions this kernel executes, and its aep-backend-sqlite is an adapter over entity-sqlite. The arrow still points one way.