Skip to content

Commit

Permalink
Updates SDK to v2.1690.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 5, 2024
1 parent a660142 commit 1d6dc92
Show file tree
Hide file tree
Showing 23 changed files with 1,775 additions and 1,167 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1690.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "ApplicationSignals",
"description": "Amazon CloudWatch Application Signals now supports creating Service Level Objectives using a new calculation type. Users can now create SLOs which are configured with request-based SLIs to help meet their specific business requirements."
},
{
"type": "feature",
"category": "Connect",
"description": "Amazon Connect Custom Vocabulary now supports Catalan (Spain), Danish (Denmark), Dutch (Netherlands), Finnish (Finland), Indonesian (Indonesia), Malay (Malaysia), Norwegian Bokmal (Norway), Polish (Poland), Swedish (Sweden), and Tagalog/Filipino (Philippines)."
},
{
"type": "feature",
"category": "GameLift",
"description": "Amazon GameLift provides additional events for tracking the fleet creation process."
},
{
"type": "feature",
"category": "KinesisAnalyticsV2",
"description": "Support for Flink 1.20 in Managed Service for Apache Flink"
},
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon SageMaker now supports idle shutdown of JupyterLab and CodeEditor applications on SageMaker Studio."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1689.0-->
<!--LATEST=2.1690.0-->
<!--ENTRYINSERT-->

## 2.1690.0
* feature: ApplicationSignals: Amazon CloudWatch Application Signals now supports creating Service Level Objectives using a new calculation type. Users can now create SLOs which are configured with request-based SLIs to help meet their specific business requirements.
* feature: Connect: Amazon Connect Custom Vocabulary now supports Catalan (Spain), Danish (Denmark), Dutch (Netherlands), Finnish (Finland), Indonesian (Indonesia), Malay (Malaysia), Norwegian Bokmal (Norway), Polish (Poland), Swedish (Sweden), and Tagalog/Filipino (Philippines).
* feature: GameLift: Amazon GameLift provides additional events for tracking the fleet creation process.
* feature: KinesisAnalyticsV2: Support for Flink 1.20 in Managed Service for Apache Flink
* feature: SageMaker: Amazon SageMaker now supports idle shutdown of JupyterLab and CodeEditor applications on SageMaker Studio.

## 2.1689.0
* feature: AppSync: Adds new logging levels (INFO and DEBUG) for additional log output control
* feature: BedrockAgent: Add support for user metadata inside PromptVariant.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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.1689.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1690.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 1d6dc92

Please sign in to comment.