Skip to content

Commit 97c37de

Browse files
author
awstools
committed
Updates SDK to v2.1053.0
1 parent 0220171 commit 97c37de

12 files changed

+240
-205
lines changed

.changes/2.1053.0.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "MediaLive",
5+
"description": "This release adds support for selecting the Program Date Time (PDT) Clock source algorithm for HLS outputs."
6+
}
7+
]

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1052.0-->
2+
<!--LATEST=2.1053.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1053.0
6+
* feature: MediaLive: This release adds support for selecting the Program Date Time (PDT) Clock source algorithm for HLS outputs.
7+
58
## 2.1052.0
69
* feature: AppSync: AppSync: AWS AppSync now supports configurable batching sizes for AWS Lambda resolvers, Direct AWS Lambda resolvers and pipeline functions
710
* feature: EC2: This release introduces On-Demand Capacity Reservation support for Cluster Placement Groups, adds Tags on instance Metadata, and includes documentation updates for Amazon EC2.

README.md

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