Releases: aws/smithy-go
Releases · aws/smithy-go
Release list
Release (2026-06-26)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/smithy-go: v1.27.3- Bug Fix: Fix bug in JSON doc encoder for document.Number double serialization and BigDecimal sign loss
- Bug Fix: Fix bug in endpoint host label format validation for prefix/suffix hyphen
Release (2026-06-05)
Release (2026-06-05)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/smithy-go: v1.27.2- Bug Fix: Fix incorrect serialization of unions in CBOR-based protocols.
Release (2026-06-04)
Release (2026-06-04)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/smithy-go: v1.27.1- Bug Fix: Fixed a deserialization failure in all protocols when encountering a union with explicit null members.
- Bug Fix: Fixed a panic when deserializing nested unions in JSON- and CBOR-based protocols.
Release (2026-06-02)
Release (2026-06-02)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/smithy-go: v1.27.0- Feature: Add APIs for schema-based serialization.
- Feature: Add support for all current AWS and Smithy protocols.
- Bug Fix: Enforce max nesting depth of 128 on CBOR payloads.
github.com/aws/smithy-go/aws-http-auth: v1.2.0- Feature: Add event stream signer.
Release (2026-05-27)
Release (2026-05-27)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/smithy-go: v1.26.0- Feature: Add StringSlice to endpoint rulesfn.
Release (2026-04-23)
Release (2026-04-23)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/smithy-go: v1.25.1- Bug Fix: Fixed a memory leak in the LRU cache implementation used by some AWS services.
v1.25.0
Release (2026-04-15)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/smithy-go: v1.25.0- Feature: Add support for endpointBdd trait
Release (2026-04-02)
Release (2026-04-02)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/smithy-go: v1.24.3- Bug Fix: Add additional sigv4 configuration.
github.com/aws/smithy-go/aws-http-auth: v1.1.3- Bug Fix: Add additional sigv4 configuration.
Release (2026-02-27)
Release (2026-02-27)
General Highlights
- Dependency Update: Bump minimum go version to 1.24.
Release (2026-02-20)
Release (2026-02-20)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/smithy-go: v1.24.1- Feature: Add new middleware functions to get event stream output from middleware