@@ -34,3 +34,15 @@ message = "Fix requests to S3 with `no_credentials` set."
references=["smithy-rs#2907","aws-sdk-rust#864"]
meta={"breaking"=false,"tada"=false,"bug"=true}
author="jdisanti"
[[aws-sdk-rust]]
message="Fixed re-exported `SdkError` type. The previous release had the wrong type for `SdkError`, which caused projects to fail to compile when upgrading."
references=["smithy-rs#2931","aws-sdk-rust#875"]
meta={"breaking"=true,"tada"=false,"bug"=true}
author="jdisanti"
[[smithy-rs]]
message="Fixed re-exported `SdkError` type. The previous release had the wrong type for `SdkError` when generating code for orchestrator mode, which caused projects to fail to compile when upgrading."