You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🎉 Add support for SQS. SQS is our first service to use the awsQuery protocol. Please report any issues you may encounter.
🎉 Add support for ECS.
Breaking Change: Refactored smithy_types::Error to be more flexible. Internal fields of Error are now private and can now be accessed accessor functions. (smithy-rs#426)
Breaking change: Smithy Enums do not implement serde::Serialize
ByteStream::from_path now accepts implications AsRef<Path> (@LMJW)
Add support for S3 extended request id (smithy-rs#429)
Add support for the awsQuery protocol. smithy-rs can now add support for all services except EC2.
Bugfix: Timestamps that fell precisely on minute boundaries were not properly formatted (smithy-rs#435)
Improve documentation for ByteStream & add pub use ByteStream to generated crates (smithy-rs#443)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
New this week:
smithy_types::Error
to be more flexible. Internal fields ofError
are now private and can now be accessed accessor functions. (smithy-rs#426)serde::Serialize
ByteStream::from_path
now acceptsimplications AsRef<Path>
(@LMJW)ByteStream
& addpub use ByteStream
to generated crates (smithy-rs#443)EndpointPrefix
needed fors3::WriteGetObjectResponse
(smithy-rs#420)Contributors:
Thanks!
This discussion was created from the release June 1st, 2021: SQS & ECS support.
Beta Was this translation helpful? Give feedback.
All reactions