July 9th, 2024
Breaking Changes:
-
⚠️ (server, smithy-rs#3746)FromParts<Protocol>::Rejection
must implementstd::fmt::Display
.Handlers can accept user-defined types if they implement
FromParts with aRejection
type that implementsstd::fmt::Display
(preferablystd::error::Error
) to enable error logging when parameter construction from request parts fails.
New this release:
- (client, smithy-rs#3742) Support
stringArray
type in endpoints params - 🐛 (client, smithy-rs#3744) Fix bug where stalled stream protection would panic with an underflow if the first event was logged too soon.