Skip to content

v0.27.0-alpha.1 (November 3rd, 2021)

Pre-release
Pre-release
Compare
Choose a tag to compare
@rcoh rcoh released this 03 Nov 17:49
· 2249 commits to main since this release
643f2ee

Breaking Changes

  • <operation>.make_operation(&config) is now an async function for all operations. Code should be updated to call .await. This will only impact users using the low-level API. (smithy-rs#797)

New this week

  • SDK code generation now includes a version in addition to path parameters when the version parameter is included in smithy-build.json
  • moduleDescription in smithy-build.json settings is now optional
  • Upgrade to Smithy 1.13
  • hyper::Error(IncompleteMessage) will now be retried (smithy-rs#815)
  • Fix generated docs on unions. (smithy-rs#826)