Release: Initial release of smithyoteltracing module, which is used to adapt an OpenTelemetry SDK tracer provider to be used with Smithy clients.
Release (2024-08-14)
Module Highlights
github.com/aws/smithy-go: v1.20.4
Dependency Update: Bump minimum Go version to 1.21.
Release (2024-06-27)
Module Highlights
github.com/aws/smithy-go: v1.20.3
Bug Fix: Fix encoding/cbor test overflow on x86.
Release (2024-03-29)
No change notes available for this release.
Release (2024-02-21)
Module Highlights
github.com/aws/smithy-go: v1.20.1
Bug Fix: Remove runtime dependency on go-cmp.
Release (2024-02-13)
Module Highlights
github.com/aws/smithy-go: v1.20.0
Feature: Add codegen definition for sigv4a trait.
Feature: Bump minimum Go version to 1.20 per our language support policy.
Release (2023-12-07)
Module Highlights
github.com/aws/smithy-go: v1.19.0
Feature: Support modeled request compression.
Release (2023-11-30)
No change notes available for this release.
Release (2023-11-29)
Module Highlights
github.com/aws/smithy-go: v1.18.0
Feature: Expose Options() method on generated service clients.
Release (2023-11-15)
Module Highlights
github.com/aws/smithy-go: v1.17.0
Feature: Support identity/auth components of client reference architecture.
Release (2023-10-31)
Module Highlights
github.com/aws/smithy-go: v1.16.0
Feature: LANG: Bump minimum go version to 1.19.
Release (2023-10-06)
Module Highlights
github.com/aws/smithy-go: v1.15.0
Feature: Add http.WithHeaderComment middleware.
Release (2023-08-18)
No change notes available for this release.
Release (2023-08-07)
Module Highlights
github.com/aws/smithy-go: v1.14.1
Bug Fix: Prevent duplicated error returns in EndpointResolverV2 default implementation.
Release (2023-07-31)
General Highlights
Feature: Adds support for smithy-modeled endpoint resolution.
Release (2022-12-02)
No change notes available for this release.
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.
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)
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)
Module Highlights
github.com/aws/smithy-go: v1.11.0
Feature: Updates deserialization of header list to supported quoted strings
Release (v1.10.0)
Module Highlights
github.com/aws/smithy-go: v1.10.0
Feature: Add ptr.Duration, ptr.ToDuration, ptr.DurationSlice, ptr.ToDurationSlice, ptr.DurationMap, and ptr.ToDurationMap functions for the time.Duration type.
Release (v1.9.1)
Module Highlights
github.com/aws/smithy-go: v1.9.1
Documentation: Fixes various typos in Go package documentation.
Release (v1.9.0)
Module Highlights
github.com/aws/smithy-go: v1.9.0
Feature: sync: OnceErr, can be used to concurrently record a signal when an error has occurred.
Bug Fix: transport/http: CloseResponseBody and ErrorCloseResponseBody middleware have been updated to ensure that the body is fully drained before closing.
Release v1.8.1
Smithy Go Module
Bug Fix: Fixed an issue that would cause the HTTP Content-Length to be set to 0 if the stream body was not set.