Skip to content

Commit

Permalink
Updates SDK to v2.1048.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 21, 2021
1 parent 79e4dbd commit fa30c62
Show file tree
Hide file tree
Showing 33 changed files with 1,390 additions and 630 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1048.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "ChimeSDKMessaging",
"description": "The Amazon Chime SDK now supports updating message attributes via channel flows"
},
{
"type": "feature",
"category": "LookoutMetrics",
"description": "This release adds support for Causal Relationships. Added new ListAnomalyGroupRelatedMetrics API operation and InterMetricImpactDetails API data type"
},
{
"type": "feature",
"category": "MediaConnect",
"description": "You can now use the Fujitsu-QoS protocol for your MediaConnect sources and outputs to transport content to and from Fujitsu devices."
},
{
"type": "feature",
"category": "Nimble",
"description": "Amazon Nimble Studio adds support for users to upload files during a streaming session using NICE DCV native client or browser."
},
{
"type": "feature",
"category": "QLDB",
"description": "Amazon QLDB now supports journal exports in JSON and Ion Binary formats. This release adds an optional OutputFormat parameter to the ExportJournalToS3 API."
},
{
"type": "feature",
"category": "Transfer",
"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."
},
{
"type": "feature",
"category": "WorkMail",
"description": "This release allows customers to change their email monitoring configuration in Amazon WorkMail."
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1047.0-->
<!--LATEST=2.1048.0-->
<!--ENTRYINSERT-->

## 2.1048.0
* feature: ChimeSDKMessaging: The Amazon Chime SDK now supports updating message attributes via channel flows
* feature: LookoutMetrics: This release adds support for Causal Relationships. Added new ListAnomalyGroupRelatedMetrics API operation and InterMetricImpactDetails API data type
* feature: MediaConnect: You can now use the Fujitsu-QoS protocol for your MediaConnect sources and outputs to transport content to and from Fujitsu devices.
* feature: Nimble: Amazon Nimble Studio adds support for users to upload files during a streaming session using NICE DCV native client or browser.
* 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.
* 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.
* feature: WorkMail: This release allows customers to change their email monitoring configuration in Amazon WorkMail.

## 2.1047.0
* 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.
* feature: DataSync: AWS DataSync now supports FSx Lustre Locations.
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.1047.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1048.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 fa30c62

Please sign in to comment.