Skip to content

Commit

Permalink
Updates SDK to v2.1539.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 18, 2024
1 parent dd34a70 commit d1d1b31
Show file tree
Hide file tree
Showing 24 changed files with 2,379 additions and 201 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1539.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "B2bi",
"description": "Increasing TestMapping inputFileContent file size limit to 5MB and adding file size limit 250KB for TestParsing input file. This release also includes exposing InternalServerException for Tag APIs."
},
{
"type": "feature",
"category": "CloudTrail",
"description": "This release adds a new API ListInsightsMetricData to retrieve metric data from CloudTrail Insights."
},
{
"type": "feature",
"category": "Connect",
"description": "GetMetricDataV2 now supports 3 groupings"
},
{
"type": "feature",
"category": "Drs",
"description": "Removed invalid and unnecessary default values."
},
{
"type": "feature",
"category": "Firehose",
"description": "Allow support for Snowflake as a Kinesis Data Firehose delivery destination."
},
{
"type": "feature",
"category": "SageMakerFeatureStoreRuntime",
"description": "Increase BatchGetRecord limits from 10 items to 100 items"
}
]
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.1538.0-->
<!--LATEST=2.1539.0-->
<!--ENTRYINSERT-->

## 2.1539.0
* feature: B2bi: Increasing TestMapping inputFileContent file size limit to 5MB and adding file size limit 250KB for TestParsing input file. This release also includes exposing InternalServerException for Tag APIs.
* feature: CloudTrail: This release adds a new API ListInsightsMetricData to retrieve metric data from CloudTrail Insights.
* feature: Connect: GetMetricDataV2 now supports 3 groupings
* feature: Drs: Removed invalid and unnecessary default values.
* feature: Firehose: Allow support for Snowflake as a Kinesis Data Firehose delivery destination.
* feature: SageMakerFeatureStoreRuntime: Increase BatchGetRecord limits from 10 items to 100 items

## 2.1538.0
* bugfix: clients: remove cloudnfront-keyvaluestore and neptune-graph clients. These clients are available in AWS SDK for JavaScript (v3) https://github.com/aws/aws-sdk-js-v3/.
* feature: Keyspaces: This release adds support for Multi-Region Replication with provisioned tables, and Keyspaces auto scaling APIs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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.1538.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1539.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 d1d1b31

Please sign in to comment.