Skip to content

Commit

Permalink
Updates SDK to v2.1425.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 28, 2023
1 parent f506698 commit d6244db
Show file tree
Hide file tree
Showing 30 changed files with 2,791 additions and 663 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1425.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "ApplicationInsights",
"description": "This release enable customer to add/remove/update more than one workload for a component"
},
{
"type": "feature",
"category": "CloudFormation",
"description": "This SDK release is for the feature launch of AWS CloudFormation RetainExceptOnCreate. It adds a new parameter retainExceptOnCreate in the following APIs: CreateStack, UpdateStack, RollbackStack, ExecuteChangeSet."
},
{
"type": "feature",
"category": "CloudFront",
"description": "Add a new JavaScript runtime version for CloudFront Functions."
},
{
"type": "feature",
"category": "Connect",
"description": "This release adds support for new number types."
},
{
"type": "feature",
"category": "Kafka",
"description": "Amazon MSK has introduced new versions of ListClusterOperations and DescribeClusterOperation APIs. These v2 APIs provide information and insights into the ongoing operations of both MSK Provisioned and MSK Serverless clusters."
},
{
"type": "feature",
"category": "Pinpoint",
"description": "Added support for sending push notifications using the FCM v1 API with json credentials. Amazon Pinpoint customers can now deliver messages to Android devices using both FCM v1 API and the legacy FCM/GCM API"
}
]
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.1424.0-->
<!--LATEST=2.1425.0-->
<!--ENTRYINSERT-->

## 2.1425.0
* feature: ApplicationInsights: This release enable customer to add/remove/update more than one workload for a component
* feature: CloudFormation: This SDK release is for the feature launch of AWS CloudFormation RetainExceptOnCreate. It adds a new parameter retainExceptOnCreate in the following APIs: CreateStack, UpdateStack, RollbackStack, ExecuteChangeSet.
* feature: CloudFront: Add a new JavaScript runtime version for CloudFront Functions.
* feature: Connect: This release adds support for new number types.
* feature: Kafka: Amazon MSK has introduced new versions of ListClusterOperations and DescribeClusterOperation APIs. These v2 APIs provide information and insights into the ongoing operations of both MSK Provisioned and MSK Serverless clusters.
* feature: Pinpoint: Added support for sending push notifications using the FCM v1 API with json credentials. Amazon Pinpoint customers can now deliver messages to Android devices using both FCM v1 API and the legacy FCM/GCM API

## 2.1424.0
* feature: AutoScaling: This release updates validation for instance types used in the AllowedInstanceTypes and ExcludedInstanceTypes parameters of the InstanceRequirements property of a MixedInstancesPolicy.
* feature: EBS: SDK and documentation updates for Amazon Elastic Block Store API
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.1424.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1425.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 d6244db

Please sign in to comment.