Releases: aws-deadline/deadline-cloud
Releases · aws-deadline/deadline-cloud
0.56.1
0.56.0
0.56.0 (2026-04-20)
Features
- The
deadline job trace-schedulecommand now uses batch get APIs for tasks and steps, significantly improving performance for jobs with many tasks. (#1117) - Job bundles now support pre-submission and post-submission hooks via
hooks.yaml/hooks.jsonfiles or theDEADLINE_HOOKS_DIRenvironment variable. Pre-submission hooks can modify the submission before upload, and post-submission hooks run after job creation for notifications or integrations. Hooks are disabled by default and require user confirmation before execution. (#986) - The
deadline bundle gui-submitcommand now accepts a--nameoption to set the job name. (#1053)
Bug Fixes
- Fixed an issue on Windows where logging in with Deadline Cloud Monitor could corrupt the
~/.deadline/configfile due to backslash path separator handling differences between .ini libraries. Path separators are now normalized to forward slashes. (#1098) - Improved the error message when a job output download fails because the target directory cannot be created (e.g., due to cross-OS path incompatibilities). The error now clearly explains the failure and suggests re-running the download to choose a valid local path. (#1034)
0.55.1
0.55.0
0.55.0 (2026-03-26)
BREAKING CHANGES
- Decoupled Job Attachments from the Client package —
deadline.job_attachmentsno longer imports fromdeadline.client(migration guide) (#1076)
Features
deadline handle-web-url --installand--uninstallnow print a confirmation message on success (#1056) (6d0c5d9)
Bug Fixes
0.54.3
0.54.3 (2026-03-19)
Features
- Add worker log retrieval to MCP server for job troubleshooting (#999) (
0378f77) - Show estimated time remaining for in-progress jobs (#992) (
509af3c) - Bundle Qt dependencies in installer (#1021) (
7ec10cc)
Bug Fixes
- Update attributions for OS-specific dependencies (#1057) (
2616a75) - Show friendly OS name instead of sys.platform in error messages (#1004) (#1045) (
e0346ce) - Missing newline in terminal output when submitting a job with no attachments (#1008) (#1043) (
5bce616) - Show checkboxes in multiselect combo boxes on macOS (#1052) (
c4eb36b) - Accept hidden parameters with empty string defaults (#1032) (
347adcc) - Fix load job bundle button not working (#1041) (
eee187e)
0.54.2
0.54.1
0.54.1 (2026-02-27)
DEPRECATIONS
AssetSync.sync_inputsandAssetSync.attachment_sync_inputsin Job Attachments are deprecated and will be removed in a future version. Use other public APIs under job attachments instead. (#991) (5bba469)
Features
- Find jobs by search term with
deadline job get "search term"instead of requiring an exact job ID (#982) (e01b353) - CLI now suggests available resources when a resource ID is not found or access is denied (#985) (
478bf6e) - Add
--force-s3-checkoption todeadline bundle submitto verify job attachments exist in S3 before skipping upload, useful when S3 bucket contents may be out of sync with local caches (#957) (c53f3be) - Add help button with documentation link to the job bundle GUI submitter (#961) (
a3704fd) - Support byte ranges in hash cache for file chunking (#953) (
35a1802)
Bug Fixes
- Settings dropdown shows configured resource ID instead of '<none selected>' when user lacks list permission (#993) (
d4946d5) - Job output download failing when filtering active jobs by task run status (#994) (
34d98eb) - Downloaded files with duplicate names failing on Windows when the path exceeds the maximum length (#964) (
e2ed151) - "Load a different job bundle" button truncated and poorly positioned in the GUI submitter (#980) (
9f77ba2) (#945) (3f65662) - About dialog displays human-readable key names instead of raw YAML keys (#950) (
d07d075) - STS and S3 endpoint URL overrides are now respected (#1005) (
c7df111)
Experimental
These changes are experimental and are subject to change.
0.54.0
0.54.0 (2025-12-11)
DEPRECATIONS
- The CLI
bundle gui-submit --submitter-nameoption has been deprecated.--submitter-infoshould now be used to provide the name.
BREAKING CHANGES
- add translations for multiple languages (#916) (
a2e8b82)- Submitter will now appear in another language if the system language is not English.
- small files in syncInputJobAttachment causes sync cancel (#908) (
8f5f29b)- The parameter
processedFilesis added toProgressReportMetadata.
- The parameter
deadline.ui.show_job_bundle_submitter: Input parameter renamed fromsubmitter_nametosubmitter_infoand now expects adeadline.dataclasses.SubmitterInfoobject as input. (#940) (74a3b01)deadline.ui.SubmitJobToDeadlineDialog: TheSubmitJobToDeadlineDialog.submitter_nameproperty has been removed and the name can now be accessed viaSubmitJobToDeadlineDialog.submitter_info.submitter_name(#940) (74a3b01)
Features
- report paths of downloaded files in json summary (#919) (
e288776) - add foundations for future non-english UI translations (#901) (
70dd775) - add an 'About' dialog to show version information (#940) (
74a3b01)
Bug Fixes
- process hangs on exit with high volume of telemetry (#936) (
938d9f2) - Job progress dialog moves behind submitter dialog. (#920) (
94e6815) - host requirement amounts with value of 0 not accepted (#917) (
44fbe1f) - HashDB does not retry when failing to open. (
b332672)
Performance Improvements
Experimental
These changes are experimental and are subject to change.
0.53.3
0.53.3 (2025-11-04)
DEPRECATIONS
--timezoneis being deprecated in favor of--timestamp-formatfor thejob logscommand.--timezonewill be removed in a future release. See (#898) for more details.
Features
- cli: Add --timestamp-format relative option to 'job logs' command (#898) (
36ba412) - cli: Add --session-action-id option to 'deadline job logs' (#894) (
c37635e) - Chunked session action outputs can now be downloaded (#858) (
8d8daba)
Bug Fixes
- HashDB does not retry when failing to open. (#884) (
08c1e89) - Job submission error when submitting same jobs with the same title over 100 times in a single day. (#888) (
2c5b952)