v1.9.0
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
--nodesflag.- Example:
trickest output --url https://trickest.io/editor/...?run=...&node=custom-script-1automatically selects the output ofcustom-script-1.
- Example:
- 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.
- Enable output downloads for all run statuses, excluding "pending" and "submitted."
-
Add support for static IP addresses in execute command by @mhmdiaa in #125
Full Changelog: v1.8.4...v1.9.0