May 21st, 2024
Breaking Changes:
⚠️ 🎉 (all, smithy-rs#3653) Update MSRV to1.76.0
New this release:
-
🎉 (client, smithy-rs#2891) Compression is now supported for operations modeled with the
@requestCompression
trait. -
🐛 (client, aws-sdk-rust#1133) Fix panics that occurred when
Duration
for exponential backoff could not be created from too big a float. -
🐛 (all, smithy-rs#3491, aws-sdk-rust#1079) Clients now enforce that the Content-Length sent by the server matches the length of the returned response body. In most cases, Hyper will enforce this behavior, however, in extremely rare circumstances where the Tokio runtime is dropped in between subsequent requests, this scenario can occur.
-
🐛 (all, aws-sdk-rust#1141, aws-sdk-rust#1146, aws-sdk-rust#1148) Fixes stalled upload stream protection to not apply to empty request bodies and to stop checking for violations once the request body has been read.