Skip to content

Commit

Permalink
Updates SDK to v2.1597.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 10, 2024
1 parent 5e75a31 commit 7172625
Show file tree
Hide file tree
Showing 30 changed files with 2,251 additions and 1,257 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1597.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "CleanRooms",
"description": "AWS Clean Rooms Differential Privacy is now fully available. Differential privacy protects against user-identification attempts."
},
{
"type": "feature",
"category": "Connect",
"description": "This release adds new Submit Auto Evaluation Action for Amazon Connect Rules."
},
{
"type": "feature",
"category": "QConnect",
"description": "This release adds a new QiC public API updateSession and updates an existing QiC public API createSession"
},
{
"type": "feature",
"category": "Rekognition",
"description": "Added support for ContentType to content moderation detections."
},
{
"type": "feature",
"category": "SupplyChain",
"description": "This release includes API SendDataIntegrationEvent for AWS Supply Chain"
},
{
"type": "feature",
"category": "WorkSpacesThinClient",
"description": "Adding tags field to SoftwareSet. Removing tags fields from Summary objects. Changing the list of exceptions in tagging APIs. Fixing an issue where the SDK returns empty tags in Get APIs."
}
]
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.1596.0-->
<!--LATEST=2.1597.0-->
<!--ENTRYINSERT-->

## 2.1597.0
* feature: CleanRooms: AWS Clean Rooms Differential Privacy is now fully available. Differential privacy protects against user-identification attempts.
* feature: Connect: This release adds new Submit Auto Evaluation Action for Amazon Connect Rules.
* feature: QConnect: This release adds a new QiC public API updateSession and updates an existing QiC public API createSession
* feature: Rekognition: Added support for ContentType to content moderation detections.
* feature: SupplyChain: This release includes API SendDataIntegrationEvent for AWS Supply Chain
* feature: WorkSpacesThinClient: Adding tags field to SoftwareSet. Removing tags fields from Summary objects. Changing the list of exceptions in tagging APIs. Fixing an issue where the SDK returns empty tags in Get APIs.

## 2.1596.0
* feature: CodeBuild: Add new webhook filter types for GitHub webhooks
* feature: MediaConvert: This release includes support for bringing your own fonts to use for burn-in or DVB-Sub captioning workflows.
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.1596.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1597.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

0 comments on commit 7172625

Please sign in to comment.