August 22nd, 2023
Pre-release
Pre-release
Breaking Changes:
- 🐛
⚠️ (client, smithy-rs#2931, aws-sdk-rust#875) Fixed re-exportedSdkErrortype. The previous release had the wrong type forSdkErrorwhen generating code for orchestrator mode, which caused projects to fail to compile when upgrading.
New this release:
- (client, smithy-rs#2904)
RuntimeComponentsandRuntimeComponentsBuilderare now re-exported in generated clients so that implementing a custom interceptor or runtime plugin doens't require directly depending onaws-smithy-runtime-api. - 🐛 (client, smithy-rs#2914, aws-sdk-rust#825) Fix incorrect summary docs for builders
- 🐛 (client, smithy-rs#2934, aws-sdk-rust#872) Logging via
#[instrument]in theaws_smithy_runtime::client::orchestratormodule is now emitted at theDEBUGlevel to reduce the amount of logging when emitted at theINFOlevel. - 🐛 (client, smithy-rs#2935) Fix
SDK::Endpointbuilt-in for@endpointRuleSet.