Skip to content

May 18th 2021: v0.0.4-alpha

Pre-release
Pre-release

Choose a tag to compare

@rcoh rcoh released this 18 May 14:03
· 2394 commits to main since this release
7683f75

You can install the new release by updating your dependencies to tag = "v0.0.4-alpha", eg.

[dependencies]
aws-sdk-lambda = { git = "https://github.com/awslabs/aws-sdk-rust", tag = "v0.0.4-alpha" }

New this week:

  • 🎉 Add support for AWS Lambda (smithy-rs#361, @richardhboyd) 🎉
  • Generate docs automatically and host on GitHub Pages: https://awslabs.github.io/aws-sdk-rust/ (#81)
  • Add support for streaming request bodies. This is technically a breaking change but no currently generated AWS services expose this type. (smithy-rs#359)
  • Types represented by the Smithy Set type now generate Vec<T> in all cases. This is also technically breaking but not currently exposed. (smithy-rs#270)
  • Bugfix: The .message()field of errors will now look for both message and Message in the model (smithy-rs#374)
  • Add support for the AWS_REGION environment variable. (smithy-rs#362)
  • The request type generated by the fluent builders, eg. dynamodb.list_tables() is now Debug (smithy-rs#377, @declanvk)

And more: See the corresponding smithy-rs release.

Contributors:

Thanks!