Skip to content

Releases: aws-smithy-automation/smithy

Test release

19 Apr 15:11
c6790b1
Compare
Choose a tag to compare

Smithy CLI v1.28.1

15 Mar 16:56
Compare
Choose a tag to compare

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 as resource 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 the MissingSensitiveTrait 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)