<!-- Do not manually edit this file. Use the `changelogger` tool. -->
November 14th, 2023
===================
**New this release:**
- :tada: (all, [smithy-rs#3173](https://github.com/awslabs/smithy-rs/issues/3173), [smithy-rs#3171](https://github.com/awslabs/smithy-rs/issues/3171)) Enable conversion from `BuildError` into `SdkError` & `<service>::Error`. This allows customers to write the following code:
# meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client | server | all"}
# author = "rcoh"
No newline at end of file
[[aws-sdk-rust]]
message="Fix aws-sdk-rust#930 (PutSnapshotBlock)"
references=["smithy-rs#3126","aws-sdk-rust#930"]
meta={"breaking"=false,"tada"=false,"bug"=true}
author="rcoh"
[[aws-sdk-rust]]
message="Fix exclusively setting the credentials provider at operation config-override time. It's now possible to set the credentials when an operation is sent (via `.config_override()`), rather than at client-creation time."
references=["smithy-rs#3156","aws-sdk-rust#901"]
meta={"breaking"=false,"tada"=false,"bug"=true}
author="ysaito1001"
[[smithy-rs]]
message="""Enable conversion from `BuildError` into `SdkError` & `<service>::Error`. This allows customers to write the following code: