Skip to content

Commit

Permalink
Release v1.36.5 (2020-12-09)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/ec2`: Updates service API
  * This release adds support for G4ad instances powered by AMD Radeon Pro V520 GPUs and AMD 2nd Generation EPYC processors
* `service/globalaccelerator`: Updates service API, documentation, and paginators
* `service/redshift`: Updates service API and documentation
  * Add support for availability zone relocation feature.

### SDK Enhancements
* `aws/session`: Add support for client TLS certs on HTTP client ([#3654](#3654))
    * Adds support for the SDK to automatically modify the HTTP client to include TLS configuration of custom Client TLS certificate.
  • Loading branch information
awssdkgo committed Dec 9, 2020
1 parent 039c0ff commit 40d8ad6
Show file tree
Hide file tree
Showing 17 changed files with 9,380 additions and 2,343 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.36.5 (2020-12-09)
===

### Service Client Updates
* `service/ec2`: Updates service API
* This release adds support for G4ad instances powered by AMD Radeon Pro V520 GPUs and AMD 2nd Generation EPYC processors
* `service/globalaccelerator`: Updates service API, documentation, and paginators
* `service/redshift`: Updates service API and documentation
* Add support for availability zone relocation feature.

### SDK Enhancements
* `aws/session`: Add support for client TLS certs on HTTP client ([#3654](https://github.com/aws/aws-sdk-go/pull/3654))
* Adds support for the SDK to automatically modify the HTTP client to include TLS configuration of custom Client TLS certificate.

Release v1.36.4 (2020-12-08)
===

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

### SDK Enhancements
* `aws/session`: Add support for client TLS certs on HTTP client ([#3654](https://github.com/aws/aws-sdk-go/pull/3654))
* Adds support for the SDK to automatically modify the HTTP client to include TLS configuration of custom Client TLS certificate.

### SDK Bugs
16 changes: 16 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.36.4"
const SDKVersion = "1.36.5"
3 changes: 3 additions & 0 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -19033,6 +19033,9 @@
"g3.8xlarge",
"g3.16xlarge",
"g3s.xlarge",
"g4ad.4xlarge",
"g4ad.8xlarge",
"g4ad.16xlarge",
"g4dn.xlarge",
"g4dn.2xlarge",
"g4dn.4xlarge",
Expand Down

0 comments on commit 40d8ad6

Please sign in to comment.