Skip to content

Releases: aws-deadline/deadline-cloud

0.47.2

07 Apr 03:06
d8810f6
Compare
Choose a tag to compare

0.47.2 (2024-04-07)

Bug Fixes

  • job_attachments: handle case-insensitive path extraction on Windows (#287) (7c3cc3d)
  • job_attachments: pass original exception to AssetSyncError (#285) (c1707b3)
  • set QT_API to pyside6 or pyside2 for deadline-cli (#284) (e6ca757)

0.47.1

02 Apr 02:50
ce53177
Compare
Choose a tag to compare

0.47.1 (2024-04-02)

Bug Fixes

  • catch on correct exception type if downloading with no outputs (#278) (dafa5a8)

0.47.0

01 Apr 21:41
7b66ee9
Compare
Choose a tag to compare

0.47.0 (2024-04-01)

BREAKING CHANGES

  • public release (#265) (e8680c6)
  • python 3.8 or higher is required

Bug Fixes

  • only hookup stdin on windows for dcm login (#271) (cb91b2c)
  • Move telemetry urllib3 context to initialize function (#263) (aebd13b)
  • only load queue environments when connected to a queue (#264) (ea1e617)
  • bringing vfs_cache env var into vfs launch environment (#262) (1a6b8c8)

0.46.0

28 Mar 23:03
435e07b
Compare
Choose a tag to compare

0.46.0 (2024-03-28)

BREAKING CHANGES

  • move VFS Logs to under sessionfolder/.vfs_logs (#259) (28e16bb)

0.45.3

28 Mar 03:52
85f7a68
Compare
Choose a tag to compare

0.45.3 (2024-03-28)

Bug Fixes

  • add missing import to pyinstaller spec (#256) (a81694f)
  • include python3.dll in windows pyinstaller builds (#255) (a63f3ae)
  • Update config command help text (#254) (98b14c7)
  • Use botocore ssl context for telemetry requests (#253) (6a6b114)
  • Fix storage profiles list broken osFamily matching (#252) (c8151db)

0.45.2

26 Mar 23:17
547c276
Compare
Choose a tag to compare

0.45.2 (2024-03-26)

Bug Fixes

  • job-attachments: remove dependency on pywin32 for submission code (#250) (30b44df)

0.45.1

26 Mar 17:30
1431b13
Compare
Choose a tag to compare

0.45.1 (2024-03-26)

Bug Fixes

  • Removing overridden AWS_CONFIG_FILE path and base environment variables from deadline_vfs POpen launch env and using -E option to persist environment through sudo (#247) (4a7be81)

0.45.0

26 Mar 00:02
88dd57e
Compare
Choose a tag to compare

0.45.0 (2024-03-25)

BREAKING CHANGES

  • revert "feat!: prep for rootPathFormat becoming ALL UPPERS (#222)" (#243) (9de687e)

Features

  • job_attachment: reject files on non-Windows systems that do not support O_NOFOLLOW (#242) (9e23b81)

0.44.2

25 Mar 15:59
7c51151
Compare
Choose a tag to compare

0.44.2 (2024-03-25)

Features

  • prevent uploading files outside session directory via symlinks (#225) (3c3a4fa)

Bug Fixes

  • VFS Disk Cache Group Permissions, Merged Manifests Folder, is_mount checks (#235) (30dac3d)

0.44.1

24 Mar 20:42
78def1d
Compare
Choose a tag to compare

0.44.1 (2024-03-24)

Bug Fixes

  • Use boto SSL for telemetry requests, add opt out settings in UI (#230) (b678086)
  • swap exec to exec_ (#234) (b3853c2)