Skip to content

v1.9.0

Choose a tag to compare

@mhmdiaa mhmdiaa released this 17 Jan 17:10
· 141 commits to main since this release

What's Changed

  • Output command improvements by @mhmdiaa in #124

    • Enable output downloads for all run statuses, excluding "pending" and "submitted."
      • Download the completed part of a run even if it's in progress or stopped.
      • Download partially executed task groups (nodes connected to a file-splitter).
    • Infer the node to download from using the workflow URL, unless specified via the --nodes flag.
      • Example: trickest output --url https://trickest.io/editor/...?run=...&node=custom-script-1 automatically selects the output of custom-script-1.
    • Improve output download speed:
      • Add support for concurrent task group output downloads.
      • Reduce delay before starting task group output downloads.
    • Map task group output folders to platform task indices.
    • Refactor code and remove deprecated logic.
    • Improve error handling and logging for sub-job output downloads.
  • Add support for static IP addresses in execute command by @mhmdiaa in #125

Full Changelog: v1.8.4...v1.9.0