Skip to content

Commit aacca0a

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-11-04
1 parent f2f7085 commit aacca0a

File tree

1,328 files changed

+4153
-2467
lines changed

Some content is hidden

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

1,328 files changed

+4153
-2467
lines changed

.changelog/0fc467bee40a467f87714bce5580fec9.json

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

.changelog/41575353444b40ffbf474f4155544f00.json

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

.changelog/564a2fb9ee5248d6a5d57257917108dd.json

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Release (2025-11-04)
2+
3+
## General Highlights
4+
* **Dependency Update**: Updated to the latest SDK module versions
5+
* **Dependency Update**: Upgrade to smithy-go v1.23.2 which should convey some passive reduction of overall allocations, especially when not using the metrics system.
6+
7+
## Module Highlights
8+
* `github.com/aws/aws-sdk-go-v2/service/pinpointsmsvoicev2`: [v1.26.0](service/pinpointsmsvoicev2/CHANGELOG.md#v1260-2025-11-04)
9+
* **Feature**: This release adds support for the CarrierLookup API, which returns information about a destination phone number including if the number is valid, the carrier, and more.
10+
111
# Release (2025-11-03)
212

313
## 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.

aws/protocol/eventstream/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.7.3 (2025-11-04)
2+
3+
* **Dependency Update**: Upgrade to smithy-go v1.23.2 which should convey some passive reduction of overall allocations, especially when not using the metrics system.
4+
15
# v1.7.2 (2025-10-16)
26

37
* **Dependency Update**: Bump minimum Go version to 1.23.

aws/protocol/eventstream/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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v1.31.17 (2025-11-04)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
* **Dependency Update**: Upgrade to smithy-go v1.23.2 which should convey some passive reduction of overall allocations, especially when not using the metrics system.
5+
16
# v1.31.16 (2025-10-30)
27

38
* **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,21 +3,21 @@ 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.39.5
7-
github.com/aws/aws-sdk-go-v2/credentials v1.18.20
8-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.12
6+
github.com/aws/aws-sdk-go-v2 v1.39.6
7+
github.com/aws/aws-sdk-go-v2/credentials v1.18.21
8+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.13
99
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4
10-
github.com/aws/aws-sdk-go-v2/service/sso v1.30.0
11-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.4
12-
github.com/aws/aws-sdk-go-v2/service/sts v1.39.0
10+
github.com/aws/aws-sdk-go-v2/service/sso v1.30.1
11+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.5
12+
github.com/aws/aws-sdk-go-v2/service/sts v1.39.1
1313
github.com/aws/smithy-go v1.23.2
1414
)
1515

1616
require (
17-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.12 // indirect
18-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.12 // indirect
19-
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.2 // indirect
20-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.12 // indirect
17+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.13 // indirect
18+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.13 // indirect
19+
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.3 // indirect
20+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.13 // indirect
2121
)
2222

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

config/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.

0 commit comments

Comments
 (0)