Skip to content

v0.21.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jul 06:33
9857485

[0.21.0] - 2024-06-30

Breaking changes:

  • runner: RecordOutput is now returned by Runner::run (or Runner::run_async). This allows users to access the output of each record, or check whether the record is skipped.
  • runner(substitution): add a special variable __NOW__ which will be replaced with the current Unix timestamp in nanoseconds.
  • runner(substitution): for system commands, we do not substitute environment variables any more, because the shell can do that. It's necessary to escape like \\ any more. $__TEST_DIR__, and are still supported.
  • runner(system): change sh to bash.