Skip to content

Commit fa30c62

Browse files
author
awstools
committed
Updates SDK to v2.1048.0
1 parent 79e4dbd commit fa30c62

33 files changed

+1390
-630
lines changed

.changes/2.1048.0.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ChimeSDKMessaging",
5+
"description": "The Amazon Chime SDK now supports updating message attributes via channel flows"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "LookoutMetrics",
10+
"description": "This release adds support for Causal Relationships. Added new ListAnomalyGroupRelatedMetrics API operation and InterMetricImpactDetails API data type"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "MediaConnect",
15+
"description": "You can now use the Fujitsu-QoS protocol for your MediaConnect sources and outputs to transport content to and from Fujitsu devices."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Nimble",
20+
"description": "Amazon Nimble Studio adds support for users to upload files during a streaming session using NICE DCV native client or browser."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "QLDB",
25+
"description": "Amazon QLDB now supports journal exports in JSON and Ion Binary formats. This release adds an optional OutputFormat parameter to the ExportJournalToS3 API."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Transfer",
30+
"description": "Property for Transfer Family used with the FTPS protocol. TLS Session Resumption provides a mechanism to resume or share a negotiated secret key between the control and data connection for an FTPS session."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "WorkMail",
35+
"description": "This release allows customers to change their email monitoring configuration in Amazon WorkMail."
36+
}
37+
]

CHANGELOG.md

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

5+
## 2.1048.0
6+
* feature: ChimeSDKMessaging: The Amazon Chime SDK now supports updating message attributes via channel flows
7+
* feature: LookoutMetrics: This release adds support for Causal Relationships. Added new ListAnomalyGroupRelatedMetrics API operation and InterMetricImpactDetails API data type
8+
* feature: MediaConnect: You can now use the Fujitsu-QoS protocol for your MediaConnect sources and outputs to transport content to and from Fujitsu devices.
9+
* feature: Nimble: Amazon Nimble Studio adds support for users to upload files during a streaming session using NICE DCV native client or browser.
10+
* feature: QLDB: Amazon QLDB now supports journal exports in JSON and Ion Binary formats. This release adds an optional OutputFormat parameter to the ExportJournalToS3 API.
11+
* feature: Transfer: Property for Transfer Family used with the FTPS protocol. TLS Session Resumption provides a mechanism to resume or share a negotiated secret key between the control and data connection for an FTPS session.
12+
* feature: WorkMail: This release allows customers to change their email monitoring configuration in Amazon WorkMail.
13+
514
## 2.1047.0
615
* feature: CustomerProfiles: This release adds an optional parameter, ObjectTypeNames to the PutIntegration API to support multiple object types per integration option. Besides, this release introduces Standard Order Objects which contain data from third party systems and each order object belongs to a specific profile.
716
* feature: DataSync: AWS DataSync now supports FSx Lustre Locations.

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.1047.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1048.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)