Skip to content

Smithy CLI v1.65.0

Choose a tag to compare

@smithy-automation smithy-automation released this 10 Dec 21:22
· 83 commits to main since this release
1f94926

1.65.0 (2025-12-09)

Features

  • Added CloudWatch Metric Namespace to AWS service trait.
    (#2877)
  • Add a new package with tests for rule engine
    (#2864)
  • Fix null result handling in CFG terminal nodes
    (#2881)
  • restXml and restJson1 should support the httpChecksum trait
    (#2867)
  • Added a NodeValidationVisitor feature that enforces base64 encoding of blob
    values. (#2838)

Bug Fixes

  • Fixes a bug in toNode generation for traits with members that have the idRef
    trait applied. (#2871)

Documentation

  • Update smithy-java doc to reflect the latest artifact names
    (#2862)
  • Fixed a broken ABNF specification in rules engine docs.
    (#2831)

Other

  • Replace streams with loops
    (#2866)