Skip to content

Commit 7172625

Browse files
author
awstools
committed
Updates SDK to v2.1597.0
1 parent 5e75a31 commit 7172625

30 files changed

+2251
-1257
lines changed

Diff for: .changes/2.1597.0.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CleanRooms",
5+
"description": "AWS Clean Rooms Differential Privacy is now fully available. Differential privacy protects against user-identification attempts."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Connect",
10+
"description": "This release adds new Submit Auto Evaluation Action for Amazon Connect Rules."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "QConnect",
15+
"description": "This release adds a new QiC public API updateSession and updates an existing QiC public API createSession"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Rekognition",
20+
"description": "Added support for ContentType to content moderation detections."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SupplyChain",
25+
"description": "This release includes API SendDataIntegrationEvent for AWS Supply Chain"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "WorkSpacesThinClient",
30+
"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."
31+
}
32+
]

Diff for: CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1596.0-->
2+
<!--LATEST=2.1597.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1597.0
6+
* feature: CleanRooms: AWS Clean Rooms Differential Privacy is now fully available. Differential privacy protects against user-identification attempts.
7+
* feature: Connect: This release adds new Submit Auto Evaluation Action for Amazon Connect Rules.
8+
* feature: QConnect: This release adds a new QiC public API updateSession and updates an existing QiC public API createSession
9+
* feature: Rekognition: Added support for ContentType to content moderation detections.
10+
* feature: SupplyChain: This release includes API SendDataIntegrationEvent for AWS Supply Chain
11+
* 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.
12+
513
## 2.1596.0
614
* feature: CodeBuild: Add new webhook filter types for GitHub webhooks
715
* feature: MediaConvert: This release includes support for bringing your own fonts to use for burn-in or DVB-Sub captioning workflows.

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1596.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1597.0.min.js"></script>
6868

6969
You can also build a custom browser SDK with your specified set of AWS services.
7070
This can allow you to reduce the SDK's size, specify different API versions of

0 commit comments

Comments
 (0)