Skip to content

Commit 5a58fb9

Browse files
author
awstools
committed
Updates SDK to v2.1026.0
1 parent 6e23106 commit 5a58fb9

26 files changed

+9670
-1136
lines changed

.changes/2.1026.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Backup",
5+
"description": "AWS Backup SDK provides new options when scheduling backups: select supported services and resources that are assigned to a particular tag, linked to a combination of tags, or can be identified by a partial tag value, and exclude resources from their assignments."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ECS",
10+
"description": "This release adds support for container instance health."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Resiliencehub",
15+
"description": "Initial release of AWS Resilience Hub, a managed service that enables you to define, validate, and track the resilience of your applications on AWS"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "endpoint",
20+
"description": "Move FIPS rules to a separate section in region_config"
21+
}
22+
]

.changes/next-release/feature-endpoint-e156c0ec.json

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

CHANGELOG.md

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

5+
## 2.1026.0
6+
* feature: Backup: AWS Backup SDK provides new options when scheduling backups: select supported services and resources that are assigned to a particular tag, linked to a combination of tags, or can be identified by a partial tag value, and exclude resources from their assignments.
7+
* feature: ECS: This release adds support for container instance health.
8+
* feature: Resiliencehub: Initial release of AWS Resilience Hub, a managed service that enables you to define, validate, and track the resilience of your applications on AWS
9+
* feature: endpoint: Move FIPS rules to a separate section in region_config
10+
511
## 2.1025.0
612
* feature: Batch: Adds support for scheduling policy APIs.
713
* feature: GreengrassV2: This release adds support for Greengrass core devices running Windows. You can now specify name of a Windows user to run a component.

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