Skip to content

Commit 5754024

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2026-03-20
1 parent b83deb3 commit 5754024

27 files changed

+61
-58
lines changed

.changelog/1b8e2a3df8d948cf999bed5bf82edccf.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/7fbb888153824992a8fa75a8f68e4900.json

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

.changelog/dcc6ed15926c4522a9ab4c0c660eafbb.json

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

.changelog/fd4214a068174ee5910788e1e62e5e6e.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 (2026-03-20)
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/backup`: [v1.54.10](service/backup/CHANGELOG.md#v15410-2026-03-20)
8+
* **Documentation**: Fix Typo for S3Backup Options ( S3BackupACLs to BackupACLs)
9+
* `github.com/aws/aws-sdk-go-v2/service/dynamodb`: [v1.57.0](service/dynamodb/CHANGELOG.md#v1570-2026-03-20)
10+
* **Feature**: Adding ReplicaArn to ReplicaDescription of a global table replica
11+
* `github.com/aws/aws-sdk-go-v2/service/opensearch`: [v1.61.0](service/opensearch/CHANGELOG.md#v1610-2026-03-20)
12+
* **Feature**: Added support for Amazon Managed Service for Prometheus (AMP) as a connected data source in OpenSearch UI. Now users can analyze Prometheus metrics in OpenSearch UI without data copy.
13+
* `github.com/aws/aws-sdk-go-v2/service/verifiedpermissions`: [v1.32.0](service/verifiedpermissions/CHANGELOG.md#v1320-2026-03-20)
14+
* **Feature**: Adds support for Policy Store Aliases, Policy Names, and Policy Template Names. These are customizable identifiers that can be used in place of Policy Store ids, Policy ids, and Policy Template ids respectively in Amazon Verified Permissions APIs.
15+
116
# Release (2026-03-19)
217

318
## Module Highlights

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.36 (2026-03-20)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.20.35 (2026-03-13)
26

37
* **Bug Fix**: Fix documentation typo.

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.24
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.41.4
7-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.56.2
7+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.57.0
88
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.32.13
99
)
1010

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.

feature/dynamodb/expression/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.8.36 (2026-03-20)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.8.35 (2026-03-13)
26

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

0 commit comments

Comments
 (0)