Skip to content

Commit

Permalink
Updates SDK to v2.1251.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 9, 2022
1 parent 1610098 commit 8440143
Show file tree
Hide file tree
Showing 24 changed files with 1,938 additions and 436 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1251.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "Connect",
"description": "This release adds new fields SignInUrl, UserArn, and UserId to GetFederationToken response payload."
},
{
"type": "feature",
"category": "ConnectCases",
"description": "This release adds the ability to disable templates through the UpdateTemplate API. Disabling templates prevents customers from creating cases using the template. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html"
},
{
"type": "feature",
"category": "EC2",
"description": "Amazon EC2 Trn1 instances, powered by AWS Trainium chips, are purpose built for high-performance deep learning training. u-24tb1.112xlarge and u-18tb1.112xlarge High Memory instances are purpose-built to run large in-memory databases."
},
{
"type": "feature",
"category": "GroundStation",
"description": "This release adds the preview of customer-provided ephemeris support for AWS Ground Station, allowing space vehicle owners to provide their own position and trajectory information for a satellite."
},
{
"type": "feature",
"category": "MediaPackageVod",
"description": "This release adds \"IncludeIframeOnlyStream\" for Dash endpoints."
}
]
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.1250.0-->
<!--LATEST=2.1251.0-->
<!--ENTRYINSERT-->

## 2.1251.0
* feature: Connect: This release adds new fields SignInUrl, UserArn, and UserId to GetFederationToken response payload.
* feature: ConnectCases: This release adds the ability to disable templates through the UpdateTemplate API. Disabling templates prevents customers from creating cases using the template. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html
* feature: EC2: Amazon EC2 Trn1 instances, powered by AWS Trainium chips, are purpose built for high-performance deep learning training. u-24tb1.112xlarge and u-18tb1.112xlarge High Memory instances are purpose-built to run large in-memory databases.
* feature: GroundStation: This release adds the preview of customer-provided ephemeris support for AWS Ground Station, allowing space vehicle owners to provide their own position and trajectory information for a satellite.
* feature: MediaPackageVod: This release adds "IncludeIframeOnlyStream" for Dash endpoints.

## 2.1250.0
* feature: ACM: Support added for requesting elliptic curve certificate key algorithm types P-256 (EC_prime256v1) and P-384 (EC_secp384r1).
* feature: Billingconductor: This release adds the Recurring Custom Line Item feature along with a new API ListCustomLineItemVersions.
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.1250.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1251.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 8440143

Please sign in to comment.