Skip to content

Release v0.7.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 12:59
5799d33

Summary

Wolverine handlers whose only consequences are return cascades or OutgoingMessages now become explicit automations instead of disappearing or being misclassified as state changes.

Added

  • Discover single and tuple return cascades as automation relationships. (#4)
  • Discover immediate and delayed OutgoingMessages in persistence-free handlers. (#4)

Fixed

  • Keep response, side-effect, persistence-wrapper, document-operation, ignored, and inactive methods from becoming automations or persisted events. (#4)
  • Add canonical negative assertions for command/event fabrication. (#4)