Skip to content

Commit

Permalink
Updates SDK to v2.882.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 7, 2021
1 parent f9b1c36 commit 34d637e
Show file tree
Hide file tree
Showing 35 changed files with 8,565 additions and 568 deletions.
32 changes: 32 additions & 0 deletions .changes/2.882.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "bugfix",
"category": "Credentials",
"description": "Do not require credentials file when loading region from config."
},
{
"type": "feature",
"category": "AccessAnalyzer",
"description": "IAM Access Analyzer now analyzes your CloudTrail events to identify actions and services that have been used by an IAM entity (user or role) and generates an IAM policy that is based on that activity."
},
{
"type": "feature",
"category": "ElastiCache",
"description": "This release adds tagging support for all AWS ElastiCache resources except Global Replication Groups."
},
{
"type": "feature",
"category": "IVS",
"description": "This release adds support for the Auto-Record to S3 feature. Amazon IVS now enables you to save your live video to Amazon S3."
},
{
"type": "feature",
"category": "Mgn",
"description": "Add new service - Application Migration Service."
},
{
"type": "feature",
"category": "StorageGateway",
"description": "File Gateway APIs now support FSx for Windows as a cloud storage."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Credentials-c59044aa.json

This file was deleted.

10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.881.0-->
<!--LATEST=2.882.0-->
<!--ENTRYINSERT-->

## 2.882.0
* bugfix: Credentials: Do not require credentials file when loading region from config.
* feature: AccessAnalyzer: IAM Access Analyzer now analyzes your CloudTrail events to identify actions and services that have been used by an IAM entity (user or role) and generates an IAM policy that is based on that activity.
* feature: ElastiCache: This release adds tagging support for all AWS ElastiCache resources except Global Replication Groups.
* feature: IVS: This release adds support for the Auto-Record to S3 feature. Amazon IVS now enables you to save your live video to Amazon S3.
* feature: Mgn: Add new service - Application Migration Service.
* feature: StorageGateway: File Gateway APIs now support FSx for Windows as a cloud storage.

## 2.881.0
* bugfix: changelog/release: Sanitize type and category in next-release filename
* feature: EC2: This release adds support for storing EBS-backed AMIs in S3 and restoring them from S3 to enable cross-partition copying of AMIs
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.881.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.882.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 34d637e

Please sign in to comment.