Skip to content

Commit 3974dd0

Browse files
Release v1.37.1 (2021-01-29) (#3766)
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.
1 parent 3f5ad80 commit 3974dd0

File tree

22 files changed

+7142
-3111
lines changed

22 files changed

+7142
-3111
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Release v1.37.1 (2021-01-29)
2+
===
3+
4+
### Service Client Updates
5+
* `service/connect`: Updates service API, documentation, and paginators
6+
* `service/macie2`: Updates service API and documentation
7+
* `service/medialive`: Updates service API and documentation
8+
* "AWS Elemental MediaLive now supports output to a private VPC. When this property is specified, the output will egress from a user specified VPC."
9+
* `service/transcribe-streaming`: Updates service API and documentation
10+
11+
### SDK Bugs
12+
* `service/lexmodelsv2`: Add fix to send expected Content-Type header
13+
* Fixes the Amazon Lex Model Builder V2 API client to send the expected Content-Type of application/x-amz-json-1.1.
14+
115
Release v1.37.0 (2021-01-28)
216
===
317

CHANGELOG_PENDING.md

-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33
### SDK Enhancements
44

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

aws/endpoints/defaults.go

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.37.0"
8+
const SDKVersion = "1.37.1"

0 commit comments

Comments
 (0)