aws-sdk-go v1.35.31 Release Notes

Release Date: 2020-11-18 // over 3 years ago
  • ๐Ÿš€ Release v1.35.31 (2020-11-18)

    โšก๏ธ Service Client Updates

    • ๐Ÿ“š service/backup: Updates service API and documentation
    • ๐Ÿ“š service/cloudformation: Updates service API and documentation
      • This release adds ChangeSets support for Nested Stacks. ChangeSets offer a preview of how proposed changes to a stack might impact existing resources or create new ones.
    • ๐Ÿ“š service/codebuild: Updates service API and documentation
      • AWS CodeBuild - Adding Status field for Report Group
    • ๐Ÿ“š service/ec2: Updates service documentation
      • EC2 Fleet adds support of DeleteFleets API for instant type fleets. Now you can delete an instant type fleet and terminate all associated instances with a single API call.
    • ๐Ÿ“š service/elasticache: Updates service documentation
      • Adding Memcached 1.6 to parameter family
    • โšก๏ธ service/outposts: Updates service API
    • ๐Ÿ“š service/s3control: Updates service API and documentation
      • AWS S3 Storage Lens provides visibility into your storage usage and activity trends at the organization or account level, with aggregations by Region, storage class, bucket, and prefix.

    SDK Enhancements

    • โšก๏ธ Update golang.org/x/net dependency #3638
      • Updates the SDK's dependency on golang.org/x/net module to update the transitive golang.org/x/text module dependency to the latest version of v0.3.3.
      • Fixes #3457