Releases: aws/smithy-go
Releases · aws/smithy-go
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
Release (2025-12-01)
Release (2025-12-01)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/smithy-go: v1.24.0- Feature: Improve allocation footprint of the middleware stack. This should convey a ~10% reduction in allocations per SDK request.
Release (2025-11-03)
Release (2025-11-03)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/smithy-go: v1.23.2- Bug Fix: Adjust the initial sizes of each middleware phase to avoid some unnecessary reallocation.
- Bug Fix: Avoid unnecessary allocation overhead from the metrics system when not in use.
Release (2025-10-15)
Release (2025-10-15)
General Highlights
- Dependency Update: Bump minimum go version to 1.23.
- Dependency Update: Updated to the latest SDK module versions
Release (2025-09-18)
Release (2025-09-18)
Module Highlights
github.com/aws/smithy-go/aws-http-auth: v1.1.0- Feature: Added support for SIG4/SIGV4A querystring authentication.
Release (2025-08-27)
Release (2025-08-27)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/smithy-go: v1.23.0- Feature: Sort map keys in JSON Document types.
Release (2025-07-24)
Release (2025-07-24)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/smithy-go: v1.22.5- Feature: Add HTTP interceptors.
v1.22.4
Release (2025-06-16)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/smithy-go: v1.22.4- Bug Fix: Fix CBOR serd empty check for string and enum fields
v1.22.3
Release (2025-02-17)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/smithy-go: v1.22.3- Dependency Update: Bump minimum Go version to 1.22 per our language support policy.
Release (2025-01-21)
Release (2025-01-21)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/smithy-go: v1.22.2- Bug Fix: Fix HTTP metrics data race.
- Bug Fix: Replace usages of deprecated ioutil package.