Skip to content

Commit

Permalink
Updates SDK to v2.1248.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 4, 2022
1 parent c98afb1 commit 2e5ecc6
Show file tree
Hide file tree
Showing 19 changed files with 3,448 additions and 2,383 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1248.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "bugfix",
"category": "ResourceExplorer2",
"description": "Set endpoint to dualstack by default"
},
{
"type": "feature",
"category": "EC2",
"description": "This release adds API support for the recipient of an AMI account share to remove shared AMI launch permissions."
},
{
"type": "feature",
"category": "EMRcontainers",
"description": "Adding support for Job templates. Job templates allow you to create and store templates to configure Spark applications parameters. This helps you ensure consistent settings across applications by reusing and enforcing configuration overrides in data pipelines."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-ResourceExplorer2-176b5724.json

This file was deleted.

7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1247.0-->
<!--LATEST=2.1248.0-->
<!--ENTRYINSERT-->

## 2.1248.0
* bugfix: ResourceExplorer2: Set endpoint to dualstack by default
* feature: EC2: This release adds API support for the recipient of an AMI account share to remove shared AMI launch permissions.
* feature: EMRcontainers: Adding support for Job templates. Job templates allow you to create and store templates to configure Spark applications parameters. This helps you ensure consistent settings across applications by reusing and enforcing configuration overrides in data pipelines.

## 2.1247.0
* feature: MemoryDB: Adding support for r6gd instances for MemoryDB Redis with data tiering. In a cluster with data tiering enabled, when available memory capacity is exhausted, the least recently used data is automatically tiered to solid state drives for cost-effective capacity scaling with minimal performance impact.
* feature: SageMaker: Amazon SageMaker now supports running training jobs on ml.trn1 instance types.
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.1247.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1248.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 2e5ecc6

Please sign in to comment.