Skip to content

Commit 4f656f6

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-06-22
1 parent ba5c575 commit 4f656f6

File tree

11 files changed

+26
-28
lines changed

11 files changed

+26
-28
lines changed

.changelog/03b9343b4ad4481385959fa0d41ac65f.json

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

.changelog/244ba5fb3e6b4058a3ec8e7f8940d94c.json

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

.changelog/cbe73ac2883446e9b7913187f5dc2aa4.json

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Release (2022-06-22)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/apigateway`: [v1.15.8](service/apigateway/CHANGELOG.md#v1158-2022-06-22)
5+
* **Documentation**: Documentation updates for Amazon API Gateway
6+
* `github.com/aws/aws-sdk-go-v2/service/pricing`: [v1.15.0](service/pricing/CHANGELOG.md#v1150-2022-06-22)
7+
* **Feature**: This release introduces 1 update to the GetProducts API. The serviceCode attribute is now required when you use the GetProductsRequest.
8+
* `github.com/aws/aws-sdk-go-v2/service/transfer`: [v1.20.0](service/transfer/CHANGELOG.md#v1200-2022-06-22)
9+
* **Feature**: Until today, the service supported only RSA host keys and user keys. Now with this launch, Transfer Family has expanded the support for ECDSA and ED25519 host keys and user keys, enabling customers to support a broader set of clients by choosing RSA, ECDSA, and ED25519 host and user keys.
10+
111
# Release (2022-06-21)
212

313
## Module Highlights

service/apigateway/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.15.8 (2022-06-22)
2+
3+
* **Documentation**: Documentation updates for Amazon API Gateway
4+
15
# v1.15.7 (2022-06-07)
26

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

service/apigateway/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.

service/internal/integrationtest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require (
44
github.com/aws/aws-sdk-go-v2 v1.16.5
55
github.com/aws/aws-sdk-go-v2/config v1.15.11
66
github.com/aws/aws-sdk-go-v2/service/acm v1.14.6
7-
github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.7
7+
github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.8
88
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.15.6
99
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.13.2
1010
github.com/aws/aws-sdk-go-v2/service/appstream v1.16.3

service/pricing/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.15.0 (2022-06-22)
2+
3+
* **Feature**: This release introduces 1 update to the GetProducts API. The serviceCode attribute is now required when you use the GetProductsRequest.
4+
15
# v1.14.7 (2022-06-07)
26

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

service/pricing/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.

service/transfer/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.20.0 (2022-06-22)
2+
3+
* **Feature**: Until today, the service supported only RSA host keys and user keys. Now with this launch, Transfer Family has expanded the support for ECDSA and ED25519 host keys and user keys, enabling customers to support a broader set of clients by choosing RSA, ECDSA, and ED25519 host and user keys.
4+
15
# v1.19.1 (2022-06-07)
26

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

0 commit comments

Comments
 (0)