Skip to content

Commit d067cb3

Browse files
author
awstools
committed
Updates SDK to v2.1115.0
1 parent 750203f commit d067cb3

25 files changed

+799
-384
lines changed

.changes/2.1115.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AppStream",
5+
"description": "Includes updates for create and update fleet APIs to manage the session scripts locations for Elastic fleets."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Appflow",
10+
"description": "Enables users to pass custom token URL parameters for Oauth2 authentication during create connector profile"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Batch",
15+
"description": "Enables configuration updates for compute environments with BEST_FIT_PROGRESSIVE and SPOT_CAPACITY_OPTIMIZED allocation strategies."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Glue",
20+
"description": "Auto Scaling for Glue version 3.0 and later jobs to dynamically scale compute resources. This SDK change provides customers with the auto-scaled DPU usage"
21+
}
22+
]

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1114.0-->
2+
<!--LATEST=2.1115.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1115.0
6+
* feature: AppStream: Includes updates for create and update fleet APIs to manage the session scripts locations for Elastic fleets.
7+
* feature: Appflow: Enables users to pass custom token URL parameters for Oauth2 authentication during create connector profile
8+
* feature: Batch: Enables configuration updates for compute environments with BEST_FIT_PROGRESSIVE and SPOT_CAPACITY_OPTIMIZED allocation strategies.
9+
* feature: Glue: Auto Scaling for Glue version 3.0 and later jobs to dynamically scale compute resources. This SDK change provides customers with the auto-scaled DPU usage
10+
511
## 2.1114.0
612
* feature: CloudWatch: Adds support for additional statistics in CloudWatch Metric Streams.
713
* feature: FSx: This release adds support for deploying FSx for ONTAP file systems in a single Availability Zone.

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