Skip to content

Releases: aws/smithy-go

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.

Release (v1.11.3)

07 Jun 18:23
Compare
Choose a tag to compare

Module Highlights

  • github.com/aws/smithy-go: v1.11.3
    • Dependency Update: Updates smithy-go unit test dependency go-cmp to 0.5.8.

Release (v1.11.2)

24 Mar 18:22
Compare
Choose a tag to compare
  • No change notes available for this release.

Release v1.11.1 (2022-03-08)

08 Mar 01:54
94560c1
Compare
Choose a tag to compare

Module Highlights

  • github.com/aws/smithy-go: v1.11.1
    • Bug Fix: Updates the smithy-go HTTP Request to correctly handle building the request to an http.Request. Related to aws/aws-sdk-go-v2#1583

Release v1.11.0 (2022-02-24)

24 Feb 19:40
e7e1256
Compare
Choose a tag to compare

Module Highlights

  • github.com/aws/smithy-go: v1.11.0
    • Feature: Updates deserialization of header list to supported quoted strings