Skip to content

Commit

Permalink
Updates SDK to v2.1149.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 6, 2022
1 parent 31154fe commit 363f1e1
Show file tree
Hide file tree
Showing 17 changed files with 1,363 additions and 243 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1149.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "ChimeSDKMessaging",
"description": "This release adds support for searching channels by members via the SearchChannels API, removes required restrictions for Name and Mode in UpdateChannel API and enhances CreateChannel API by exposing member and moderator list as well as channel id as optional parameters."
},
{
"type": "feature",
"category": "Connect",
"description": "This release adds a new API, GetCurrentUserData, which returns real-time details about users' current activity."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1148.0-->
<!--LATEST=2.1149.0-->
<!--ENTRYINSERT-->

## 2.1149.0
* feature: ChimeSDKMessaging: This release adds support for searching channels by members via the SearchChannels API, removes required restrictions for Name and Mode in UpdateChannel API and enhances CreateChannel API by exposing member and moderator list as well as channel id as optional parameters.
* feature: Connect: This release adds a new API, GetCurrentUserData, which returns real-time details about users' current activity.

## 2.1148.0
* feature: ApplicationInsights: Provide Account Level onboarding support through CFN/CLI
* feature: Connect: This release adds the following features: 1) New APIs to manage (create, list, update) task template resources, 2) Updates to startTaskContact API to support task templates, and 3) new TransferContact API to programmatically transfer in-progress tasks via a contact flow.
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.1148.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1149.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 363f1e1

Please sign in to comment.