1.52.0 (2024-10-16)
Features
- Added validator for identifiers missing references (#2418)
- Added checksum algorithm to model enum (#2419)
- Updated the
httpChecksumtrait spec (#2413) - Added
breakingChangesto thehttpChecksumtrait (#2398) - Use the most common suffix for IDL inline IO (#2397)
Bug Fixes
- Fixed the name of XML root nodes in the protocol tests (#2423)
- Fixed trait codegen to properly support lists of enums (#2420)
- Update RPC v2 CBOR spec to require an Accept header for requests (#2417)
- Changed prefix header tests to allow for empty headers (#2415)
- Fixed OpenAPI plugin to properly support effective documentation precedence (#2402)
- Fixed a bug in the
SigV4diff logic that assumed that the a service exists in the old operation (#2405) - Added
NodeValidationVisitorchecks for invalid nulls (#2393)
Documentation
- Updated the
httpChecksumtrait spec to clarify the expected behavior and added the supported algorithms (#2413) - Fixed the
httpChecksumalgorithm list in spec (#2394) - Fixed a broken link to smithy-rs design document in Code Gen documentation. (#2416)
- Fixed resource type typo in AST docs (#2410)
- Fixed small typos in full stack tutorial (#2389)