Skip to content

Commit

Permalink
Release v1.37.1 (2021-01-29) (#3766)
Browse files Browse the repository at this point in the history
Release v1.37.1 (2021-01-29)
===

### Service Client Updates
* `service/connect`: Updates service API, documentation, and paginators
* `service/macie2`: Updates service API and documentation
* `service/medialive`: Updates service API and documentation
  * "AWS Elemental MediaLive now supports output to a private VPC. When this property is specified, the output will egress from a user specified VPC."
* `service/transcribe-streaming`: Updates service API and documentation

### SDK Bugs
* `service/lexmodelsv2`: Add fix to send expected Content-Type header
    * Fixes the Amazon Lex Model Builder V2 API client to send the expected Content-Type of application/x-amz-json-1.1.
  • Loading branch information
aws-sdk-go-automation committed Jan 29, 2021
1 parent 3f5ad80 commit 3974dd0
Show file tree
Hide file tree
Showing 22 changed files with 7,142 additions and 3,111 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v1.37.1 (2021-01-29)
===

### Service Client Updates
* `service/connect`: Updates service API, documentation, and paginators
* `service/macie2`: Updates service API and documentation
* `service/medialive`: Updates service API and documentation
* "AWS Elemental MediaLive now supports output to a private VPC. When this property is specified, the output will egress from a user specified VPC."
* `service/transcribe-streaming`: Updates service API and documentation

### SDK Bugs
* `service/lexmodelsv2`: Add fix to send expected Content-Type header
* Fixes the Amazon Lex Model Builder V2 API client to send the expected Content-Type of application/x-amz-json-1.1.

Release v1.37.0 (2021-01-28)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
### SDK Enhancements

### SDK Bugs
* `service/lexmodelsv2`: Add fix to send expected Content-Type header
* Fixes the Amazon Lex Model Builder V2 API client to send the expected Content-Type of application/x-amz-json-1.1.
12 changes: 12 additions & 0 deletions aws/endpoints/defaults.go

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

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.37.0"
const SDKVersion = "1.37.1"
Loading

0 comments on commit 3974dd0

Please sign in to comment.