Rusoto v0.43.0-beta.0 Release Notes

Release Date: 2020-02-07 // about 4 years ago
    • ๐Ÿšš Move to std::future::Future, async/.await, and Tokio 0.2
    • โšก๏ธ Update to botocore 1.14.9
    • โž• Add Discord invite link to README.md and CONTRIBUTING.md
    • โœ‚ Remove unused import
    • ๐Ÿ›  Fixed links in AWS-CREDENTIALS.md
    • ๐Ÿ›  Fixed SNS API's attributes and value keyword
    • โž• Adding support for web identity provider, which enables IAM roles for Kubernetes service accounts.
    • โž• Add object-safe AwsCredentialsProvider trait as alternative to the existing generic ProvideAwsCredentials trait.
    • ๐ŸŒ Introduce Secret type to automatically zero-out memory use to stored secret credentials. So far, only used in the new web identity provider.
    • Introduce Variable to abstract over certain credential provider input parameters.
    • ๐Ÿ›ฐ Encode request payload optionally with Gzip
    • โž• Add Debug trait to generated Clients
    • โž• Add rusoto_ec2::filter! macro
    • ๐Ÿ‘Œ Improve InstanceMetadataProvider to avoid cloning unnecessarily
    • โœ‚ Remove deprecated Error::description implementations
    • Add features serialize_structs and deserialize_structs
    • ๐Ÿ‘ฏ Implement Clone on various Credential structs.
    • ๐Ÿ›  Fix incorrect encoding of Session Token when pre-signing URLs
    • โž• Add IoT Secure Tunneling service
    • ๐Ÿ›  Fix Directory Service integration tests
    • โšก๏ธ Update to time 0.2.x