Skip to content

v5.1.0

Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 04 Jan 16:05
· 60 commits to 5.x.x since this release

Minor Changes

  • Add support for role_arn, credential_source and source_profile tags in ~/.aws/credentials and ~/.aws/config files. PR #408, #415 from @eneko
  • Added AWSService.signHeaders to provide signed headers for a request. Required when signing Elasticsearch queries. PR #414
  • Added public NullCredentialProvider.init.
  • Add support for CustomCoding property wrappers of header and query values.
  • Add s3UseDualStackEndpoint and s3UseTransferAcceleratedEndpoint flags to AWSServiceConfig.Options.

Patch Changes

  • Retry requests on HTTPClient.remoteConnectionClosed error.
  • Percent encode non S3 URLs twice while signing. PR #414
  • Percent encode "+" character in S3 URLs before signing. PR #414
  • Fix sorting of query parameters in V4 Signer. Sort query params by key and if key is equal then by value. PR #414