Skip to content

Commit 13d3852

Browse files
author
awstools
committed
Updates SDK to v2.852.0
1 parent 66ea51c commit 13d3852

22 files changed

+554
-195
lines changed

.changes/2.852.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "DataBrew",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Detective",
10+
"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."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Imagebuilder",
15+
"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."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Transfer",
20+
"description": "Corrected the upper limit for TestIdentityProvider input lengths to 1024 characters"
21+
}
22+
]

CHANGELOG.md

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

5+
## 2.852.0
6+
* 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.
7+
* 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.
8+
* 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.
9+
* feature: Transfer: Corrected the upper limit for TestIdentityProvider input lengths to 1024 characters
10+
511
## 2.851.0
612
* feature: Appflow: # Adding 'Amazon Honeycode' , 'Amazon Lookout for Metrics' and 'Amazon Connect Customer Profiles' as Destinations.
713
* feature: ECRPUBLIC: This release adds support for AWS tags on Amazon ECR Public repositories.

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.851.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.852.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)