Skip to content

Commit 8c989d2

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-08-18
1 parent 0c3106e commit 8c989d2

32 files changed

+76
-69
lines changed

.changelog/3d28213bd3b7461684f8a4d9aff7fcac.json

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

.changelog/572de1e90cda43128f24bd2e9175cd88.json

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

.changelog/95b47ffe284043c8b82f292b4c4eaded.json

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

.changelog/ae06c8f1749a428e9b95ba184aaf0484.json

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

.changelog/c004f934212c4494adea1effef715b16.json

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

.changelog/f8a60b2548b047b4835337e2fff22525.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-08-18)
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/chimesdkmediapipelines`: [v1.1.0](service/chimesdkmediapipelines/CHANGELOG.md#v110-2022-08-18)
8+
* **Feature**: The Amazon Chime SDK now supports live streaming of real-time video from the Amazon Chime SDK sessions to streaming platforms such as Amazon IVS and Amazon Elemental MediaLive. We have also added support for concatenation to create a single media capture file.
9+
* `github.com/aws/aws-sdk-go-v2/service/cloudwatch`: [v1.21.0](service/cloudwatch/CHANGELOG.md#v1210-2022-08-18)
10+
* **Feature**: Add support for managed Contributor Insights Rules
11+
* `github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider`: [v1.18.4](service/cognitoidentityprovider/CHANGELOG.md#v1184-2022-08-18)
12+
* **Documentation**: This change is being made simply to fix the public documentation based on the models. We have included the PasswordChange and ResendCode events, along with the Pass, Fail and InProgress status. We have removed the Success and Failure status which are never returned by our APIs.
13+
* `github.com/aws/aws-sdk-go-v2/service/dynamodb`: [v1.16.0](service/dynamodb/CHANGELOG.md#v1160-2022-08-18)
14+
* **Feature**: This release adds support for importing data from S3 into a new DynamoDB table
15+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.53.0](service/ec2/CHANGELOG.md#v1530-2022-08-18)
16+
* **Feature**: This release adds support for VPN log options , a new feature allowing S2S VPN connections to send IKE activity logs to CloudWatch Logs
17+
* `github.com/aws/aws-sdk-go-v2/service/networkmanager`: [v1.15.0](service/networkmanager/CHANGELOG.md#v1150-2022-08-18)
18+
* **Feature**: Add TransitGatewayPeeringAttachmentId property to TransitGatewayPeering Model
19+
120
# Release (2022-08-17)
221

322
## 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.15
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.16.11
77
github.com/aws/aws-sdk-go-v2/config v1.17.1
8-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.13
8+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.0
99
)
1010

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

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.15
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.16.11
77
github.com/aws/aws-sdk-go-v2/config v1.17.1
8-
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.11
9-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.13
8+
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.12
9+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.0
1010
)
1111

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

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.9.12 (2022-08-18)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.9.11 (2022-08-11)
26

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

0 commit comments

Comments
 (0)