Skip to content

Commit

Permalink
Updates SDK to v2.704.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 24, 2020
1 parent 66d606c commit 20a9d83
Show file tree
Hide file tree
Showing 41 changed files with 3,406 additions and 1,492 deletions.
37 changes: 37 additions & 0 deletions .changes/2.704.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "Amplify",
"description": "This release of AWS Amplify Console introduces support for automatically creating custom subdomains for branches based on user-defined glob patterns, as well as automatically cleaning up Amplify branches when their corresponding git branches are deleted."
},
{
"type": "feature",
"category": "Backup",
"description": "Customers can now manage and monitor their backups in a policied manner across their AWS accounts, via an integration between AWS Backup and AWS Organizations"
},
{
"type": "feature",
"category": "CodeCommit",
"description": "This release introduces support for reactions to CodeCommit comments. Users will be able to select from a pre-defined list of emojis to express their reaction to any comments."
},
{
"type": "feature",
"category": "EMR",
"description": "Amazon EMR customers can now set allocation strategies for On-Demand and Spot instances in their EMR clusters with instance fleets. These allocation strategies use real-time capacity insights to provision clusters faster and make the most efficient use of available spare capacity to allocate Spot instances to reduce interruptions. "
},
{
"type": "feature",
"category": "FSx",
"description": "This release adds the capability to take highly-durable, incremental backups of your FSx for Lustre persistent file systems. This capability makes it easy to further protect your file system data and to meet business and regulatory compliance requirements."
},
{
"type": "feature",
"category": "Honeycode",
"description": "Introducing Amazon Honeycode - a fully managed service that allows you to quickly build mobile and web apps for teams without programming."
},
{
"type": "feature",
"category": "Organizations",
"description": "This release adds support for a new backup policy type for AWS Organizations."
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.703.0-->
<!--LATEST=2.704.0-->
<!--ENTRYINSERT-->

## 2.704.0
* feature: Amplify: This release of AWS Amplify Console introduces support for automatically creating custom subdomains for branches based on user-defined glob patterns, as well as automatically cleaning up Amplify branches when their corresponding git branches are deleted.
* feature: Backup: Customers can now manage and monitor their backups in a policied manner across their AWS accounts, via an integration between AWS Backup and AWS Organizations
* feature: CodeCommit: This release introduces support for reactions to CodeCommit comments. Users will be able to select from a pre-defined list of emojis to express their reaction to any comments.
* feature: EMR: Amazon EMR customers can now set allocation strategies for On-Demand and Spot instances in their EMR clusters with instance fleets. These allocation strategies use real-time capacity insights to provision clusters faster and make the most efficient use of available spare capacity to allocate Spot instances to reduce interruptions.
* feature: FSx: This release adds the capability to take highly-durable, incremental backups of your FSx for Lustre persistent file systems. This capability makes it easy to further protect your file system data and to meet business and regulatory compliance requirements.
* feature: Honeycode: Introducing Amazon Honeycode - a fully managed service that allows you to quickly build mobile and web apps for teams without programming.
* feature: Organizations: This release adds support for a new backup policy type for AWS Organizations.

## 2.703.0
* feature: MediaTailor: AWS Elemental MediaTailor SDK now allows configuration of Bumper.
* feature: Organizations: Added a new error message to support the requirement for a Business License on AWS accounts in China to create an organization.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
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.703.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.704.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 20a9d83

Please sign in to comment.