Skip to content

Commit 117773b

Browse files
author
awstools
committed
Updates SDK to v2.1015.0
1 parent 66a20cb commit 117773b

19 files changed

+2140
-102
lines changed

.changes/2.1015.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ChimeSDKIdentity",
5+
"description": "The Amazon Chime SDK now supports push notifications through Amazon Pinpoint"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ChimeSDKMessaging",
10+
"description": "The Amazon Chime SDK now supports push notifications through Amazon Pinpoint"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EMRcontainers",
15+
"description": "This feature enables auto-generation of certificate to secure the managed-endpoint and removes the need for customer provided certificate-arn during managed-endpoint setup."
16+
}
17+
]

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1014.0-->
2+
<!--LATEST=2.1015.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1015.0
6+
* feature: ChimeSDKIdentity: The Amazon Chime SDK now supports push notifications through Amazon Pinpoint
7+
* feature: ChimeSDKMessaging: The Amazon Chime SDK now supports push notifications through Amazon Pinpoint
8+
* feature: EMRcontainers: This feature enables auto-generation of certificate to secure the managed-endpoint and removes the need for customer provided certificate-arn during managed-endpoint setup.
9+
510
## 2.1014.0
611
* bugfix: endpoint: Update fips endpoint heuristics test to use callback
712
* feature: AuditManager: This release introduces a new feature for Audit Manager: Custom framework sharing. You can now share your custom frameworks with another AWS account, or replicate them into another AWS Region under your own account.

README.md

Lines changed: 1 addition & 1 deletion
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.1014.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1015.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)