Skip to content

v4.5.1

Latest

Choose a tag to compare

@jangidms jangidms released this 11 Jul 21:51
51bbfb0

[4.5.1] - 2025-07-11

Fixed

  • SSM Scripts: Fixed TypeError when script_arguments is None by adding null check and using copy() method to prevent mutation of default attributes. This issue was causing scripts to not load in cloud migration factory.

Added

  • Unit Tests: Added comprehensive test coverage for SSM script argument handling edge cases including null, missing, and existing script_arguments scenarios.