August 22nd, 2023
Pre-release
Pre-release
Breaking Changes:
- 🐛
⚠️ (client, smithy-rs#2931, aws-sdk-rust#875) Fixed re-exportedSdkError
type. The previous release had the wrong type forSdkError
when generating code for orchestrator mode, which caused projects to fail to compile when upgrading.
New this release:
- (client, smithy-rs#2904)
RuntimeComponents
andRuntimeComponentsBuilder
are 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::orchestrator
module is now emitted at theDEBUG
level to reduce the amount of logging when emitted at theINFO
level. - 🐛 (client, smithy-rs#2935) Fix
SDK::Endpoint
built-in for@endpointRuleSet
.