Skip to content

Commit 31c2f3f

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-01-09
1 parent ed70e6b commit 31c2f3f

File tree

1,285 files changed

+3625
-1959
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,285 files changed

+3625
-1959
lines changed

.changelog/363a08743a6e4e4391d172a921cc46de.json

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

.changelog/94eaf6a720df425ca6f2826f052d8da2.json

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

.changelog/b2213048b0dd4619bd611e41eb07bcb0.json

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

.changelog/f54a81e6625841a587177326bb6b6f87.json

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

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Release (2025-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`: v1.32.8
8+
* **Bug Fix**: Retry transient net.ErrClosed errors by default.
9+
* `github.com/aws/aws-sdk-go-v2/service/codebuild`: [v1.50.0](service/codebuild/CHANGELOG.md#v1500-2025-01-09)
10+
* **Feature**: AWS CodeBuild Now Supports BuildBatch in Reserved Capacity and Lambda
11+
* `github.com/aws/aws-sdk-go-v2/service/computeoptimizer`: [v1.41.0](service/computeoptimizer/CHANGELOG.md#v1410-2025-01-09)
12+
* **Feature**: This release expands AWS Compute Optimizer rightsizing recommendation support for Amazon EC2 Auto Scaling groups to include those with scaling policies and multiple instance types.
13+
* `github.com/aws/aws-sdk-go-v2/service/fms`: [v1.39.0](service/fms/CHANGELOG.md#v1390-2025-01-09)
14+
* **Feature**: AWS Firewall Manager now lets you combine multiple resource tags using the logical AND operator or the logical OR operator.
15+
116
# Release (2025-01-08)
217

318
## 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.28.9 (2025-01-09)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.28.8 (2025-01-08)
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.32.7
7-
github.com/aws/aws-sdk-go-v2/credentials v1.17.49
8-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.22
6+
github.com/aws/aws-sdk-go-v2 v1.32.8
7+
github.com/aws/aws-sdk-go-v2/credentials v1.17.50
8+
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
10-
github.com/aws/aws-sdk-go-v2/service/sso v1.24.8
11-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.7
12-
github.com/aws/aws-sdk-go-v2/service/sts v1.33.4
10+
github.com/aws/aws-sdk-go-v2/service/sso v1.24.9
11+
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
1313
github.com/aws/smithy-go v1.22.1
1414
)
1515

1616
require (
17-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 // indirect
18-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 // indirect
17+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.27 // indirect
18+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.27 // indirect
1919
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect
20-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7 // indirect
20+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.8 // 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.50 (2025-01-09)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.17.49 (2025-01-08)
26

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

0 commit comments

Comments
 (0)