Skip to content

v0.0.23-alpha (November 5th, 2021)

Pre-release
Pre-release
Compare
Choose a tag to compare
@rcoh rcoh released this 05 Nov 15:17
· 2334 commits to main since this release
8ea6c06

To upgrade to the new version of the SDK, update your version to 0.0.23-alpha:

[dependencies]
aws-sdk-s3 = "0.0.23-alpha"

New this week

  • πŸŽ‰ The SDK is available on crates.io! This also means that generated docs are now searchable and hosted on https://docs.rs.
  • πŸŽ‰ Add support for AWS Glacier (smithy-rs#801)
  • πŸŽ‰ Add support for AWS Panorama
  • πŸ› Fix native-tls feature in aws-config (aws-sdk-rust#265, smithy-rs#803)
  • πŸ“– Add example to aws-sig-auth for generating an IAM Token for RDS (smithy-rs#811, aws-sdk-rust#147)
  • πŸ› hyper::Error(IncompleteMessage) will now be retried (smithy-rs#815)
  • πŸ› Fix generated docs on unions like dynamodb::AttributeValue. (smithy-rs#826)

Breaking Changes

  • <operation>.make_operation(&config) is now an async function for all operations. Code should be updated to call .await. This will only impact users using the low-level API. (smithy-rs#797)
  • πŸ› S3 request metadata signing now correctly trims headers fixing problems like this (smithy-rs#761)