Releases: aws-deadline/deadline-cloud
Releases · aws-deadline/deadline-cloud
0.49.7
0.49.7 (2025-03-12)
Features
- Add configurable job timeouts widget. (#611) (
978c631
) - Allow windows long paths during manifest snapshot, manifest upload, and download. (#547) (
b54e362
) - Add helper function to add default timeouts in job templates. (#600) (
8ee8bd1
) - cli: Add --output option to
config show
to support json (#586) (7c63ca1
)
Bug Fixes
- Assets deleted in s3 don't get reuploaded causing missing asset failures. (#371) (
69d6c04
) - Inconsistent file path hashes on different operating systems. (#618) (
a096ff9
) - Copy number not incremented when multiple files of the same name are downloaded. (#615) (
ba2f2fe
) - Manifest download cli does not download output manifests for selected job or step. (#603) (
b2285fb
) - ~ symbol does not expand to users home directory when downloading output. (#557) (
d5e50ad
)
0.49.6
0.49.5
0.49.5 (2025-01-29)
Features
- Add maxWorkerCount support for jobs (#573) (
e101473
) - Allow submitters to prepopulate HostRequirementsWidget (#538) (
486df0a
)
Bug Fixes
- Allow Identifier's in custom host requirements. (#565) (
519888b
) - limit the length of name and description fields to match OpenJD spec (#564) (
0c72b7e
)
Experimental
These changes are experimental and are subject to change.
0.49.4
0.49.3
0.49.2
0.49.1
0.49.0
0.49.0 (2024-11-18)
BREAKING CHANGES
- Refactor manifest aggregation, add helper to persist manifests and check disk capacity. Removes
aggregate_asset_root_manifests
public interface. (#483) (f57f637
)
Features
- JA: Add manifest upload and download to complete the JA standalone API+CLI featureset. (
b5b203b
) - refactor manifest aggregation, add helper to persist manifests and check disk capacity (#483) (
f57f637
) - JA: Add force-rehash option to snapshot command. Move Integ Tsts for Diff and Snapshot to Integ (
276edae
) - JA: Implementation for Job Attachments diff command (#465) (
97e8bc4
)
Bug Fixes
- state upperbound (3.12) for python version support (#501) (
f35765f
) - De-duplicate error messages on expired credentials (
cfc7759
) - Refresh queue parameter defaults when loading a new job bundle (
5abcef1
) - The hash_cache fails with filenames including surrogates (#492) (
39c285d
) - Job parameter values dropped when merging with queue parameter (
73e1b24
) - pass in cache directory for attachment upload (#476) (
1f776f6
)
0.48.9
0.48.9 (2024-10-10)
Features
- Add a simple backoff and retry utility helper (#452) (
88a4ef6
) - adds --storage-profile-id option to the bundle submit command (#442) (
8c105ed
) - support --submitter-name option for bundle GUI submitter command (#416) (
569af3b
) - update DEVELOPMENT.md on how to run integ tests. (#419) (
3fe65e6
)