Skip to content

Commit 983f192

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-06-10
1 parent a5c1277 commit 983f192

File tree

1,294 files changed

+3656
-1981
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,294 files changed

+3656
-1981
lines changed

.changelog/326ce4e381b24115a50ddfbf76576f6d.json

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

.changelog/41575353444b40ffbf474f4155544f00.json

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

.changelog/6015cce7833847beaefc27eb6f3ef294.json

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

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Release (2025-06-10)
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`: v1.36.4
8+
* **Bug Fix**: Use UTC() in v4 event stream signer to prevent date mismatch on direct use.
9+
* `github.com/aws/aws-sdk-go-v2/service/gameliftstreams`: [v1.1.3](service/gameliftstreams/CHANGELOG.md#v113-2025-06-10)
10+
* **Documentation**: Documentation updates for Amazon GameLift Streams to address formatting errors, correct resource ID examples, and update links to other guides
11+
112
# Release (2025-06-09)
213

314
## 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.29.16 (2025-06-10)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.29.15 (2025-06-06)
26

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

config/go.mod

Lines changed: 9 additions & 9 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.22
44

55
require (
6-
github.com/aws/aws-sdk-go-v2 v1.36.3
7-
github.com/aws/aws-sdk-go-v2/credentials v1.17.68
8-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30
6+
github.com/aws/aws-sdk-go-v2 v1.36.4
7+
github.com/aws/aws-sdk-go-v2/credentials v1.17.69
8+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.31
99
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3
10-
github.com/aws/aws-sdk-go-v2/service/sso v1.25.3
11-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.1
12-
github.com/aws/aws-sdk-go-v2/service/sts v1.33.20
10+
github.com/aws/aws-sdk-go-v2/service/sso v1.25.4
11+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.2
12+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.21
1313
github.com/aws/smithy-go v1.22.2
1414
)
1515

1616
require (
17-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 // indirect
18-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect
17+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.35 // indirect
18+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.35 // indirect
1919
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect
20-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
20+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.16 // 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.

credentials/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.17.69 (2025-06-10)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.17.68 (2025-06-06)
26

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

credentials/go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ module github.com/aws/aws-sdk-go-v2/credentials
33
go 1.22
44

55
require (
6-
github.com/aws/aws-sdk-go-v2 v1.36.3
7-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30
8-
github.com/aws/aws-sdk-go-v2/service/sso v1.25.3
9-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.1
10-
github.com/aws/aws-sdk-go-v2/service/sts v1.33.20
6+
github.com/aws/aws-sdk-go-v2 v1.36.4
7+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.31
8+
github.com/aws/aws-sdk-go-v2/service/sso v1.25.4
9+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.2
10+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.21
1111
github.com/aws/smithy-go v1.22.2
1212
)
1313

1414
require (
15-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 // indirect
16-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect
15+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.35 // indirect
16+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.35 // indirect
1717
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect
18-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
18+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.16 // indirect
1919
)
2020

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

0 commit comments

Comments
 (0)