Skip to content

Commit

Permalink
Updates SDK to v2.853.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 26, 2021
1 parent a2e71ca commit 7654c4c
Show file tree
Hide file tree
Showing 21 changed files with 800 additions and 476 deletions.
27 changes: 27 additions & 0 deletions .changes/2.853.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "bugfix",
"category": "s3",
"description": "Bugfixing the s3 arn endpoint parser"
},
{
"type": "feature",
"category": "EKS",
"description": "Amazon EKS now supports adding KMS envelope encryption to existing clusters to enhance security for secrets"
},
{
"type": "feature",
"category": "EMR",
"description": "Added UpdateStudio API that allows updating a few attributes of an EMR Studio."
},
{
"type": "feature",
"category": "S3",
"description": "Add RequestPayer to GetObjectTagging and PutObjectTagging."
},
{
"type": "feature",
"category": "SSOAdmin",
"description": "Relax constraint on List* API pagination tokens to include underscore character"
}
]

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.852.0-->
<!--LATEST=2.853.0-->
<!--ENTRYINSERT-->

## 2.853.0
* bugfix: s3: Bugfixing the s3 arn endpoint parser
* feature: EKS: Amazon EKS now supports adding KMS envelope encryption to existing clusters to enhance security for secrets
* feature: EMR: Added UpdateStudio API that allows updating a few attributes of an EMR Studio.
* feature: S3: Add RequestPayer to GetObjectTagging and PutObjectTagging.
* feature: SSOAdmin: Relax constraint on List* API pagination tokens to include underscore character

## 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.
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.852.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.853.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 7654c4c

Please sign in to comment.