Skip to content

Release v1.23.8

Compare
Choose a tag to compare
@aws-sdk-go-automation aws-sdk-go-automation released this 23 Aug 18:22

Release v1.23.8 (2019-08-23)

Service Client Updates

  • service/ec2: Updates service API and documentation
    • This release of EC2 VM Import Export adds support for exporting Amazon Machine Image(AMI)s to a VM file
  • aws/endpoints: Updated Regions and Endpoints metadata.
  • service/mediapackage-vod: Updates service API and documentation
  • service/transcribe: Updates service API and documentation

SDK Enhancements

  • aws/session: Add support for CSM options from shared config file (#2768)
    • Adds support for enabling and controlling the Client Side Metrics (CSM) reporting from the shared configuration files in addition to the environment variables.

SDK Bugs

  • service/s3/s3crypto: Fix tmp file not being deleted after upload (#2776)
    • Fixes the s3crypto's getWriterStore utiliy's send handler not cleaning up the temporary file after Send completes.
  • private/protocol: Add protocol tests for blob types and headers (#2770)
    • Adds RESTJSON and RESTXML protocol tests for blob headers.
    • Related to #750
  • service/dynamodb/expression: Improved reporting of bad key conditions (#2775)
    • Improved error reporting when invalid key conditions are constructed using KeyConditionBuilder