Skip to content

Rusoto 0.42.0

Compare
Choose a tag to compare
@iliana iliana released this 20 Nov 06:02
· 391 commits to master since this release
b363475

[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