Skip to content

Commit 363f1e1

Browse files
author
awstools
committed
Updates SDK to v2.1149.0
1 parent 31154fe commit 363f1e1

17 files changed

+1363
-243
lines changed

.changes/2.1149.0.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ChimeSDKMessaging",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Connect",
10+
"description": "This release adds a new API, GetCurrentUserData, which returns real-time details about users' current activity."
11+
}
12+
]

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1148.0-->
2+
<!--LATEST=2.1149.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1149.0
6+
* 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.
7+
* feature: Connect: This release adds a new API, GetCurrentUserData, which returns real-time details about users' current activity.
8+
59
## 2.1148.0
610
* feature: ApplicationInsights: Provide Account Level onboarding support through CFN/CLI
711
* 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.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1148.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1149.0.min.js"></script>
3333

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

0 commit comments

Comments
 (0)