- Hosting Doc: Added section on external storage, recommending MinIO.
- Default Config: Set correct values in S3 cache (maxItems and maxBytes)
- Bug fix: Preserve Job.now value when re-running a job.
- Workflows: Pass Job.now timestamp into sub-jobs by way of workflow.now sub-property.
- Feature: Add optional "select" parameter to the search_jobs API, to select individual job properties to return.
- Feature: Add new "Has Files" system tag to the UI and job searches.
- Feature: Add special
_filessystem tag when a job completes and has output files attached. - Fix: Deleting files on the job detail screen was not working if the job also had input files displayed. Fixes #67
- Database Doc: Fix table formatting.