Skip to content

Commit

Permalink
Updates SDK to v2.1198.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 18, 2022
1 parent 65d960c commit b13b746
Show file tree
Hide file tree
Showing 30 changed files with 5,414 additions and 1,522 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1198.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "ChimeSDKMediaPipelines",
"description": "The Amazon Chime SDK now supports live streaming of real-time video from the Amazon Chime SDK sessions to streaming platforms such as Amazon IVS and Amazon Elemental MediaLive. We have also added support for concatenation to create a single media capture file."
},
{
"type": "feature",
"category": "CloudWatch",
"description": "Add support for managed Contributor Insights Rules"
},
{
"type": "feature",
"category": "DynamoDB",
"description": "This release adds support for importing data from S3 into a new DynamoDB table"
},
{
"type": "feature",
"category": "EC2",
"description": "This release adds support for VPN log options , a new feature allowing S2S VPN connections to send IKE activity logs to CloudWatch Logs"
},
{
"type": "feature",
"category": "NetworkManager",
"description": "Add TransitGatewayPeeringAttachmentId property to TransitGatewayPeering Model"
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1197.0-->
<!--LATEST=2.1198.0-->
<!--ENTRYINSERT-->

## 2.1198.0
* feature: ChimeSDKMediaPipelines: The Amazon Chime SDK now supports live streaming of real-time video from the Amazon Chime SDK sessions to streaming platforms such as Amazon IVS and Amazon Elemental MediaLive. We have also added support for concatenation to create a single media capture file.
* feature: CloudWatch: Add support for managed Contributor Insights Rules
* feature: DynamoDB: This release adds support for importing data from S3 into a new DynamoDB table
* feature: EC2: This release adds support for VPN log options , a new feature allowing S2S VPN connections to send IKE activity logs to CloudWatch Logs
* feature: NetworkManager: Add TransitGatewayPeeringAttachmentId property to TransitGatewayPeering Model

## 2.1197.0
* feature: AppMesh: AWS App Mesh release to support Multiple Listener and Access Log Format feature
* feature: ConnectCampaigns: Updated exceptions for Amazon Connect Outbound Campaign api's.
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.1197.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1198.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 b13b746

Please sign in to comment.