Skip to content

Commit cb16a61

Browse files
author
awstools
committed
Updates SDK to v2.1294.0
1 parent 13e512c commit cb16a61

32 files changed

+8583
-499
lines changed

.changes/2.1294.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": "CleanRooms",
5+
"description": "Initial release of AWS Clean Rooms"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CloudWatchLogs",
10+
"description": "Bug fix: logGroupName is now not a required field in GetLogEvents, FilterLogEvents, GetLogGroupFields, and DescribeLogStreams APIs as logGroupIdentifier can be provided instead"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Lambda",
15+
"description": "Add support for MaximumConcurrency parameter for SQS event source. Customers can now limit the maximum concurrent invocations for their SQS Event Source Mapping."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "MediaConvert",
20+
"description": "The AWS Elemental MediaConvert SDK has added support for compact DASH manifest generation, audio normalization using TruePeak measurements, and the ability to clip the sample range in the color corrector."
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.1293.0-->
2+
<!--LATEST=2.1294.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1294.0
6+
* feature: CleanRooms: Initial release of AWS Clean Rooms
7+
* feature: CloudWatchLogs: Bug fix: logGroupName is now not a required field in GetLogEvents, FilterLogEvents, GetLogGroupFields, and DescribeLogStreams APIs as logGroupIdentifier can be provided instead
8+
* feature: Lambda: Add support for MaximumConcurrency parameter for SQS event source. Customers can now limit the maximum concurrent invocations for their SQS Event Source Mapping.
9+
* feature: MediaConvert: The AWS Elemental MediaConvert SDK has added support for compact DASH manifest generation, audio normalization using TruePeak measurements, and the ability to clip the sample range in the color corrector.
10+
511
## 2.1293.0
612
* feature: Kendra: This release adds support to new document types - RTF, XML, XSLT, MS_EXCEL, CSV, JSON, MD
713

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for further details.
5757
To use the SDK in the browser, simply add the following script tag to your
5858
HTML pages:
5959

60-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1293.0.min.js"></script>
60+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1294.0.min.js"></script>
6161

6262
You can also build a custom browser SDK with your specified set of AWS services.
6363
This can allow you to reduce the SDK's size, specify different API versions of
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "1.0",
3+
"examples": {
4+
}
5+
}

0 commit comments

Comments
 (0)