Skip to content

Commit 7cdc7c8

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-10-21
1 parent feadc37 commit 7cdc7c8

File tree

27 files changed

+59
-60
lines changed

27 files changed

+59
-60
lines changed

.changelog/268b2de4133b49e69e09a7d2eba2bc25.json

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

.changelog/41575353444b40ffbf474f4155544f00.json

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

.changelog/65a196272c164e04a08445ea0b5a83bf.json

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

.changelog/94eafd56a56e4656b299a827dc722fff.json

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

.changelog/b48694c8861a49c181d70d7cab03afbd.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-10-21)
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.52.0](service/dynamodb/CHANGELOG.md#v1520-2025-10-21)
8+
* **Feature**: Add AccountID based endpoint metric to endpoint rules.
9+
* `github.com/aws/aws-sdk-go-v2/service/emr`: [v1.55.0](service/emr/CHANGELOG.md#v1550-2025-10-21)
10+
* **Feature**: Added RECONFIGURING to the InstanceFleetState convenience enum.
11+
* `github.com/aws/aws-sdk-go-v2/service/marketplacemetering`: [v1.34.0](service/marketplacemetering/CHANGELOG.md#v1340-2025-10-21)
12+
* **Feature**: Added ClientToken parameter to MeterUsage API for specifying idempotent requests.
13+
* `github.com/aws/aws-sdk-go-v2/service/mediaconvert`: [v1.83.0](service/mediaconvert/CHANGELOG.md#v1830-2025-10-21)
14+
* **Feature**: This release adds the ability to set resolution for the black video generator and also adds the StartJobsQuery and GetJobsQueryResults APIs which allow asynchronous search of job history using new filters.
15+
116
# Release (2025-10-17)
217

318
## Module Highlights

example/service/dynamodb/createTable/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.39.3
77
github.com/aws/aws-sdk-go-v2/config v1.31.13
8-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.51.1
8+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.52.0
99
)
1010

1111
require (

example/service/dynamodb/scanItems/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go 1.23
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.39.3
77
github.com/aws/aws-sdk-go-v2/config v1.31.13
8-
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.20.15
9-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.51.1
8+
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.20.16
9+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.52.0
1010
)
1111

1212
require (

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

37
* **Dependency Update**: Bump minimum Go version to 1.23.

feature/dynamodb/attributevalue/go.mod

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

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.39.3
7-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.51.1
7+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.52.0
88
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.31.1
99
)
1010

0 commit comments

Comments
 (0)