Skip to content

Fluxzero 1.115.0

Choose a tag to compare

@github-actions github-actions released this 15 Mar 12:33

1.115.0 (2026-03-15)

Features

  • feat(entity): support multiple aggregate snapshots (f11c7de)

    Store snapshots in the document store, keep multiple snapshots per aggregate, and load older snapshots for previous() when available.

    Also add dedicated snapshot store tests and strict aggregate-id matching to avoid collisions between similar ids.