Skip to content

Commit

Permalink
Release 2022-04-27
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Apr 27, 2022
1 parent a93c2ba commit b011852
Show file tree
Hide file tree
Showing 36 changed files with 83 additions and 90 deletions.
8 changes: 0 additions & 8 deletions .changelog/1a9d13566c5243d5a5d0caf1cfca931f.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/34ed04ccb3424879922e5a64d78d9627.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/41575353444b40ffbf474f4155544f00.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/6757f1a5aaeb4b4c9729f2629d986fe5.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/753e75fc65704ca3b64002fba4388d62.json

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/96bcadc5352b4729806e07feee9091d0.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

24 changes: 24 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,27 @@
# Release (2022-04-27)

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/amplify`: [v1.11.5](service/amplify/CHANGELOG.md#v1115-2022-04-27)
* **Documentation**: Documentation only update to support the Amplify GitHub App feature launch
* `github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines`: [v1.0.0](service/chimesdkmediapipelines/CHANGELOG.md#v100-2022-04-27)
* **Release**: New AWS service client module
* **Feature**: For Amazon Chime SDK meetings, the Amazon Chime Media Pipelines SDK allows builders to capture audio, video, and content share streams. You can also capture meeting events, live transcripts, and data messages. The pipelines save the artifacts to an Amazon S3 bucket that you designate.
* `github.com/aws/aws-sdk-go-v2/service/cloudtrail`: [v1.16.0](service/cloudtrail/CHANGELOG.md#v1160-2022-04-27)
* **Feature**: Increases the retention period maximum to 2557 days. Deprecates unused fields of the ListEventDataStores API response. Updates documentation.
* `github.com/aws/aws-sdk-go-v2/service/internal/checksum`: [v1.1.5](service/internal/checksum/CHANGELOG.md#v115-2022-04-27)
* **Bug Fix**: Fixes a bug that could cause the SigV4 payload hash to be incorrectly encoded, leading to signing errors.
* `github.com/aws/aws-sdk-go-v2/service/iotwireless`: [v1.19.0](service/iotwireless/CHANGELOG.md#v1190-2022-04-27)
* **Feature**: Add list support for event configurations, allow to get and update event configurations by resource type, support LoRaWAN events; Make NetworkAnalyzerConfiguration as a resource, add List, Create, Delete API support; Add FCntStart attribute support for ABP WirelessDevice.
* `github.com/aws/aws-sdk-go-v2/service/lookoutequipment`: [v1.13.0](service/lookoutequipment/CHANGELOG.md#v1130-2022-04-27)
* **Feature**: This release adds the following new features: 1) Introduces an option for automatic schema creation 2) Now allows for Ingestion of data containing most common errors and allows automatic data cleaning 3) Introduces new API ListSensorStatistics that gives further information about the ingested data
* `github.com/aws/aws-sdk-go-v2/service/rekognition`: [v1.18.0](service/rekognition/CHANGELOG.md#v1180-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.
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.29.0](service/sagemaker/CHANGELOG.md#v1290-2022-04-27)
* **Feature**: Amazon SageMaker Autopilot adds support for custom validation dataset and validation ratio through the CreateAutoMLJob and DescribeAutoMLJob APIs.

# Release (2022-04-26)

## Module Highlights
Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/listObjects/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2/config v1.15.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.6
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.7
)

replace github.com/aws/aws-sdk-go-v2 => ../../../../
Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/usingPrivateLink/go.mod
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/config v1.15.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.6
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.7
github.com/aws/aws-sdk-go-v2/service/s3control v1.21.5
)

Expand Down
4 changes: 4 additions & 0 deletions feature/s3/manager/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.11.7 (2022-04-27)

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

# v1.11.6 (2022-04-25)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/s3/manager/go.mod
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/config v1.15.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.6
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.7
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.

4 changes: 4 additions & 0 deletions service/amplify/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.11.5 (2022-04-27)

* **Documentation**: Documentation only update to support the Amplify GitHub App feature launch

# v1.11.4 (2022-04-25)

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

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

5 changes: 5 additions & 0 deletions service/chimesdkmediapipelines/CHANGELOG.md
@@ -0,0 +1,5 @@
# v1.0.0 (2022-04-27)

* **Release**: New AWS service client module
* **Feature**: For Amazon Chime SDK meetings, the Amazon Chime Media Pipelines SDK allows builders to capture audio, video, and content share streams. You can also capture meeting events, live transcripts, and data messages. The pipelines save the artifacts to an Amazon S3 bucket that you designate.

2 changes: 1 addition & 1 deletion service/chimesdkmediapipelines/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/cloudtrail/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.16.0 (2022-04-27)

* **Feature**: Increases the retention period maximum to 2557 days. Deprecates unused fields of the ListEventDataStores API response. Updates documentation.

# v1.15.6 (2022-04-25)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/cloudtrail/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/internal/benchmark/go.mod
Expand Up @@ -7,7 +7,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.16.3
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.4
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.12.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.6
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.7
github.com/aws/aws-sdk-go-v2/service/schemas v1.14.4
github.com/aws/smithy-go v1.11.2
)
Expand Down
4 changes: 4 additions & 0 deletions service/internal/checksum/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.1.5 (2022-04-27)

* **Bug Fix**: Fixes a bug that could cause the SigV4 payload hash to be incorrectly encoded, leading to signing errors.

# v1.1.4 (2022-04-25)

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

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

6 changes: 3 additions & 3 deletions service/internal/integrationtest/go.mod
Expand Up @@ -15,7 +15,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.17.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.15.6
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.16.0
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.18.2
github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.4
github.com/aws/aws-sdk-go-v2/service/codecommit v1.13.4
Expand Down Expand Up @@ -62,11 +62,11 @@ require (
github.com/aws/aws-sdk-go-v2/service/polly v1.15.1
github.com/aws/aws-sdk-go-v2/service/rds v1.20.1
github.com/aws/aws-sdk-go-v2/service/redshift v1.23.1
github.com/aws/aws-sdk-go-v2/service/rekognition v1.17.4
github.com/aws/aws-sdk-go-v2/service/rekognition v1.18.0
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.4
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.6
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.7
github.com/aws/aws-sdk-go-v2/service/s3control v1.21.5
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.15.6
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.14.1
Expand Down
4 changes: 4 additions & 0 deletions service/iotwireless/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.19.0 (2022-04-27)

* **Feature**: Add list support for event configurations, allow to get and update event configurations by resource type, support LoRaWAN events; Make NetworkAnalyzerConfiguration as a resource, add List, Create, Delete API support; Add FCntStart attribute support for ABP WirelessDevice.

# v1.18.4 (2022-04-25)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/iotwireless/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/lookoutequipment/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.13.0 (2022-04-27)

* **Feature**: This release adds the following new features: 1) Introduces an option for automatic schema creation 2) Now allows for Ingestion of data containing most common errors and allows automatic data cleaning 3) Introduces new API ListSensorStatistics that gives further information about the ingested data

# v1.12.4 (2022-04-25)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/lookoutequipment/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/rekognition/CHANGELOG.md
@@ -1,3 +1,7 @@
# 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.

# v1.17.4 (2022-04-25)

* **Dependency Update**: Updated to the latest SDK module versions
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/s3/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.26.7 (2022-04-27)

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

# v1.26.6 (2022-04-25)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/s3/go.mod
Expand Up @@ -9,7 +9,7 @@ require (
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.1
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.1
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.4
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.5
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.4
github.com/aws/smithy-go v1.11.2
Expand Down
2 changes: 1 addition & 1 deletion service/s3/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/sagemaker/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.29.0 (2022-04-27)

* **Feature**: Amazon SageMaker Autopilot adds support for custom validation dataset and validation ratio through the CreateAutoMLJob and DescribeAutoMLJob APIs.

# v1.28.0 (2022-04-26)

* **Feature**: SageMaker Inference Recommender now accepts customer KMS key ID for encryption of endpoints and compilation outputs created during inference recommendation.
Expand Down
2 changes: 1 addition & 1 deletion service/sagemaker/go_module_metadata.go

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

0 comments on commit b011852

Please sign in to comment.