@@ -66,3 +66,21 @@ message = "Allow `no_credentials` to be used with all S3 operations."
references=["smithy-rs#2955","aws-sdk-rust#878"]
meta={"breaking"=false,"tada"=false,"bug"=true}
author="jdisanti"
[[aws-sdk-rust]]
message="`CustomizableOperation`, created as a result of calling the `.customize` method on a fluent builder, ceased to be `Send` and `Sync` in the previous releases. It is now `Send` and `Sync` again."
references=["smithy-rs#2944","smithy-rs#2951"]
meta={"breaking"=false,"tada"=false,"bug"=true}
author="ysaito1001"
[[smithy-rs]]
message="`CustomizableOperation`, created as a result of calling the `.customize` method on a fluent builder, ceased to be `Send` and `Sync` in the previous releases. It is now `Send` and `Sync` again."