Skip to content

Release v0.11.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 19:55
1557cbe

Summary

Marten EventProjection source now retains exact event-bound document operations without confusing returned documents with persisted events or inventing read models.

Added

  • Discover EventProjection Create/Transform document returns and exact Store/Insert/Update/Delete/DeleteWhere operations. (#3)
  • Preserve one-to-many event/document targets and exact event boundaries. (#3)
  • Retain teardown configuration as corroboration only. (#3)

Fixed

  • Keep EventProjection document returns out of persisted event facts. (#3)
  • Diagnose arbitrary body/value/predicate flow instead of inferring mappings. (#3)