Skip to content

Release v2.3.4

Choose a tag to compare

@github-actions github-actions released this 30 Jul 14:13
12cb49f

Added

  • cratis run reports startup progress while the Stage container boots and prints Ready once the sandbox can actually accept requests.
  • cratis run --verbose streams the container's output, as the command previously always did.
  • cratis run with -o json or -o json-compact emits the resolved endpoints, event model, and event store when the session becomes ready.
  • Markdown linting and link verification now run on pull requests that touch the documentation.

Changed

  • cratis run hides the Stage container's output while it starts, and shows the reported error plus the captured output if it stops before becoming ready.
  • cratis run names the container it starts, so a running sandbox is recognizable in docker ps.
  • Ctrl+C on cratis run stops the sandbox and waits for Docker to remove it before exiting, instead of terminating the command while the container is still running.

Fixed

  • cratis run no longer leaves the container running when the command is interrupted without Docker being signalled too.
  • Documentation link verification checked nothing — skipping localhost also skipped the local server linkinator crawls through, so every run passed after scanning zero links.