AWS transform documentation change
Summary
Updated CLI version history from 3.0.0 to 3.1.0 with release notes
Security assessment
The update documents routine bug fixes and feature additions (validation loops configuration, error message improvements). No security patches, vulnerabilities, or security features are mentioned in the release notes.
Diff
diff --git a/transform/latest/userguide/custom-cli-versions.md b/transform/latest/userguide/custom-cli-versions.md index 16258b7f0..4ad851f98 100644 --- a//transform/latest/userguide/custom-cli-versions.md +++ b//transform/latest/userguide/custom-cli-versions.md @@ -13 +13,10 @@ Version | Release date | Release notes -3.0.0 (latest) | May 21, 2026 | +3.1.0 (latest) | June 3, 2026 | + + * Added `ATX_MAX_VALIDATION_LOOPS` environment variable to configure maximum validation loops. + * Fixed update check no longer shows false "update available" warnings when the installed version is already newer than the registry version. + * Fixed `delete --transformation-name ""` no longer shows a nonsensical confirmation prompt; empty values are now rejected with a clear validation error. + * Fixed unrecognized subcommands now show "unknown command" instead of a confusing internal error message. + * Fixed version comparison to use numeric comparison instead of string inequality for update checks. + + +3.0.0 | May 21, 2026 |