Skip to content

Commit 2e5ecc6

Browse files
author
awstools
committed
Updates SDK to v2.1248.0
1 parent c98afb1 commit 2e5ecc6

19 files changed

+3448
-2383
lines changed

.changes/2.1248.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "ResourceExplorer2",
5+
"description": "Set endpoint to dualstack by default"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EC2",
10+
"description": "This release adds API support for the recipient of an AMI account share to remove shared AMI launch permissions."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EMRcontainers",
15+
"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."
16+
}
17+
]

.changes/next-release/bugfix-ResourceExplorer2-176b5724.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

5+
## 2.1248.0
6+
* bugfix: ResourceExplorer2: Set endpoint to dualstack by default
7+
* feature: EC2: This release adds API support for the recipient of an AMI account share to remove shared AMI launch permissions.
8+
* 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.
9+
510
## 2.1247.0
611
* 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.
712
* feature: SageMaker: Amazon SageMaker now supports running training jobs on ml.trn1 instance types.

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