Skip to content

Commit 2a77b3d

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-04-07
1 parent 8d3f1cb commit 2a77b3d

31 files changed

+69
-73
lines changed

.changelog/248a3d4fe1e3454f964856eed5569948.json

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

.changelog/2a395467f888440190bbf72ada747135.json

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

.changelog/485f7ea775d6440dba680ea73678a607.json

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

.changelog/647ba97fdc57431dbe03bd19fa7e6013.json

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

.changelog/9e34fbb78b344a5ea5b75a2a3097734b.json

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

.changelog/a10fcc880c83472db5ac1ac4df371181.json

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

.changelog/b8c55b74d8384522b63cd365d5907655.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 (2022-04-07)
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/internal/v4a`: [v1.0.0](internal/v4a/CHANGELOG.md#v100-2022-04-07)
8+
* **Release**: New internal v4a signing module location.
9+
* `github.com/aws/aws-sdk-go-v2/service/docdb`: [v1.18.0](service/docdb/CHANGELOG.md#v1180-2022-04-07)
10+
* **Feature**: Added support to enable/disable performance insights when creating or modifying db instances
11+
* `github.com/aws/aws-sdk-go-v2/service/eventbridge`: [v1.16.0](service/eventbridge/CHANGELOG.md#v1160-2022-04-07)
12+
* **Feature**: Adds new EventBridge Endpoint resources for disaster recovery, multi-region failover, and cross-region replication capabilities to help you build resilient event-driven applications.
13+
* `github.com/aws/aws-sdk-go-v2/service/personalize`: [v1.18.0](service/personalize/CHANGELOG.md#v1180-2022-04-07)
14+
* **Feature**: This release provides tagging support in AWS Personalize.
15+
* `github.com/aws/aws-sdk-go-v2/service/pi`: [v1.14.4](service/pi/CHANGELOG.md#v1144-2022-04-07)
16+
* **Documentation**: Adds support for DocumentDB to the Performance Insights API.
17+
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.27.0](service/sagemaker/CHANGELOG.md#v1270-2022-04-07)
18+
* **Feature**: Amazon Sagemaker Notebook Instances now supports G5 instance types
19+
120
# Release (2022-04-06)
221

322
## Module 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.15.3
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.3
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.4
88
)
99

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

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.15
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.16.2
77
github.com/aws/aws-sdk-go-v2/config v1.15.3
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.3
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.4
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.21.4
1010
)
1111

0 commit comments

Comments
 (0)