Skip to content

Commit

Permalink
Release 2022-12-01
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Dec 1, 2022
1 parent f64d7d2 commit 779e29f
Show file tree
Hide file tree
Showing 18 changed files with 45 additions and 56 deletions.
8 changes: 0 additions & 8 deletions .changelog/03e1296c3e674d59906561aa986b9b9b.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/246335b3d43349b09c8880839bf638f8.json

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/5b9ab24fc7ff47c2864fc3e5501312c4.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/67af669e733845edb9ee72ed359b422d.json

This file was deleted.

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

This file was deleted.

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/codecatalyst`: [v1.0.0](service/codecatalyst/CHANGELOG.md#v100-2022-12-01)
* **Release**: New AWS service client module
* **Feature**: This release adds operations that support customers using the AWS Toolkits and Amazon CodeCatalyst, a unified software development service that helps developers develop, deploy, and maintain applications in the cloud. For more information, see the documentation.
* `github.com/aws/aws-sdk-go-v2/service/comprehend`: [v1.20.0](service/comprehend/CHANGELOG.md#v1200-2022-12-01)
* **Feature**: Comprehend now supports semi-structured documents (such as PDF files or image files) as inputs for custom analysis using the synchronous APIs (ClassifyDocument and DetectEntities).
* `github.com/aws/aws-sdk-go-v2/service/gamelift`: [v1.16.0](service/gamelift/CHANGELOG.md#v1160-2022-12-01)
* **Feature**: GameLift introduces a new feature, GameLift Anywhere. GameLift Anywhere allows you to integrate your own compute resources with GameLift. You can also use GameLift Anywhere to iteratively test your game servers without uploading the build to GameLift for every iteration.
* `github.com/aws/aws-sdk-go-v2/service/pipes`: [v1.0.0](service/pipes/CHANGELOG.md#v100-2022-12-01)
* **Release**: New AWS service client module
* **Feature**: AWS introduces new Amazon EventBridge Pipes which allow you to connect sources (SQS, Kinesis, DDB, Kafka, MQ) to Targets (14+ EventBridge Targets) without any code, with filtering, batching, input transformation, and an optional Enrichment stage (Lambda, StepFunctions, ApiGateway, ApiDestinations)
* `github.com/aws/aws-sdk-go-v2/service/sfn`: [v1.16.0](service/sfn/CHANGELOG.md#v1160-2022-12-01)
* **Feature**: This release adds support for the AWS Step Functions Map state in Distributed mode. The changes include a new MapRun resource and several new and modified APIs.

# Release (2022-11-30)

## Module Highlights
Expand Down
5 changes: 5 additions & 0 deletions service/codecatalyst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# v1.0.0 (2022-12-01)

* **Release**: New AWS service client module
* **Feature**: This release adds operations that support customers using the AWS Toolkits and Amazon CodeCatalyst, a unified software development service that helps developers develop, deploy, and maintain applications in the cloud. For more information, see the documentation.

2 changes: 1 addition & 1 deletion service/codecatalyst/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/comprehend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.20.0 (2022-12-01)

* **Feature**: Comprehend now supports semi-structured documents (such as PDF files or image files) as inputs for custom analysis using the synchronous APIs (ClassifyDocument and DetectEntities).

# v1.19.2 (2022-10-24)

* **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/gamelift/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.16.0 (2022-12-01)

* **Feature**: GameLift introduces a new feature, GameLift Anywhere. GameLift Anywhere allows you to integrate your own compute resources with GameLift. You can also use GameLift Anywhere to iteratively test your game servers without uploading the build to GameLift for every iteration.

# v1.15.7 (2022-10-24)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/gamelift/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 @@ -44,7 +44,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/emr v1.20.16
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.16.20
github.com/aws/aws-sdk-go-v2/service/firehose v1.15.0
github.com/aws/aws-sdk-go-v2/service/gamelift v1.15.7
github.com/aws/aws-sdk-go-v2/service/gamelift v1.16.0
github.com/aws/aws-sdk-go-v2/service/glacier v1.13.19
github.com/aws/aws-sdk-go-v2/service/glue v1.37.0
github.com/aws/aws-sdk-go-v2/service/health v1.15.22
Expand All @@ -71,7 +71,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.16.8
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.15.0
github.com/aws/aws-sdk-go-v2/service/ses v1.14.21
github.com/aws/aws-sdk-go-v2/service/sfn v1.15.1
github.com/aws/aws-sdk-go-v2/service/sfn v1.16.0
github.com/aws/aws-sdk-go-v2/service/shield v1.17.11
github.com/aws/aws-sdk-go-v2/service/sms v1.12.20
github.com/aws/aws-sdk-go-v2/service/snowball v1.16.2
Expand Down
5 changes: 5 additions & 0 deletions service/pipes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# v1.0.0 (2022-12-01)

* **Release**: New AWS service client module
* **Feature**: AWS introduces new Amazon EventBridge Pipes which allow you to connect sources (SQS, Kinesis, DDB, Kafka, MQ) to Targets (14+ EventBridge Targets) without any code, with filtering, batching, input transformation, and an optional Enrichment stage (Lambda, StepFunctions, ApiGateway, ApiDestinations)

2 changes: 1 addition & 1 deletion service/pipes/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/sfn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.16.0 (2022-12-01)

* **Feature**: This release adds support for the AWS Step Functions Map state in Distributed mode. The changes include a new MapRun resource and several new and modified APIs.

# v1.15.1 (2022-11-22)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/sfn/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 779e29f

Please sign in to comment.