Skip to content

Release v2.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 13:26
47ac780

Summary

Takes Stage onto Cratis.Screenplay 2.0.0, absorbing the breaking changes in the language surface.

Changed

  • Screenplay documents are compiled with Cratis.Screenplay 2.0.0.
  • A slice may now declare more than one projection. The first renders as the read model; the rest are reported as not rendered rather than dropped in silence.
  • An authentication provider carries an optional alias instead of a settings block — how to reach a provider belongs to whatever runs the document.

Removed

  • $secrets expressions no longer render, following their removal from the Screenplay language.