1.33.0 (2023-06-21)
Features
- Extended event ids for
AddedOperationError,RemovedOperationError,AddedEntityBindingandRemovedEntityBindingdiff events (#1797, #1803) - Added enum values to ids for
ChangedEnumTraitdiff events (#1807) - Added
initcommand to Smithy CLI (#1802, #1825, #1832) - Added
smithy-syntaxpackage andsmithy formatcommand to Smithy CLI (#1830)
Bug Fixes
- Fixed duplicated events for
ChangedNullabilityalongside theAddedInputTrait / RemovedInputTrait(#1806) - Updated request compression trait protocol tests with regard to HTTP bindings and respective specification (#1831)
Documentation
- Added
smithy-dafnyto code generators table (#1813) - Updated stale docs around
MissingPaginatedTrait(#1814) - Fixed grammar rendering (#1815)
- Updated recommendation for HTTP status code (#1818)
- Fixed selector example (#1824)
- Added note about how constraint traits affect backward compatibility (#1826)
- Added guide on disabling authentication (#1791)