v0.27.0-alpha.1 (November 3rd, 2021)
Pre-release
Pre-release
Breaking Changes
<operation>.make_operation(&config)is now anasyncfunction 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
versionparameter is included in smithy-build.json moduleDescriptioninsmithy-build.jsonsettings 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)