Skip to main content

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.