Skip to content

Commit dcbed91

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2026-01-09
1 parent 08120e8 commit dcbed91

1,332 files changed

Lines changed: 3658 additions & 1952 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changelog/00d4ef88143648c89c28c7a124a53a24.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/0d7d1175ae1c41c39af84f1c042a7ab7.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/41575353444b40ffbf474f4155544f00.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changelog/dfd533a4a5244cb0b512dafb3b538c3b.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/e9f5f66435f54057a8e87e864115a017.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/f0e99ac8095c47028b15e6c73b79eeea.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Release (2026-01-09)
2+
3+
## General Highlights
4+
* **Dependency Update**: Updated to the latest SDK module versions
5+
6+
## Module Highlights
7+
* `github.com/aws/aws-sdk-go-v2/service/bedrockagentcorecontrol`: [v1.17.0](service/bedrockagentcorecontrol/CHANGELOG.md#v1170-2026-01-09)
8+
* **Feature**: Adds optional field "view" to GetMemory API input to give customers control over whether CMK encrypted data such as strategy decryption or override prompts is returned or not.
9+
* `github.com/aws/aws-sdk-go-v2/service/cloudfront`: [v1.59.0](service/cloudfront/CHANGELOG.md#v1590-2026-01-09)
10+
* **Feature**: Added EntityLimitExceeded exception handling to the following API operations AssociateDistributionWebACL, AssociateDistributionTenantWebACL, UpdateDistributionWithStagingConfig
11+
* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.136.0](service/glue/CHANGELOG.md#v11360-2026-01-09)
12+
* **Feature**: Adding MaterializedViews task run APIs
13+
* `github.com/aws/aws-sdk-go-v2/service/medialive`: [v1.89.0](service/medialive/CHANGELOG.md#v1890-2026-01-09)
14+
* **Feature**: MediaPackage v2 output groups in MediaLive can now accept one additional destination for single pipeline channels and up to two additional destinations for standard channels. MediaPackage v2 destinations now support sending to cross region MediaPackage channels.
15+
* `github.com/aws/aws-sdk-go-v2/service/transcribe`: [v1.54.0](service/transcribe/CHANGELOG.md#v1540-2026-01-09)
16+
* **Feature**: Adds waiters to Amazon Transcribe.
17+
118
# Release (2026-01-07)
219

320
## Module Highlights

aws/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.32.7 (2026-01-09)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.32.6 (2025-12-16)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

config/go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ module github.com/aws/aws-sdk-go-v2/config
33
go 1.23
44

55
require (
6-
github.com/aws/aws-sdk-go-v2 v1.41.0
7-
github.com/aws/aws-sdk-go-v2/credentials v1.19.6
8-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.16
6+
github.com/aws/aws-sdk-go-v2 v1.41.1
7+
github.com/aws/aws-sdk-go-v2/credentials v1.19.7
8+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.17
99
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4
10-
github.com/aws/aws-sdk-go-v2/service/signin v1.0.4
11-
github.com/aws/aws-sdk-go-v2/service/sso v1.30.8
12-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.12
13-
github.com/aws/aws-sdk-go-v2/service/sts v1.41.5
10+
github.com/aws/aws-sdk-go-v2/service/signin v1.0.5
11+
github.com/aws/aws-sdk-go-v2/service/sso v1.30.9
12+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.13
13+
github.com/aws/aws-sdk-go-v2/service/sts v1.41.6
1414
github.com/aws/smithy-go v1.24.0
1515
)
1616

1717
require (
18-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.16 // indirect
19-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.16 // indirect
18+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.17 // indirect
19+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.17 // indirect
2020
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.4 // indirect
21-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.16 // indirect
21+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.17 // indirect
2222
)
2323

2424
replace github.com/aws/aws-sdk-go-v2 => ../

0 commit comments

Comments
 (0)