Rusoto v0.42.0 Release Notes

Release Date: 2019-11-18 // over 4 years ago
  • [0.42.0] - 2019-11-18

    • ๐Ÿ‘‰ Use static initializer for AWS profile regex
    • โž• Add QLDB service
    • โž• Add QLDB Session service
    • โšก๏ธ Update Skeptic tests for Rusoto v0.41
    • Don't decode query string parameters before encoding it. Results in fixing the prefix and marker
      params for s3 list_objects methods
    • โž• Add Textract service
    • โšก๏ธ Update CloudDirectory API definition to 2017-01-11
    • โž• Add SecurityHub service
    • โž• Add Transfer service
    • Introducing rusoto_signature, a standalone crate for signing HTTP requests.
    • ๐Ÿ‘‰ Make static credentials into a credential provider
    • โž• Add anonymous credentials support
    • ๐Ÿ›ฐ Don't trim whitepsace when parsing xml payload. Fixes truncating of items with spaces in payloads
      such as an S3 key returned in list_objects_v2
    • Region deserialization format matches what Region serializers expect: #1544
    • ๐Ÿ›  Fixed regression of x-amz-content-sha256 header not being signed: #1545
    • ๐Ÿ‘ Allow rustls to be used in rusoto_mock: #1557
    • โž• Added opt-in ability for service objects to be serialized: #1560
    • ๐Ÿ“œ Avoid panicking in credential provider when parsing credentials file: #1573