Rusoto v0.32.0 Release Notes

Release Date: 2018-03-03 // about 6 years ago
    • Convert all services to futures-based APIs
    • Show secret keys and tokens as "**********" in Debug output
    • Ensure list of signed headers is correct when not all headers are signed
    • 0️⃣ Use $AWS_PROFILE to obtain default profile name
    • 0️⃣ Implement Default for Region
    • 👯 Derive Clone for remaining types (affects CloudFront, Route 53 and S3)
    • 🔗 Link to service-specific documentation in generated Cargo manifests
    • Change credential expiration for non-temporary credentials to be optional and add support for AWS_CREDENTIAL_EXPIRATION to EnvironmentProvider
    • Improve ContainerProvider to mimic the behavior of the other SDKs by also considering AWS_CONTAINER_AUTHORIZATION_TOKEN and AWS_CONTAINER_CREDENTIALS_FULL_URI
    • Implement per-call timeouts for the DispatchSignedRequest trait
    • 📇 Implement timeouts for ContainerProvider and InstanceMetadataProvider