Platform - 0.74.0
๐ Highlightsโ
- Improved execution diagnostics with signal capture
- Safeguard added to prevent excessive file uploads during executions
โจ New Featuresโ
- Execution signal capture
- In addition to exit codes, the platform now captures the process termination signal.
- Provides clearer insight into whether a process exited normally or was interrupted (e.g., killed, timeout, etc.).
๐ Improvementsโ
- Upload safety guard
- If more than 100 files are created or modified during an execution:
- All affected files are bundled into a single ZIP archive.
- The archive is uploaded as-is to the platform.
- Prevents rogue or misconfigured scripts from uploading excessive numbers of files.
๐งช Migration Notesโ
- No action required for users.
- Workflows generating large numbers of files may now produce a ZIP artifact instead of individual files.