April 2nd, 2024
Breaking Changes:
- 🐛
⚠️ (client, aws-sdk-rust#1111, smithy-rs#3513, @Ten0) MakeBehaviorVersionbe future-proof by disallowing it to be constructed via theBehaviorVersion {}syntax.
New this release:
-
🎉 (all, smithy-rs#3539) Add FIPS support to our Hyper 1.0-based client. Customers can enable this mode by enabling the
crypto-aws-lc-fipsonaws-smithy-experimental. To construct a client using the new client, consult this example.Please note that support for Hyper 1.0 remains experimental.
-
(all, smithy-rs#3389) All requests are now retryable, even if they are deserialized successfully. Previously, this was not allowed.
-
(all, smithy-rs#3539) Fix bug in Hyper 1.0 support where https URLs returned an error
Contributors
Thank you for your contributions! ❤