8000 Release 2025-01-10 · aws/aws-sdk-go-v2@7a7d202 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a7d202

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-01-10
1 parent fdaa7e2 commit 7a7d202

File tree

38 files changed

+101
-72
lines changed

38 files changed

+101
-72
lines changed

.changelog/079440de1e9b4932a37d5686c12435fa.json

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

.changelog/143de6be44df4ba385df90526622d72e.json

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

.changelog/fff3dc38395c4221996692a77f7c6e8f.json

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

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Release (2025-01-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/service/redshift`: [v1.53.4](service/redshift/CHANGELOG.md#v1534-2025-01-10)
8+
* **Documentation**: Additions to the PubliclyAccessible and Encrypted parameters clarifying what the defaults are.
9+
* `github.com/aws/aws-sdk-go-v2/service/securitylake`: [v1.19.8](service/securitylake/CHANGELOG.md#v1198-2025-01-10)
10+
* **Documentation**: Doc only update for ServiceName that fixes several customer-reported issues
11+
* `github.com/aws/aws-sdk-go-v2/service/sts`: [v1.33.6](service/sts/CHANGELOG.md#v1336-2025-01-10)
12+
* **Documentation**: Fixed typos in the descriptions.
13+
114
# Release (2025-01-09)
215

316
## General Highlights

config/CHANGELOG.md

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

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

config/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ go 1.21
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.32.8
7-
github.com/aws/aws-sdk-go-v2/credentials v1.17.50
7+
github.com/aws/aws-sdk-go-v2/credentials v1.17.51
88
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.23
99
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1
1010
github.com/aws/aws-sdk-go-v2/service/sso v1.24.9
1111
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.8
12-
github.com/aws/aws-sdk-go-v2/service/sts v1.33.5
12+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.6
1313
github.com/aws/smithy-go v1.22.1
1414
)
1515

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

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

credentials/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.23
88
github.com/aws/aws-sdk-go-v2/service/sso v1.24.9
99
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.8
10-
github.com/aws/aws-sdk-go-v2/service/sts v1.33.5
10+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.6
1111
github.com/aws/smithy-go v1.22.1
1212
)
1313

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)
0