June 1st, 2021: SQS & ECS support
Pre-release
Pre-release
New this week:
- 🎉 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::Errorto be more flexible. Internal fields ofErrorare now private and can now be accessed accessor functions. (#426) ByteStream::from_pathnow acceptsimplications AsRef<Path>(@LMJW)- Add support for S3 extended request id (#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 (#435)
- Improve documentation for
ByteStream& addpub use(#443) - Add support for
EndpointPrefixused bys3::WriteGetObjectResponse(#420)
Smithy Internals
- Rewrite JSON serializer (#411, #423, #416, #427)
- Remove dead “rootProject” setting in
smithy-build.json - Bugfix: Idempotency tokens were not properly generated when operations were used by resources
Contributors:
Thanks!