Skip to content

Commit 78fa10a

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-02-05
1 parent 2d65d97 commit 78fa10a

File tree

1,284 files changed

+3634
-1957
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,284 files changed

+3634
-1957
lines changed

.changelog/1c8f914e6b9a4aef9418a60e7fe62de2.json

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

.changelog/48deeeb03fe24ad3b78fc9d1ccfafe37.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-02-05)
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/dynamodb`: [v1.40.0](service/dynamodb/CHANGELOG.md#v1400-2025-02-05)
8+
* **Feature**: Track AccountID endpoint mode in user-agent.
9+
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.93.12](service/rds/CHANGELOG.md#v19312-2025-02-05)
10+
* **Documentation**: Documentation updates to clarify the description for the parameter AllocatedStorage for the DB cluster data type, the description for the parameter DeleteAutomatedBackups for the DeleteDBCluster API operation, and removing an outdated note for the CreateDBParameterGroup API operation.
11+
112
# Release (2025-02-04)
213

314
## General 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.6 (2025-02-05)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.29.5 (2025-02-04)
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.21
44

55
require (
6-
github.com/aws/aws-sdk-go-v2 v1.36.0
7-
github.com/aws/aws-sdk-go-v2/credentials v1.17.58
8-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.27
6+
github.com/aws/aws-sdk-go-v2 v1.36.1
7+
github.com/aws/aws-sdk-go-v2/credentials v1.17.59
8+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.28
99
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2
10-
github.com/aws/aws-sdk-go-v2/service/sso v1.24.14
11-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.13
12-
github.com/aws/aws-sdk-go-v2/service/sts v1.33.13
10+
github.com/aws/aws-sdk-go-v2/service/sso v1.24.15
11+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.14
12+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.14
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.31 // indirect
18-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.31 // indirect
17+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.32 // indirect
18+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.32 // indirect
1919
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect
20-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.12 // indirect
20+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.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.

credentials/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.17.59 (2025-02-05)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.17.58 (2025-02-04)
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.21
44

55
require (
6-
github.com/aws/aws-sdk-go-v2 v1.36.0
7-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.27
8-
github.com/aws/aws-sdk-go-v2/service/sso v1.24.14
9-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.13
10-
github.com/aws/aws-sdk-go-v2/service/sts v1.33.13
6+
github.com/aws/aws-sdk-go-v2 v1.36.1
7+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.28
8+
github.com/aws/aws-sdk-go-v2/service/sso v1.24.15
9+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.14
10+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.14
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.31 // indirect
16-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.31 // indirect
15+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.32 // indirect
16+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.32 // indirect
1717
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect
18-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.12 // indirect
18+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.13 // indirect
1919
)
2020

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

credentials/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)