Skip to content

Commit

Permalink
Updates SDK to v2.1021.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 3, 2021
1 parent 48af065 commit f527b26
Show file tree
Hide file tree
Showing 20 changed files with 1,201 additions and 215 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1021.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "ConnectParticipant",
"description": "This release adds a new boolean attribute - Connect Participant - to the CreateParticipantConnection API, which can be used to mark the participant as connected."
},
{
"type": "feature",
"category": "DataSync",
"description": "AWS DataSync now supports Hadoop Distributed File System (HDFS) Locations"
},
{
"type": "feature",
"category": "Finspace",
"description": "Adds superuser and data-bundle parameters to CreateEnvironment API"
},
{
"type": "feature",
"category": "Macie2",
"description": "This release adds support for specifying the severity of findings that a custom data identifier produces, based on the number of occurrences of text that matches the detection criteria."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1020.0-->
<!--LATEST=2.1021.0-->
<!--ENTRYINSERT-->

## 2.1021.0
* feature: ConnectParticipant: This release adds a new boolean attribute - Connect Participant - to the CreateParticipantConnection API, which can be used to mark the participant as connected.
* feature: DataSync: AWS DataSync now supports Hadoop Distributed File System (HDFS) Locations
* feature: Finspace: Adds superuser and data-bundle parameters to CreateEnvironment API
* feature: Macie2: This release adds support for specifying the severity of findings that a custom data identifier produces, based on the number of occurrences of text that matches the detection criteria.

## 2.1020.0
* feature: CloudFront: CloudFront now supports response headers policies to add HTTP headers to the responses that CloudFront sends to viewers. You can use these policies to add CORS headers, control browser caching, and more, without modifying your origin or writing any code.
* feature: Connect: Amazon Connect Chat now supports real-time message streaming.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1020.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1021.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
6 changes: 1 addition & 5 deletions apis/connectparticipant-2018-09-07.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,11 +336,7 @@
"MESSAGE",
"EVENT",
"ATTACHMENT",
"CONNECTION_ACK",
"PARTICIPANT_ACTIVE",
"PARTICIPANT_INACTIVE",
"PARTICIPANT_ENGAGED",
"PARTICIPANT_DISENGAGED"
"CONNECTION_ACK"
]
},
"ClientToken": {
Expand Down
Loading

0 comments on commit f527b26

Please sign in to comment.