Skip to content

May 18th 2021

Pre-release
Pre-release
Compare
Choose a tag to compare
@rcoh rcoh released this 18 May 13:09
· 2303 commits to main since this release
1b5d320

New this week:

  • 馃帀 Add support for AWS Lambda (#361, @richardhboyd) 馃帀
  • Breaking change (technically, no services impacted): Add support for streaming request bodies. When Blob is marked as a streaming request type, the SDK now generates ByteStream instead. (#359)
  • Types represented by the Smithy Set type now generate Vec<T> in all cases (#270)
  • Bugfix: The .message()field of errors will now look for both message and Message in the model (#374)
  • Add support for the AWS_REGION environment variable. (#362)
  • The request type generated by the fluent builders, eg. dynamodb.list_tables() is now Debug (#377, @declanvk)

Updates to Internals:

  • Recursive Inline dependencies are supported via a fixed-point algorithm
  • restXML deserialization support
  • Overhaul of URL encoding during request serialization, fixing several bugs (#368)
  • Update signer to avoid cloning credentials (#341)

Contributors:

Thanks!