Rusoto v0.33.0 Release Notes

Release Date: 2018-07-31 // over 5 years ago
    • โœ‚ Remove impl Display for Region since it was of little use and confusingly similar to Region::name().
    • ๐Ÿšš More efficiently and correctly remove scheme from Region::Custom endpoints
    • ๐Ÿš€ Prevent reactor from hanging indefinitely when using the new tokio release
    • ๐Ÿ›  Fix deserialization for empty JSON responses
    • ๐Ÿ›  Fixed bug in query services where lists had incorrect parent item in request
    • ๐Ÿ‘Œ Improve deserializer of XML error responses
    • โž• Adds Serverless Repo service
    • โž• Add Alexa for Business service
    • โž• Add Secrets Manager service
    • ๐Ÿ‘Œ Support streaming uploads for services like S3
    • Implement DispatchSignedRequest and ProvideAwsCredentials for Arc<> and Rc<> wrapped types
    • ๐Ÿ”„ Changed HttpClient to be generic over hyper::Connect, default HttpClient>, see #1033
    • Derive PartialEq for all request and response types, except when they contain streams
    • ๐Ÿ”„ Change core and credentials to use Hyper 0.12
    • โž• Add support for alternative prefixes for environment variables.