Skip to content

Release v1.3.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 13:19
60dac5d

Summary

A command now writes to the event source its document declares, instead of a new stream every time.

Added

  • A command's identifier property resolves the event source id at runtime; a command without one keeps getting a fresh Uuid

Fixed

  • Every command execution opened a brand-new event stream, so a register-then-update lifecycle was impossible
  • The specs did not run in CI: the workflow tested a Release build, which strips every spec file, so it passed having discovered none