Skip to content

Commit 86ce13f

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2023-04-19
1 parent e607ef1 commit 86ce13f

32 files changed

+73
-82
lines changed

.changelog/03b4633602aa466e93e2411de6a97a35.json

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

.changelog/188abe0e48924e90a966f24394073970.json

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

.changelog/317ef553e24544ffb78def09377e404e.json

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

.changelog/406b8b5c09bb4e7a849cb554af019cde.json

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

.changelog/62296087451f4f38871b6cc4963f4e16.json

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

.changelog/73f168f1fb36433480fbd46e4108310d.json

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

.changelog/8476afa16b3c495aae3630d2cbc536dc.json

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

.changelog/a8e641f4c46141cb931ab43bc4a01943.json

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

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Release (2023-04-19)
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/comprehend`: [v1.24.0](service/comprehend/CHANGELOG.md#v1240-2023-04-19)
8+
* **Feature**: This release supports native document models for custom classification, in addition to plain-text models. You train native document models using documents (PDF, Word, images) in their native format.
9+
* `github.com/aws/aws-sdk-go-v2/service/ecs`: [v1.26.0](service/ecs/CHANGELOG.md#v1260-2023-04-19)
10+
* **Feature**: This release supports the Account Setting "TagResourceAuthorization" that allows for enhanced Tagging security controls.
11+
* `github.com/aws/aws-sdk-go-v2/service/ram`: [v1.18.0](service/ram/CHANGELOG.md#v1180-2023-04-19)
12+
* **Feature**: This release adds support for customer managed permissions. Customer managed permissions enable customers to author and manage tailored permissions for resources shared using RAM.
13+
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.43.1](service/rds/CHANGELOG.md#v1431-2023-04-19)
14+
* **Documentation**: Adds support for the ImageId parameter of CreateCustomDBEngineVersion to RDS Custom for Oracle
15+
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.32.0](service/s3/CHANGELOG.md#v1320-2023-04-19)
16+
* **Feature**: Provides support for "Snow" Storage class.
17+
* `github.com/aws/aws-sdk-go-v2/service/secretsmanager`: [v1.19.4](service/secretsmanager/CHANGELOG.md#v1194-2023-04-19)
18+
* **Documentation**: Documentation updates for Secrets Manager
19+
120
# Release (2023-04-17)
221

322
## General Highlights

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

55
require (
66
github.com/aws/aws-sdk-go-v2/config v1.18.21
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.31.3
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.32.0
88
)
99

1010
replace github.com/aws/aws-sdk-go-v2 => ../../../../

0 commit comments

Comments
 (0)