aws-sdk-go v1.34.1 Release Notes

Release Date: 2020-08-10 // over 3 years ago
  • ๐Ÿš€ Release v1.34.1 (2020-08-10)

    โšก๏ธ Service Client Updates

    • ๐Ÿ“š service/ec2: Updates service API and documentation
      • Remove CoIP Auto-Assign feature references.
    • ๐Ÿ“š service/glue: Updates service API and documentation
      • Starting today, you can further control orchestration of your ETL workloads in AWS Glue by specifying the maximum number of concurrent runs for a Glue workflow.
    • โšก๏ธ service/savingsplans: Updates service API

    SDK Enhancements

    • aws/credentials/stscreds: Add optional expiry duration to WebIdentityRoleProvider (#3356)
      • Adds a new optional field to the WebIdentityRoleProvider that allows you to specify the duration the assumed role credentials will be valid for.
    • example/service/s3/putObjectWithProgress: Fix example for file upload with progress (#3377)
      • Fixes #2468 by ignoring the first read of the progress reader wrapper. Since the first read is used for signing the request, not upload progress.
      • Updated the example to write progress inline instead of newlines.
    • ๐Ÿ“ฆ service/dynamodb/dynamodbattribute: Fix typo in package docs (#3446)
      • Fixes typo in dynamodbattribute package docs.