Skip to content

Releases: aws/smithy-go

Release (2023-08-07)

07 Aug 18:32
Compare
Choose a tag to compare

Module Highlights

  • github.com/aws/smithy-go: v1.14.1
    • Bug Fix: Prevent duplicated error returns in EndpointResolverV2 default implementation.

Release (2023-07-31)

31 Jul 18:28
Compare
Choose a tag to compare

General Highlights

  • Feature: Adds support for smithy-modeled endpoint resolution.

Release (2022-12-02)

02 Dec 19:22
Compare
Choose a tag to compare
  • No change notes available for this release.

Release (2022-10-24)

24 Oct 19:12
Compare
Choose a tag to compare

Module Highlights

  • github.com/aws/smithy-go: v1.13.4
    • Bug Fix: fixed document type checking for encoding nested types

Release (2022-09-14)

14 Sep 23:24
Compare
Choose a tag to compare
  • No change notes available for this release.

Release (v1.13.2)

02 Sep 18:25
Compare
Choose a tag to compare
  • No change notes available for this release.

Release (v1.13.1)

31 Aug 18:31
Compare
Choose a tag to compare
  • No change notes available for this release.

Release (v1.13.0)

29 Aug 19:28
Compare
Choose a tag to compare

Module Highlights

  • github.com/aws/smithy-go: v1.13.0
    • Feature: Adds support for the Smithy httpBearerAuth authentication trait to smithy-go. This allows the SDK to support the bearer authentication flow for API operations decorated with httpBearerAuth. An API client will need to be provided with its own bearer.TokenProvider implementation or use the bearer.StaticTokenProvider implementation.

Release (v1.12.1)

09 Aug 18:30
Compare
Choose a tag to compare

Module Highlights

  • github.com/aws/smithy-go: v1.12.1
    • Bug Fix: Fixes a bug where JSON object keys were not escaped.

Release (v1.12.0)

29 Jun 18:30
Compare
Choose a tag to compare

Module Highlights

  • github.com/aws/smithy-go: v1.12.0
    • Feature: transport/http: Add utility for setting context metadata when operation serializer automatically assigns content-type default value.