Skip to content

Commit

Permalink
Release 2022-05-16
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed May 16, 2022
1 parent 30ac919 commit 6f190f6
Show file tree
Hide file tree
Showing 44 changed files with 96 additions and 87 deletions.
8 changes: 0 additions & 8 deletions .changelog/0e5bd4a31c594240abb4096cf458d67c.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/1285eb09d1c54dfc80660e4e0549bc29.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/36579f0944a1461f905a8482c857e9ea.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/4d1a1a952c454be7a6dcdc0e01c542f5.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/503c26b92f38434493e62fbc8652d80f.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/ab8829ba4dfd4e2bb9cb227afa2c8275.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/f10130289c3f4cb6ba16af30e5c54ad6.json

This file was deleted.

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Release (2022-05-16)

## General Highlights
* **Dependency Update**: Updated to the latest SDK module versions

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice`: [v1.13.0](service/applicationdiscoveryservice/CHANGELOG.md#v1130-2022-05-16)
* **Feature**: Add Migration Evaluator Collector details to the GetDiscoverySummary API response
* `github.com/aws/aws-sdk-go-v2/service/cloudfront`: [v1.18.0](service/cloudfront/CHANGELOG.md#v1180-2022-05-16)
* **Feature**: Introduced a new error (TooLongCSPInResponseHeadersPolicy) that is returned when the value of the Content-Security-Policy header in a response headers policy exceeds the maximum allowed length.
* `github.com/aws/aws-sdk-go-v2/service/rekognition`: [v1.18.1](service/rekognition/CHANGELOG.md#v1181-2022-05-16)
* **Documentation**: Documentation updates for Amazon Rekognition.
* `github.com/aws/aws-sdk-go-v2/service/resiliencehub`: [v1.6.0](service/resiliencehub/CHANGELOG.md#v160-2022-05-16)
* **Feature**: In this release, we are introducing support for Amazon Elastic Container Service, Amazon Route 53, AWS Elastic Disaster Recovery, AWS Backup in addition to the existing supported Services. This release also supports Terraform file input from S3 and scheduling daily assessments
* `github.com/aws/aws-sdk-go-v2/service/servicecatalog`: [v1.14.2](service/servicecatalog/CHANGELOG.md#v1142-2022-05-16)
* **Documentation**: Updated the descriptions for the ListAcceptedPortfolioShares API description and the PortfolioShareType parameters.
* `github.com/aws/aws-sdk-go-v2/service/sts`: [v1.16.5](service/sts/CHANGELOG.md#v1165-2022-05-16)
* **Documentation**: Documentation updates for AWS Security Token Service.
* `github.com/aws/aws-sdk-go-v2/service/workspacesweb`: [v1.6.0](service/workspacesweb/CHANGELOG.md#v160-2022-05-16)
* **Feature**: Amazon WorkSpaces Web now supports Administrator timeout control

# Release (2022-05-13)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.15.6 (2022-05-16)

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

# v1.15.5 (2022-05-09)

* **Bug Fix**: Fixes a bug in LoadDefaultConfig to correctly assign ConfigSources so all config resolvers have access to the config sources. This fixes the feature/ec2/imds client not having configuration applied via config.LoadOptions such as EC2IMDSClientEnableState. PR [#1682](https://github.com/aws/aws-sdk-go-v2/pull/1682)
Expand Down
4 changes: 2 additions & 2 deletions config/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.3
github.com/aws/aws-sdk-go-v2/credentials v1.12.0
github.com/aws/aws-sdk-go-v2/credentials v1.12.1
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
github.com/aws/aws-sdk-go-v2/service/sts v1.16.5
github.com/aws/smithy-go v1.11.2
github.com/google/go-cmp v0.5.7
)
Expand Down
2 changes: 1 addition & 1 deletion config/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions credentials/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.12.1 (2022-05-16)

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

# v1.12.0 (2022-04-25)

* **Feature**: Adds Duration and Policy options that can be used when creating stscreds.WebIdentityRoleProvider credentials provider.
Expand Down
2 changes: 1 addition & 1 deletion credentials/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.16.3
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
github.com/aws/aws-sdk-go-v2/service/sts v1.16.5
github.com/aws/smithy-go v1.11.2
github.com/google/go-cmp v0.5.7
)
Expand Down
2 changes: 1 addition & 1 deletion credentials/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/service/dynamodb/createTable/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.3
github.com/aws/aws-sdk-go-v2/config v1.15.5
github.com/aws/aws-sdk-go-v2/config v1.15.6
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.4
)

Expand Down
2 changes: 1 addition & 1 deletion example/service/dynamodb/scanItems/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.3
github.com/aws/aws-sdk-go-v2/config v1.15.5
github.com/aws/aws-sdk-go-v2/config v1.15.6
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.4
)
Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/listObjects/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/listObjects
go 1.15

require (
github.com/aws/aws-sdk-go-v2/config v1.15.5
github.com/aws/aws-sdk-go-v2/config v1.15.6
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.9
)

Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/usingPrivateLink/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.3
github.com/aws/aws-sdk-go-v2/config v1.15.5
github.com/aws/aws-sdk-go-v2/config v1.15.6
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.9
github.com/aws/aws-sdk-go-v2/service/s3control v1.21.5
)
Expand Down
2 changes: 1 addition & 1 deletion feature/ec2/imds/internal/configtesting/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/configtesting
go 1.15

require (
github.com/aws/aws-sdk-go-v2/config v1.15.5
github.com/aws/aws-sdk-go-v2/config v1.15.6
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
)

Expand Down
4 changes: 4 additions & 0 deletions feature/s3/manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.11.11 (2022-05-16)

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

# v1.11.10 (2022-05-09)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/s3/manager/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.3
github.com/aws/aws-sdk-go-v2/config v1.15.5
github.com/aws/aws-sdk-go-v2/config v1.15.6
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.9
github.com/aws/smithy-go v1.11.2
github.com/google/go-cmp v0.5.7
Expand Down
2 changes: 1 addition & 1 deletion feature/s3/manager/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/configsources/configtesting/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/configsources/configtesting
go 1.15

require (
github.com/aws/aws-sdk-go-v2/config v1.15.5
github.com/aws/aws-sdk-go-v2/config v1.15.6
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
)

Expand Down
4 changes: 4 additions & 0 deletions service/applicationdiscoveryservice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.13.0 (2022-05-16)

* **Feature**: Add Migration Evaluator Collector details to the GetDiscoverySummary API response

# v1.12.4 (2022-04-25)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/applicationdiscoveryservice/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/cloudfront/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.18.0 (2022-05-16)

* **Feature**: Introduced a new error (TooLongCSPInResponseHeadersPolicy) that is returned when the value of the Content-Security-Policy header in a response headers policy exceeds the maximum allowed length.

# v1.17.0 (2022-04-26)

* **Feature**: CloudFront now supports the Server-Timing header in HTTP responses sent from CloudFront. You can use this header to view metrics that help you gain insights about the behavior and performance of CloudFront. To use this header, enable it in a response headers policy.
Expand Down
2 changes: 1 addition & 1 deletion service/cloudfront/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/internal/eventstreamtesting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.0.14 (2022-05-16)

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

# v1.0.13 (2022-04-25)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/internal/eventstreamtesting/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.15
require (
github.com/aws/aws-sdk-go-v2 v1.16.3
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.1
github.com/aws/aws-sdk-go-v2/credentials v1.12.0
github.com/aws/aws-sdk-go-v2/credentials v1.12.1
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
)

Expand Down
2 changes: 1 addition & 1 deletion service/internal/eventstreamtesting/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest

require (
github.com/aws/aws-sdk-go-v2 v1.16.3
github.com/aws/aws-sdk-go-v2/config v1.15.5
github.com/aws/aws-sdk-go-v2/config v1.15.6
github.com/aws/aws-sdk-go-v2/service/acm v1.14.4
github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.4
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.15.4
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.12.4
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.13.0
github.com/aws/aws-sdk-go-v2/service/appstream v1.16.1
github.com/aws/aws-sdk-go-v2/service/athena v1.15.1
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.23.1
github.com/aws/aws-sdk-go-v2/service/batch v1.18.1
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.20.4
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.17.0
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.18.0
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.13.4
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.13.4
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.16.0
Expand Down Expand Up @@ -62,14 +62,14 @@ require (
github.com/aws/aws-sdk-go-v2/service/polly v1.15.1
github.com/aws/aws-sdk-go-v2/service/rds v1.21.1
github.com/aws/aws-sdk-go-v2/service/redshift v1.24.0
github.com/aws/aws-sdk-go-v2/service/rekognition v1.18.0
github.com/aws/aws-sdk-go-v2/service/rekognition v1.18.1
github.com/aws/aws-sdk-go-v2/service/route53 v1.20.4
github.com/aws/aws-sdk-go-v2/service/route53domains v1.12.4
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.15.5
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.9
github.com/aws/aws-sdk-go-v2/service/s3control v1.21.5
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.15.7
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.14.1
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.14.2
github.com/aws/aws-sdk-go-v2/service/ses v1.14.4
github.com/aws/aws-sdk-go-v2/service/sfn v1.13.4
github.com/aws/aws-sdk-go-v2/service/shield v1.16.4
Expand All @@ -78,7 +78,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/sns v1.17.5
github.com/aws/aws-sdk-go-v2/service/sqs v1.18.4
github.com/aws/aws-sdk-go-v2/service/ssm v1.27.0
github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
github.com/aws/aws-sdk-go-v2/service/sts v1.16.5
github.com/aws/aws-sdk-go-v2/service/support v1.13.4
github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.13.4
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.6.5
Expand Down
2 changes: 1 addition & 1 deletion service/kinesis/internal/testing/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.15
require (
github.com/aws/aws-sdk-go-v2 v1.16.3
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.1
github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.13
github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.14
github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.5
github.com/aws/smithy-go v1.11.2
github.com/google/go-cmp v0.5.7
Expand Down
4 changes: 4 additions & 0 deletions service/rekognition/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.18.1 (2022-05-16)

* **Documentation**: Documentation updates for Amazon Rekognition.

# v1.18.0 (2022-04-27)

* **Feature**: This release adds support to configure stream-processor resources for label detections on streaming-videos. UpateStreamProcessor API is also launched with this release, which could be used to update an existing stream-processor.
Expand Down
2 changes: 1 addition & 1 deletion service/rekognition/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/resiliencehub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.6.0 (2022-05-16)

* **Feature**: In this release, we are introducing support for Amazon Elastic Container Service, Amazon Route 53, AWS Elastic Disaster Recovery, AWS Backup in addition to the existing supported Services. This release also supports Terraform file input from S3 and scheduling daily assessments

# v1.5.4 (2022-04-25)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/resiliencehub/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion service/s3/internal/configtesting/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/s3/internal/configtesting
go 1.15

require (
github.com/aws/aws-sdk-go-v2/config v1.15.5
github.com/aws/aws-sdk-go-v2/config v1.15.6
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.4
)

Expand Down
4 changes: 4 additions & 0 deletions service/servicecatalog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.14.2 (2022-05-16)

* **Documentation**: Updated the descriptions for the ListAcceptedPortfolioShares API description and the PortfolioShareType parameters.

# v1.14.1 (2022-04-25)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/servicecatalog/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/sts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.16.5 (2022-05-16)

* **Documentation**: Documentation updates for AWS Security Token Service.

# v1.16.4 (2022-04-25)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/sts/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6f190f6

Please sign in to comment.