Skip to content

Commit a2e6c6f

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2025-04-24
1 parent 6c2c189 commit a2e6c6f

36 files changed

+82
-85
lines changed

.changelog/00a74a51b8f24f74888aaf8eb1848182.json

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

.changelog/1214932d535f46e8895bacd9fc9a90b7.json

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

.changelog/1397a9b153d64f9291a3ab1db11a3331.json

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

.changelog/73f4f897f0f142aa963e5da25126ea06.json

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

.changelog/75167a495c6c43e78e4ec37abc49c5aa.json

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

.changelog/85a8fc1ee3f841dc9dc6d1352e7dbbbb.json

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

.changelog/e971d179d71a44e39289076edcc49237.json

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

.changelog/ed8dd74f6189446eb9131d1f614b82b4.json

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

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# Release (2025-04-24)
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/apprunner`: [v1.34.0](service/apprunner/CHANGELOG.md#v1340-2025-04-24)
8+
* **Feature**: AWS App Runner adds Node.js 22 runtime.
9+
* `github.com/aws/aws-sdk-go-v2/service/appsync`: [v1.46.0](service/appsync/CHANGELOG.md#v1460-2025-04-24)
10+
* **Feature**: Add data source support to Event APIs
11+
* `github.com/aws/aws-sdk-go-v2/service/bedrockdataautomation`: [v1.3.0](service/bedrockdataautomation/CHANGELOG.md#v130-2025-04-24)
12+
* **Feature**: Added support for modality routing and modality enablement on CreateDataAutomationProject and UpdateDataAutomationProject APIs
13+
* `github.com/aws/aws-sdk-go-v2/service/dynamodb`: [v1.43.0](service/dynamodb/CHANGELOG.md#v1430-2025-04-24)
14+
* **Feature**: Add support for ARN-sourced account endpoint generation for TransactWriteItems. This will generate account endpoints for DynamoDB TransactWriteItems requests using ARN-sourced account ID when available.
15+
* `github.com/aws/aws-sdk-go-v2/service/ecs`: [v1.56.1](service/ecs/CHANGELOG.md#v1561-2025-04-24)
16+
* **Documentation**: Documentation only release for Amazon ECS
17+
* `github.com/aws/aws-sdk-go-v2/service/pcs`: [v1.4.2](service/pcs/CHANGELOG.md#v142-2025-04-24)
18+
* **Documentation**: Documentation-only update: added valid values for the version property of the Scheduler and SchedulerRequest data types.
19+
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.95.0](service/rds/CHANGELOG.md#v1950-2025-04-24)
20+
* **Feature**: This Amazon RDS release adds support for managed master user passwords for Oracle CDBs.
21+
122
# Release (2025-04-23)
223

324
## 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.22
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.36.3
77
github.com/aws/aws-sdk-go-v2/config v1.29.14
8-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.42.4
8+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.43.0
99
)
1010

1111
require (

0 commit comments

Comments
 (0)