Skip to content

Release v1.14.5

Compare
Choose a tag to compare
@awstools awstools released this 12 Jun 21:46

Release v1.14.5 (2018-06-12)

Service Client Updates

  • service/devicefarm: Updates service API and documentation
    • Adding VPCEndpoint support for Remote access. Allows customers to be able to access their private endpoints/services running in their VPC during remote access.
  • service/ecs: Updates service API and documentation
    • Introduces daemon scheduling capability to deploy one task per instance on selected instances in a cluster. Adds a "force" flag to the DeleteService API to delete a service without requiring to scale down the number of tasks to zero.

SDK Enhancements

  • service/rds/rdsutils: Clean up the rdsutils package and adds a new builder to construct connection strings (#1985)
    • Rewords documentation to be more useful and provides links to prior setup needed to support authentication tokens. Introduces a builder that allows for building connection strings

SDK Bugs

  • aws/signer/v4: Fix X-Amz-Content-Sha256 being in to query for presign (#1976)
    • Fixes the bug which would allow the X-Amz-Content-Sha256 header to be promoted to the query string when presigning a S3 request. This bug also was preventing users from setting their own sha256 value for a presigned URL. Presigned requests generated with the custom sha256 would of always failed with invalid signature.
    • Fixes #1974