August 28th, 2024
Breaking Changes:
⚠️ (all, smithy-rs#3800) Upgrade MSRV to Rust 1.78.0.
New this release:
- 🐛 (client, smithy-rs#3798) Fix the execution order of modify_before_serialization and read_before_serialization in the orchestrator. The
modify_before_serializationmethod now executes before theread_before_serializationmethod. This adjustment may result in changes in behavior depending on how you customize interceptors. - (client, smithy-rs#1925) Backport connection poisoning to hyper 1.x support
- 🐛 (client, aws-sdk-rust#821, smithy-rs#3797) Fix the Length::UpTo usage in FsBuilder, ensuring that the specified length does not exceed the remaining file length.
- 🐛 (client, aws-sdk-rust#820) Re-export
ByteStream'sLengthandFsBuilder. By making these types available directly within a client crate, customers can useByteStream::read_fromwithout needing to import them separately from theaws-smithy-typescrate.