Smithy CLI v1.30.0
smithy-automation
released this
13 Apr 18:18
·
643 commits
to main
since this release
1.30.0 (2023-04-10)
Features
- Updated smithy-diff and smithy-build to use pretty validation output and color theming options (#1712)
- Added --mode flag to smithy diff command with support for
aribtrary
,project
, andgit
modes
(#1724, #1721, #1718) - Added --flatten flag to AST command which flattens and removes mixins from the model (#1723)
- Expose functions to make ruleEvaluator more flexible to support coverage checking (#1681)
Bug Fixes
- Updated mixins to allow multiple mixins to override the same member if they all target the same shape (#1715)
- Fixed an issue where source file names impacted the ordering of metadata (#1716)
- Fixed error messages for invalid operation input/output bindings (#1728)
- Fixed bugs in smithy-rules-engine boolEquals and stringEquals which could cause unexpected results when visitors are
invoked (#1681) - Remove unnecessary member from
aws.iam#actionName
(#1726)