Skip to content

Smithy CLI v1.72.1

Latest

Choose a tag to compare

@smithy-automation smithy-automation released this 16 Jul 17:45

1.72.1 (2026-07-13)

Bug Fixes

  • Fixed trait code generation for maps with an @idRef key, which produced
    uncompilable code. The generated createNode() and fromNode() methods
    hard-coded the map entry key type as String instead of deriving it from the
    key shape, which is a ShapeId for an @idRef key.
    (#3207)
  • Reordered the in the rules-engine traits members to match what NodeMapper
    outputs to avoid spurious diff changes
    (#3210)