Skip to content

Release v2.3.2

Choose a tag to compare

@github-actions github-actions released this 30 Jul 12:49
90717b8

Added

  • cratis run now publishes the Chronicle Workbench alongside the Stage API, so a play session's events, observers and read models can be inspected while it runs. The Workbench is at https://localhost:35000 — sign in with the Stage image's development credentials.
  • --workbench-port option on cratis run for choosing the host port the Workbench is published on.

Changed

  • cratis run prints both the Stage API and the Chronicle Workbench URL when a session starts.
  • Package references updated to their latest releases, including Chronicle 16.11.0, Screenplay 1.6.4 and Fundamentals 7.16.6.
  • The disableTls connection-string option is replaced by skipTlsValidation, following Chronicle 16.11.0. The client always connects over TLS; the option now only controls whether the server's certificate is validated, which is what lets the CLI trust a development server's self-signed certificate.