Skip to content

Release v1.25.20

Compare
Choose a tag to compare
@aws-sdk-go-automation aws-sdk-go-automation released this 28 Oct 18:30

Release v1.25.20 (2019-10-28)

Service Client Updates

  • service/ecr: Updates service API, documentation, and paginators
    • This release of Amazon Elastic Container Registry Service (Amazon ECR) introduces support for image scanning. This identifies the software vulnerabilities in the container image based on the Common Vulnerabilities and Exposures (CVE) database.
  • service/elasticache: Updates service API and documentation
  • service/transfer: Updates service API and documentation
    • This release adds logical directories support to your AWS SFTP server endpoint, so you can now create logical directory structures mapped to Amazon Simple Storage Service (Amazon S3) bucket paths for users created and stored within the service. Amazon S3 bucket names and paths can now be hidden from AWS SFTP users, providing an additional level of privacy to meet security requirements. You can lock down your SFTP users' access to designated folders (commonly referred to as 'chroot'), and simplify complex folder structures for data distribution through SFTP without replicating files across multiple users.

SDK Enhancements

  • aws/client: Add PartitionID to Config (#2902)
  • aws/client/metadata: Add PartitionID to ClientInfo (#2902)
  • aws/endpoints: Add PartitionID to ResolvedEndpoint (#2902)

SDK Bugs

  • aws/endpoints: Fix resolve endpoint with empty region (#2911)
    • Fixes the SDK's behavior when attempting to resolve a service's endpoint when no region was provided. Adds legacy support for services that were able to resolve a valid endpoint. No new service will support resolving an endpoint without an region.
    • Fixes #2909