Skip to content

Commit

Permalink
Updates SDK to v2.1026.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 10, 2021
1 parent 6e23106 commit 5a58fb9
Show file tree
Hide file tree
Showing 26 changed files with 9,670 additions and 1,136 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1026.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "Backup",
"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."
},
{
"type": "feature",
"category": "ECS",
"description": "This release adds support for container instance health."
},
{
"type": "feature",
"category": "Resiliencehub",
"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"
},
{
"type": "feature",
"category": "endpoint",
"description": "Move FIPS rules to a separate section in region_config"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-endpoint-e156c0ec.json

This file was deleted.

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

## 2.1026.0
* 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.
* feature: ECS: This release adds support for container instance health.
* 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
* feature: endpoint: Move FIPS rules to a separate section in region_config

## 2.1025.0
* feature: Batch: Adds support for scheduling policy APIs.
* 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.
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.1025.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1026.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 5a58fb9

Please sign in to comment.