Skip to content

Commit

Permalink
Release 2022-03-10
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Mar 10, 2022
1 parent e8b1c7f commit 68f7691
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 29 deletions.
8 changes: 0 additions & 8 deletions .changelog/3ea58caac8dc422093b5820baa69f780.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Release (2022-03-10)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/lexmodelsv2`: [v1.20.0](service/lexmodelsv2/CHANGELOG.md#v1200-2022-03-10)
* **Feature**: This release makes slotTypeId an optional parameter in CreateSlot and UpdateSlot APIs in Amazon Lex V2 for model building. Customers can create and update slots without specifying a slot type id.
* `github.com/aws/aws-sdk-go-v2/service/transcribe`: [v1.18.0](service/transcribe/CHANGELOG.md#v1180-2022-03-10)
* **Feature**: Documentation fix for API `StartMedicalTranscriptionJobRequest`, now showing min sample rate as 16khz
* `github.com/aws/aws-sdk-go-v2/service/transfer`: [v1.18.0](service/transfer/CHANGELOG.md#v1180-2022-03-10)
* **Feature**: Adding more descriptive error types for managed workflows

# Release (2022-03-09)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/cloudtrail/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.15.1 (2022-03-10)

* No change notes available for this release.

# v1.15.0 (2022-03-08)

* **Feature**: Updated `github.com/aws/smithy-go` to latest version
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/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.16.0
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.13.0
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.13.0
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.15.0
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.15.1
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.17.0
github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.0
github.com/aws/aws-sdk-go-v2/service/codecommit v1.13.0
Expand Down
4 changes: 4 additions & 0 deletions service/lexmodelsv2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.20.0 (2022-03-10)

* **Feature**: This release makes slotTypeId an optional parameter in CreateSlot and UpdateSlot APIs in Amazon Lex V2 for model building. Customers can create and update slots without specifying a slot type id.

# v1.19.0 (2022-03-08)

* **Feature**: Updated `github.com/aws/smithy-go` to latest version
Expand Down
2 changes: 1 addition & 1 deletion service/lexmodelsv2/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/transcribe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.18.0 (2022-03-10)

* **Feature**: Documentation fix for API `StartMedicalTranscriptionJobRequest`, now showing min sample rate as 16khz

# v1.17.0 (2022-03-08)

* **Feature**: Updated `github.com/aws/smithy-go` to latest version
Expand Down
2 changes: 1 addition & 1 deletion service/transcribe/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/transfer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.18.0 (2022-03-10)

* **Feature**: Adding more descriptive error types for managed workflows

# v1.17.0 (2022-03-08)

* **Feature**: Updated `github.com/aws/smithy-go` to latest version
Expand Down
2 changes: 1 addition & 1 deletion service/transfer/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 68f7691

Please sign in to comment.