Skip to content

Commit

Permalink
Updates SDK to v2.734.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 14, 2020
1 parent f1c689f commit daefd06
Show file tree
Hide file tree
Showing 22 changed files with 631 additions and 452 deletions.
27 changes: 27 additions & 0 deletions .changes/2.734.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "bugfix",
"category": "ErrorParser",
"description": "fix UnknownEndpoint exception not thrown in Node14(#3393)"
},
{
"type": "feature",
"category": "AppStream",
"description": "Adds support for the Desktop View feature"
},
{
"type": "feature",
"category": "Braket",
"description": "Fixing bug in our SDK model where device status and device type had been flipped."
},
{
"type": "feature",
"category": "EC2",
"description": "New C5ad instances featuring AMD's 2nd Generation EPYC processors, offering up to 96 vCPUs, 192 GiB of instance memory, 3.8 TB of NVMe based SSD instance storage, and 20 Gbps in Network bandwidth"
},
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon SageMaker now supports 1) creating real-time inference endpoints using model container images from Docker registries in customers' VPC 2) AUC(Area under the curve) as AutoPilot objective metric"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-ErrorParser-eb144db2.json

This file was deleted.

9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.733.0-->
<!--LATEST=2.734.0-->
<!--ENTRYINSERT-->

## 2.734.0
* bugfix: ErrorParser: fix UnknownEndpoint exception not thrown in Node14(#3393)
* feature: AppStream: Adds support for the Desktop View feature
* feature: Braket: Fixing bug in our SDK model where device status and device type had been flipped.
* feature: EC2: New C5ad instances featuring AMD's 2nd Generation EPYC processors, offering up to 96 vCPUs, 192 GiB of instance memory, 3.8 TB of NVMe based SSD instance storage, and 20 Gbps in Network bandwidth
* feature: SageMaker: Amazon SageMaker now supports 1) creating real-time inference endpoints using model container images from Docker registries in customers' VPC 2) AUC(Area under the curve) as AutoPilot objective metric

## 2.733.0
* feature: Braket: Amazon Braket general availability with Device and Quantum Task operations.
* feature: CognitoIdentityServiceProvider: Adding ability to customize expiry for Refresh, Access and ID tokens.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.733.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.734.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
Loading

0 comments on commit daefd06

Please sign in to comment.