github aws/aws-sdk-go-v2 release-2022-03-25
Release (2022-03-25)

latest releases: release-2024-07-08, service/translate/v1.26.2, service/ses/v1.25.0...
2 years ago

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/batch: v1.17.0
    • Feature: Bug Fix: Fixed a bug where shapes were marked as unboxed and were not serialized and sent over the wire, causing an API error from the service.
    • This is a breaking change, and has been accepted due to the API operation not being usable due to the members modeled as unboxed (aka value) types. The update changes the members to boxed (aka pointer) types so that the zero value of the members can be handled correctly by the SDK and service. Your application will fail to compile with the updated module. To workaround this you'll need to update your application to use pointer types for the members impacted.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.33.0
    • Feature: This is release adds support for Amazon VPC Reachability Analyzer to analyze path through a Transit Gateway.
  • github.com/aws/aws-sdk-go-v2/service/ssm: v1.24.0
    • Feature: This Patch Manager release supports creating, updating, and deleting Patch Baselines for Rocky Linux OS.

Don't miss a new aws-sdk-go-v2 release

NewReleases is sending notifications on new releases.