Skip to content

Commit

Permalink
Release 2022-09-21
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Sep 21, 2022
1 parent 43c8775 commit 409078e
Show file tree
Hide file tree
Showing 21 changed files with 50 additions and 42 deletions.
8 changes: 0 additions & 8 deletions .changelog/31b8f3b62a3743bb8d8b826f810fc4af.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/4093e37572de4f12bdf1e222335a2e1c.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/93d5186924c949c8b472431d185bbc89.json

This file was deleted.

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

This file was deleted.

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/comprehend`: [v1.19.0](service/comprehend/CHANGELOG.md#v1190-2022-09-21)
* **Feature**: Amazon Comprehend now supports synchronous mode for targeted sentiment API operations.
* `github.com/aws/aws-sdk-go-v2/service/route53`: [v1.22.2](service/route53/CHANGELOG.md#v1222-2022-09-21)
* **Bug Fix**: Updated GetChange to sanitize /change/ prefix of the changeId returned from the service.
* `github.com/aws/aws-sdk-go-v2/service/s3control`: [v1.23.0](service/s3control/CHANGELOG.md#v1230-2022-09-21)
* **Feature**: S3 on Outposts launches support for object versioning for Outposts buckets. With S3 Versioning, you can preserve, retrieve, and restore every version of every object stored in your buckets. You can recover from both unintended user actions and application failures.
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.44.0](service/sagemaker/CHANGELOG.md#v1440-2022-09-21)
* **Feature**: SageMaker now allows customization on Canvas Application settings, including enabling/disabling time-series forecasting and specifying an Amazon Forecast execution role at both the Domain and UserProfile levels.

# Release (2022-09-20)

## General Highlights
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 @@ -6,7 +6,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.16.16
github.com/aws/aws-sdk-go-v2/config v1.17.7
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.11
github.com/aws/aws-sdk-go-v2/service/s3control v1.22.1
github.com/aws/aws-sdk-go-v2/service/s3control v1.23.0
)

replace github.com/aws/aws-sdk-go-v2 => ../../../../
Expand Down
4 changes: 4 additions & 0 deletions service/comprehend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.19.0 (2022-09-21)

* **Feature**: Amazon Comprehend now supports synchronous mode for targeted sentiment API operations.

# v1.18.12 (2022-09-20)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/comprehend/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/drs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.8.2 (2022-09-21)

* No change notes available for this release.

# v1.8.1 (2022-09-20)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/drs/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/emrserverless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.2.2 (2022-09-21)

* No change notes available for this release.

# v1.2.1 (2022-09-20)

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

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

4 changes: 2 additions & 2 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ require (
github.com/aws/aws-sdk-go-v2/service/rds v1.26.1
github.com/aws/aws-sdk-go-v2/service/redshift v1.26.10
github.com/aws/aws-sdk-go-v2/service/rekognition v1.20.5
github.com/aws/aws-sdk-go-v2/service/route53 v1.22.1
github.com/aws/aws-sdk-go-v2/service/route53 v1.22.2
github.com/aws/aws-sdk-go-v2/service/route53domains v1.12.17
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.15.18
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.11
github.com/aws/aws-sdk-go-v2/service/s3control v1.22.1
github.com/aws/aws-sdk-go-v2/service/s3control v1.23.0
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.16.1
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.14.17
github.com/aws/aws-sdk-go-v2/service/ses v1.14.18
Expand Down
4 changes: 4 additions & 0 deletions service/rbin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.6.19 (2022-09-21)

* No change notes available for this release.

# v1.6.18 (2022-09-20)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/rbin/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/route53/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.22.2 (2022-09-21)

* **Bug Fix**: Updated GetChange to sanitize /change/ prefix of the changeId returned from the service.

# v1.22.1 (2022-09-20)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/route53/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/s3control/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.23.0 (2022-09-21)

* **Feature**: S3 on Outposts launches support for object versioning for Outposts buckets. With S3 Versioning, you can preserve, retrieve, and restore every version of every object stored in your buckets. You can recover from both unintended user actions and application failures.

# v1.22.1 (2022-09-20)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/s3control/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
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.44.0 (2022-09-21)

* **Feature**: SageMaker now allows customization on Canvas Application settings, including enabling/disabling time-series forecasting and specifying an Amazon Forecast execution role at both the Domain and UserProfile levels.

# v1.43.1 (2022-09-20)

* **Dependency Update**: Updated to the latest SDK module versions
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 409078e

Please sign in to comment.