Skip to content

Commit 6c4d972

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-04-29
1 parent daf9e03 commit 6c4d972

17 files changed

+42
-48
lines changed

.changelog/35b04a116d1c4b82a372be9d0e50cbc7.json

-8
This file was deleted.

.changelog/5def4cc8173e48718064cc755369cb6c.json

-8
This file was deleted.

.changelog/7becfb421d284b198a9a6995cb902d64.json

-8
This file was deleted.

.changelog/7c4af72f69c54f3cb7ec42096a0c48d9.json

-8
This file was deleted.

.changelog/ad0e0929696341bb98e017e9f0f13993.json

-8
This file was deleted.

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Release (2022-04-29)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/codegurureviewer`: [v1.16.0](service/codegurureviewer/CHANGELOG.md#v1160-2022-04-29)
5+
* **Feature**: Amazon CodeGuru Reviewer now supports suppressing recommendations from being generated on specific files and directories.
6+
* `github.com/aws/aws-sdk-go-v2/service/mediaconvert`: [v1.23.0](service/mediaconvert/CHANGELOG.md#v1230-2022-04-29)
7+
* **Feature**: AWS Elemental MediaConvert SDK nows supports creation of Dolby Vision profile 8.1, the ability to generate black frames of video, and introduces audio-only DASH and CMAF support.
8+
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.21.0](service/rds/CHANGELOG.md#v1210-2022-04-29)
9+
* **Feature**: Feature - Adds support for Internet Protocol Version 6 (IPv6) on RDS database instances.
10+
* `github.com/aws/aws-sdk-go-v2/service/ssm`: [v1.26.0](service/ssm/CHANGELOG.md#v1260-2022-04-29)
11+
* **Feature**: Update the StartChangeRequestExecution, adding TargetMaps to the Runbook parameter
12+
* `github.com/aws/aws-sdk-go-v2/service/wafv2`: [v1.20.0](service/wafv2/CHANGELOG.md#v1200-2022-04-29)
13+
* **Feature**: You can now inspect all request headers and all cookies. You can now specify how to handle oversize body contents in your rules that inspect the body.
14+
115
# Release (2022-04-28)
216

317
## Module Highlights

service/codegurureviewer/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.16.0 (2022-04-29)
2+
3+
* **Feature**: Amazon CodeGuru Reviewer now supports suppressing recommendations from being generated on specific files and directories.
4+
15
# v1.15.4 (2022-04-25)
26

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

service/codegurureviewer/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/integrationtest/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ require (
6060
github.com/aws/aws-sdk-go-v2/service/opsworks v1.13.4
6161
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.11.4
6262
github.com/aws/aws-sdk-go-v2/service/polly v1.15.1
63-
github.com/aws/aws-sdk-go-v2/service/rds v1.20.1
63+
github.com/aws/aws-sdk-go-v2/service/rds v1.21.0
6464
github.com/aws/aws-sdk-go-v2/service/redshift v1.23.1
6565
github.com/aws/aws-sdk-go-v2/service/rekognition v1.18.0
6666
github.com/aws/aws-sdk-go-v2/service/route53 v1.20.4
@@ -77,14 +77,14 @@ require (
7777
github.com/aws/aws-sdk-go-v2/service/snowball v1.15.4
7878
github.com/aws/aws-sdk-go-v2/service/sns v1.17.5
7979
github.com/aws/aws-sdk-go-v2/service/sqs v1.18.4
80-
github.com/aws/aws-sdk-go-v2/service/ssm v1.25.1
80+
github.com/aws/aws-sdk-go-v2/service/ssm v1.26.0
8181
github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
8282
github.com/aws/aws-sdk-go-v2/service/support v1.13.4
8383
github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.13.4
8484
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.6.5
8585
github.com/aws/aws-sdk-go-v2/service/waf v1.11.4
8686
github.com/aws/aws-sdk-go-v2/service/wafregional v1.12.4
87-
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.19.1
87+
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.20.0
8888
github.com/aws/aws-sdk-go-v2/service/workspaces v1.18.1
8989
github.com/aws/smithy-go v1.11.2
9090
github.com/google/go-cmp v0.5.7

service/mediaconvert/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.23.0 (2022-04-29)
2+
3+
* **Feature**: AWS Elemental MediaConvert SDK nows supports creation of Dolby Vision profile 8.1, the ability to generate black frames of video, and introduces audio-only DASH and CMAF support.
4+
15
# v1.22.1 (2022-04-25)
26

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

service/mediaconvert/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/rds/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.21.0 (2022-04-29)
2+
3+
* **Feature**: Feature - Adds support for Internet Protocol Version 6 (IPv6) on RDS database instances.
4+
15
# v1.20.1 (2022-04-25)
26

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

service/rds/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/ssm/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.26.0 (2022-04-29)
2+
3+
* **Feature**: Update the StartChangeRequestExecution, adding TargetMaps to the Runbook parameter
4+
15
# v1.25.1 (2022-04-25)
26

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

service/ssm/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/wafv2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.20.0 (2022-04-29)
2+
3+
* **Feature**: You can now inspect all request headers and all cookies. You can now specify how to handle oversize body contents in your rules that inspect the body.
4+
15
# v1.19.1 (2022-04-25)
26

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

service/wafv2/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)