Releases: aws/smithy-go
Releases · aws/smithy-go
Release (2022-10-24)
Module Highlights
github.com/aws/smithy-go
: v1.13.4- Bug Fix: fixed document type checking for encoding nested types
Release (2022-09-14)
- No change notes available for this release.
Release (v1.13.2)
- No change notes available for this release.
Release (v1.13.1)
- No change notes available for this release.
Release (v1.13.0)
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)
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)
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.
- Feature:
Release (v1.11.3)
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)
- No change notes available for this release.
Release v1.11.1 (2022-03-08)
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