v0.0.23-alpha (November 5th, 2021)
Pre-release
Pre-release
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 inaws-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 anasync
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)