Skip to content

Commit

Permalink
Updates SDK to v2.1408.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 29, 2023
1 parent a5d9ea1 commit 77d075d
Show file tree
Hide file tree
Showing 31 changed files with 5,627 additions and 2,926 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1408.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "AppStream",
"description": "This release introduces app block builder, allowing customers to provision a resource to package applications into an app block"
},
{
"type": "feature",
"category": "Chime",
"description": "The Amazon Chime SDK APIs in the Chime namespace are no longer supported. Customers should use APIs in the dedicated Amazon Chime SDK namespaces: ChimeSDKIdentity, ChimeSDKMediaPipelines, ChimeSDKMeetings, ChimeSDKMessaging, and ChimeSDKVoice."
},
{
"type": "feature",
"category": "CleanRooms",
"description": "This release adds support for the OR operator in RSQL join match conditions and the ability to control which operators (AND, OR) are allowed in a join match condition."
},
{
"type": "feature",
"category": "DynamoDB",
"description": "This release adds ReturnValuesOnConditionCheckFailure parameter to PutItem, UpdateItem, DeleteItem, ExecuteStatement, BatchExecuteStatement and ExecuteTransaction APIs. When set to ALL_OLD, API returns a copy of the item as it was when a conditional write failed"
},
{
"type": "feature",
"category": "GameLift",
"description": "Amazon GameLift now supports game builds that use the Amazon Linux 2023 (AL2023) operating system."
},
{
"type": "feature",
"category": "Glue",
"description": "This release adds support for AWS Glue Crawler with Iceberg Tables, allowing Crawlers to discover Iceberg Tables in S3 and register them in Glue Data Catalog for query engines to query against."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Adding support for timeseries forecasting in the CreateAutoMLJobV2 API."
}
]
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.1407.0-->
<!--LATEST=2.1408.0-->
<!--ENTRYINSERT-->

## 2.1408.0
* feature: AppStream: This release introduces app block builder, allowing customers to provision a resource to package applications into an app block
* feature: Chime: The Amazon Chime SDK APIs in the Chime namespace are no longer supported. Customers should use APIs in the dedicated Amazon Chime SDK namespaces: ChimeSDKIdentity, ChimeSDKMediaPipelines, ChimeSDKMeetings, ChimeSDKMessaging, and ChimeSDKVoice.
* feature: CleanRooms: This release adds support for the OR operator in RSQL join match conditions and the ability to control which operators (AND, OR) are allowed in a join match condition.
* feature: DynamoDB: This release adds ReturnValuesOnConditionCheckFailure parameter to PutItem, UpdateItem, DeleteItem, ExecuteStatement, BatchExecuteStatement and ExecuteTransaction APIs. When set to ALL_OLD, API returns a copy of the item as it was when a conditional write failed
* feature: GameLift: Amazon GameLift now supports game builds that use the Amazon Linux 2023 (AL2023) operating system.
* feature: Glue: This release adds support for AWS Glue Crawler with Iceberg Tables, allowing Crawlers to discover Iceberg Tables in S3 and register them in Glue Data Catalog for query engines to query against.
* feature: SageMaker: Adding support for timeseries forecasting in the CreateAutoMLJobV2 API.

## 2.1407.0
* bugfix: Cost Explorer: recognize Cost Explorer global endpoints.
* feature: InternetMonitor: This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to set custom thresholds, for performance and availability drops, for triggering when to create a health event.
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.1407.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1408.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 77d075d

Please sign in to comment.