Skip to main content

Platform - 0.98.0

🚀 Highlights​

  • Full support for historical file versions
  • Jobs now execute against pinned file versions for improved reproducibility
  • File creation and updates during job execution are now tracked

✨ New Features​

  • Historical file versions

    • List available versions of a file.
    • Retrieve or download a specific historical version.
    • Restore a previous version when needed.
  • Job file version pinning

    • When a job is scheduled, both the entry point and its dependencies are pinned to specific file versions.
    • Pinned version information is available in Job Details.
  • Execution file tracking

    • Files created or modified during Aleph execution are now tracked.
    • Job Details report:
      • Created or updated action
      • File path
      • Resulting file version

🛠 Improvements​

  • Improved job reproducibility and auditability through version-aware execution.