Skip to content

Commit

Permalink
Updates SDK to v2.852.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 25, 2021
1 parent 66ea51c commit 13d3852
Show file tree
Hide file tree
Showing 22 changed files with 554 additions and 195 deletions.
22 changes: 22 additions & 0 deletions .changes/2.852.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "DataBrew",
"description": "This SDK release adds two new dataset features: 1) support for specifying the file format for a dataset, and 2) support for specifying whether the first row of a CSV or Excel file contains a header."
},
{
"type": "feature",
"category": "Detective",
"description": "Changed \"master account\" to \"administrator account.\" A new AdministratorId field replaces the deprecated MasterId field. Added an option to disable email notifications for member account invitations."
},
{
"type": "feature",
"category": "Imagebuilder",
"description": "This release introduces a new API (ListImagePackages) for listing packages installed on an image, and adds support for GP3 volume types, and for specifying a time zone in an image pipeline schedule."
},
{
"type": "feature",
"category": "Transfer",
"description": "Corrected the upper limit for TestIdentityProvider input lengths to 1024 characters"
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.851.0-->
<!--LATEST=2.852.0-->
<!--ENTRYINSERT-->

## 2.852.0
* feature: DataBrew: This SDK release adds two new dataset features: 1) support for specifying the file format for a dataset, and 2) support for specifying whether the first row of a CSV or Excel file contains a header.
* feature: Detective: Changed "master account" to "administrator account." A new AdministratorId field replaces the deprecated MasterId field. Added an option to disable email notifications for member account invitations.
* feature: Imagebuilder: This release introduces a new API (ListImagePackages) for listing packages installed on an image, and adds support for GP3 volume types, and for specifying a time zone in an image pipeline schedule.
* feature: Transfer: Corrected the upper limit for TestIdentityProvider input lengths to 1024 characters

## 2.851.0
* feature: Appflow: # Adding 'Amazon Honeycode' , 'Amazon Lookout for Metrics' and 'Amazon Connect Customer Profiles' as Destinations.
* feature: ECRPUBLIC: This release adds support for AWS tags on Amazon ECR Public repositories.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.851.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.852.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 13d3852

Please sign in to comment.