Releases: aws/smithy-go
Releases Β· aws/smithy-go
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
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.