Skip to content

Smithy CLI v1.63.0

Choose a tag to compare

@smithy-automation smithy-automation released this 22 Oct 19:12
· 183 commits to main since this release
b5e5b1d

1.63.0 (2025-10-17)

Features

  • Added AWS_PARTITIONS_FILE_OVERRIDE env variable to allow easily overriding the
    partitions.json file used to resolve partition metadata
    (#2794)
  • Added a StructureOrUnion suffix to ChangedNullability.AddedRequiredTrait diff
    event id when required is added to members targeting a structure or union
    (#2793)

Bug Fixes

  • Fixed loading jars with percent-encoded paths
    (#2759)
  • Fixed possible NPE in TopologicalShapeSort
    (#2785)
  • Reverted change to substring validation in rules engine from 1.62.0
    (#2790)
  • Fixed required member validation for smoke tests when params is not provided
    (#2795)

Documentation

  • Added documentation page for AI traits
    (#2750)
  • Fixed references to smithy-java version
    (#2788)