Skip to content

Commit

Permalink
Updates SDK to v2.1432.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 8, 2023
1 parent fd6fa45 commit ed4ddbd
Show file tree
Hide file tree
Showing 18 changed files with 801 additions and 204 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1432.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "Backup",
"description": "This release introduces a new logically air-gapped vault (Preview) in AWS Backup that stores immutable backup copies, which are locked by default and isolated with encryption using AWS owned keys. Logically air-gapped vault (Preview) allows secure recovery of application data across accounts."
},
{
"type": "feature",
"category": "ElastiCache",
"description": "Added support for cluster mode in online migration and test migration API"
},
{
"type": "feature",
"category": "ServiceCatalog",
"description": "Introduce support for HashiCorp Terraform Cloud in Service Catalog by addying TERRAFORM_CLOUD product type in CreateProduct and CreateProvisioningArtifact API."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1431.0-->
<!--LATEST=2.1432.0-->
<!--ENTRYINSERT-->

## 2.1432.0
* feature: Backup: This release introduces a new logically air-gapped vault (Preview) in AWS Backup that stores immutable backup copies, which are locked by default and isolated with encryption using AWS owned keys. Logically air-gapped vault (Preview) allows secure recovery of application data across accounts.
* feature: ElastiCache: Added support for cluster mode in online migration and test migration API
* feature: ServiceCatalog: Introduce support for HashiCorp Terraform Cloud in Service Catalog by addying TERRAFORM_CLOUD product type in CreateProduct and CreateProvisioningArtifact API.

## 2.1431.0
* feature: Detective: Updated the email validation regex to be in line with the TLD name specifications.
* feature: IVSRealTime: Add QUOTA_EXCEEDED and PUBLISHER_NOT_FOUND to EventErrorCode for stage health events.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1431.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1432.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 ed4ddbd

Please sign in to comment.