Skip to content

June 1st, 2021: SQS & ECS support

Pre-release
Pre-release
Compare
Choose a tag to compare
@rcoh rcoh released this 01 Jun 18:35
· 1970 commits to main since this release
b0049d2

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::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)
  • Add support for EndpointPrefix needed for s3::WriteGetObjectResponse (smithy-rs#420)

Contributors:

Thanks!