Releases: aws-smithy-automation/smithy
Releases · aws-smithy-automation/smithy
Test release
Test
Smithy CLI v1.28.1
1.28.1 (2023-03-09)
Features
- Added a suite of compliance tests for selectors (#1643)
Bug Fixes
- Fixed an issue with generating CloudFormation Resource Schemas when using the
@nestedProperties
trait (#1641) - Fixed an issue where
enum
shapes could not be used asresource
identifiers (#1644) - Fixed an issue when comparing event ids for deprecated shapes (#1640)
- Fixed an issue where "core" validation events were not suppressible (#1646)
- Fixed an issue with
NodeMapper
's handling of lists of generic types (#1635) - Fixed various typos of the word "ignore", including for the
NodeMapper.WhenMissing
enum (#1652) - Fixed an issue where
enum
members were flagged by theMissingSensitiveTrait
validator (#1661) - Updated the validation messages for
uniqueItems
malformed request tests (#1639) - Updated the validation messages for
enum
malformed request tests to not return internal values (#1658) - Fixed various issues with protocol tests (#1642, #1648,
#1645)