Skip to content

Commit 7654c4c

Browse files
author
awstools
committed
Updates SDK to v2.853.0
1 parent a2e71ca commit 7654c4c

21 files changed

+800
-476
lines changed

.changes/2.853.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "s3",
5+
"description": "Bugfixing the s3 arn endpoint parser"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EKS",
10+
"description": "Amazon EKS now supports adding KMS envelope encryption to existing clusters to enhance security for secrets"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EMR",
15+
"description": "Added UpdateStudio API that allows updating a few attributes of an EMR Studio."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "S3",
20+
"description": "Add RequestPayer to GetObjectTagging and PutObjectTagging."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SSOAdmin",
25+
"description": "Relax constraint on List* API pagination tokens to include underscore character"
26+
}
27+
]

.changes/next-release/bugfix-Bugfixing the s3 arn endpoint parser-759e7bbd.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.852.0-->
2+
<!--LATEST=2.853.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.853.0
6+
* bugfix: s3: Bugfixing the s3 arn endpoint parser
7+
* feature: EKS: Amazon EKS now supports adding KMS envelope encryption to existing clusters to enhance security for secrets
8+
* feature: EMR: Added UpdateStudio API that allows updating a few attributes of an EMR Studio.
9+
* feature: S3: Add RequestPayer to GetObjectTagging and PutObjectTagging.
10+
* feature: SSOAdmin: Relax constraint on List* API pagination tokens to include underscore character
11+
512
## 2.852.0
613
* 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.
714
* 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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.852.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.853.0.min.js"></script>
3333

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

0 commit comments

Comments
 (0)