message="Adds jitter to `LazyCredentialsCache`. This allows credentials with the same expiry to expire at slightly different times, thereby preventing thundering herds."
references=["smithy-rs#2335"]
meta={"breaking"=false,"tada"=false,"bug"=false}
author="ysaito1001"
[[aws-sdk-rust]]
message="""Request IDs can now be easily retrieved on successful responses. For example, with S3:
Add support for the `awsQueryCompatible` trait. This allows services to continue supporting a custom error code (via the `awsQueryError` trait) when the services migrate their protocol from `awsQuery` to `awsJson1_0` annotated with `awsQueryCompatible`.