Rusoto v0.44.0 Release Notes

Release Date: 2020-06-01 // almost 4 years ago
  • 0.44.0 - 2020-06-01

    • โž• Add support for af-south-1, Africa (Cape Town), and eu-south-1, Europe (Milan)
    • โšก๏ธ Update to botocore 1.16.14
    • ๐Ÿ›  Fix Time::now() and OffsetDateTime::now() deprecation warnings
    • ๐Ÿ›  Fix minimum version of time crate
    • Always encode + in query strings
    • โž• Added a Cognito credential provider
    • โž• Add MultipleMockRequestDispatcher to permit mocking multiple requests using the same client
    • Fix rusoto_sts::WebIdentityProvider::from_k8s_env always requiring AWS_ROLE_SESSION_NAME env var which should be optional
    • โž• Added support to optionally define a session policy when using rusoto_sts::WebIdentityProvider
    • Omit generating XML-deseralization code for actions without a response body
    • Add region_from_profile() function to ProfileProvider
    • ๐Ÿ›  Fix applying Content-Encoding
    • Added new_with_size() function to ByteStream
    • โž• Add defualt help text to Makefile