Skip to content

Smithy CLI v1.54.0

Latest
Compare
Choose a tag to compare
@smithy-automation smithy-automation released this 13 Jan 23:17
· 2 commits to main since this release

1.54.0 (2025-01-08)

Features

  • Added multiselect and filter to supported operationContextParams paths (#2442)
  • Integrated Spotless formatter into build logic to automatically format Java and Kotlin code (#2485
  • Added help text to ResourceOperationInputOutput event (#2489)
  • Added smithy-docgen package that enables the generation of a service documentation site from a smithy model (#2488)
  • Updated ShouldHaveUsedTimestampValidator to reduce false positives (#2480)
  • Added service ID to tagging validator error messages to aid debugging (#2483)

Bug Fixes

  • Corrected variable expansion logic in CLI to support multiple variables (#2495)
  • Added missing getters to CloudFormation ResourceSchema (#2486)
  • Converted blob default values to Base64 for protocol tests (#2474)
  • Fixed smoke test validator to correctly enforce unique test case ids (#2482)

Documentation

  • Updated Smithy logo in documentation (#2478, #2479)

Other

  • Updated build logic to now require JDK17+ for development (#2487)
  • Migrated Gradle build logic to use conventions plugins (#2484)