Skip to content

Commit 061fd1b

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-02-06
1 parent 92f835c commit 061fd1b

39 files changed

+90
-55
lines changed

.changelog/0b171a2359ff4ee9ad0b3fe84dad50b0.json

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

.changelog/47af87f1167140e0a3c2d9ef9c3917f6.json

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

.changelog/95223bda907e40f98694da7a8d2ba9aa.json

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

.changelog/f09a44075fc54eb28ac5afa7e284d661.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-02-06)
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/cloudformation`: [v1.57.0](service/cloudformation/CHANGELOG.md#v1570-2025-02-06)
8+
* **Feature**: We added 5 new stack refactoring APIs: CreateStackRefactor, ExecuteStackRefactor, ListStackRefactors, DescribeStackRefactor, ListStackRefactorActions.
9+
* `github.com/aws/aws-sdk-go-v2/service/connectcases`: [v1.22.0](service/connectcases/CHANGELOG.md#v1220-2025-02-06)
10+
* **Feature**: This release adds the ability to conditionally require fields on a template. Check public documentation for more information.
11+
* `github.com/aws/aws-sdk-go-v2/service/costoptimizationhub`: [v1.12.0](service/costoptimizationhub/CHANGELOG.md#v1120-2025-02-06)
12+
* **Feature**: This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon Auto Scaling Groups, including those with single and mixed instance types.
13+
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.76.0](service/s3/CHANGELOG.md#v1760-2025-02-06)
14+
* **Feature**: Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets.
15+
116
# Release (2025-02-05)
217

318
## General Highlights

example/service/dynamodb/scanItems/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.36.1
77
github.com/aws/aws-sdk-go-v2/config v1.29.6
8-
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.18.2
8+
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.18.3
99
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.40.0
1010
)
1111

example/service/s3/listObjects/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21
44

55
require (
66
github.com/aws/aws-sdk-go-v2/config v1.29.6
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.75.4
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.76.0
88
)
99

1010
require (

example/service/s3/usingPrivateLink/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.36.1
77
github.com/aws/aws-sdk-go-v2/config v1.29.6
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.75.4
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.76.0
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.53.4
1010
)
1111

feature/dynamodb/attributevalue/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.18.3 (2025-02-06)
2+
3+
* No change notes available for this release.
4+
15
# v1.18.2 (2025-02-05)
26

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

feature/dynamodb/attributevalue/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)