Skip to content

Commit

Permalink
Updates SDK to v2.438.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 16, 2019
1 parent dedf408 commit 10726ce
Show file tree
Hide file tree
Showing 28 changed files with 1,391 additions and 475 deletions.
32 changes: 32 additions & 0 deletions .changes/2.438.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "bugfix",
"category": "Parser",
"description": "Alloc new buffers from 0 offset when parsing the sensitive blob data and zero out the node shared buffer pool."
},
{
"type": "bugfix",
"category": "computeSha256",
"description": "Before running instanceof, verify that the operand is a function"
},
{
"type": "feature",
"category": "CognitoIdentityServiceProvider",
"description": "This release adds support for the new email configuration in Amazon Cognito User Pools. You can now specify whether Amazon Cognito emails your users by using its built-in email functionality or your Amazon SES email configuration."
},
{
"type": "feature",
"category": "MQ",
"description": "This release adds the ability to retrieve information about broker engines and broker instance options. See Broker Engine Types and Broker Instance Options in the Amazon MQ REST API Reference."
},
{
"type": "feature",
"category": "Redshift",
"description": "DescribeResize can now return percent of data transferred from source cluster to target cluster for a classic resize."
},
{
"type": "feature",
"category": "StorageGateway",
"description": "This change allows you to select either a weekly or monthly maintenance window for your volume or tape gateway. It also allows you to tag your tape and volume resources on creation by adding a Tag value on calls to the respective api endpoints."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Parser-f872d831.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-computeSha256-3ba0c8a0.json

This file was deleted.

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

## 2.438.0
* bugfix: Parser: Alloc new buffers from 0 offset when parsing the sensitive blob data and zero out the node shared buffer pool.
* bugfix: computeSha256: Before running instanceof, verify that the operand is a function
* feature: CognitoIdentityServiceProvider: This release adds support for the new email configuration in Amazon Cognito User Pools. You can now specify whether Amazon Cognito emails your users by using its built-in email functionality or your Amazon SES email configuration.
* feature: MQ: This release adds the ability to retrieve information about broker engines and broker instance options. See Broker Engine Types and Broker Instance Options in the Amazon MQ REST API Reference.
* feature: Redshift: DescribeResize can now return percent of data transferred from source cluster to target cluster for a classic resize.
* feature: StorageGateway: This change allows you to select either a weekly or monthly maintenance window for your volume or tape gateway. It also allows you to tag your tape and volume resources on creation by adding a Tag value on calls to the respective api endpoints.

## 2.437.0
* feature: Comprehend: With this release AWS Comprehend provides confusion matrix for custom document classifier.
* feature: Glue: AWS Glue now supports workerType choices in the CreateJob, UpdateJob, and StartJobRun APIs, to be used for memory-intensive jobs.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.437.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.438.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 10726ce

Please sign in to comment.