Skip to content

Commit

Permalink
Updates SDK to v2.339.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 19, 2018
1 parent 4aed0f4 commit 0771420
Show file tree
Hide file tree
Showing 15 changed files with 1,910 additions and 1,590 deletions.
17 changes: 17 additions & 0 deletions .changes/2.339.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "Configuration",
"description": "cache shared ini files for later use"
},
{
"type": "feature",
"category": "SSM",
"description": "Rate Control feature release for State Manager. Users now have the ability to apply rate control parameters similar to run command to their association in state manager console or CLI."
},
{
"type": "feature",
"category": "WorkSpaces",
"description": "Added support for PowerPro and GraphicsPro WorkSpaces bundles."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-Configuration-62b1b6d7.json

This file was deleted.

7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.338.0-->
<!--LATEST=2.339.0-->
<!--ENTRYINSERT-->

## 2.339.0
* feature: Configuration: cache shared ini files for later use
* feature: SSM: Rate Control feature release for State Manager. Users now have the ability to apply rate control parameters similar to run command to their association in state manager console or CLI.
* feature: WorkSpaces: Added support for PowerPro and GraphicsPro WorkSpaces bundles.

## 2.338.0
* feature: AppStream: This API update adds support for creating, managing, and deleting users in the AppStream 2.0 user pool.
* feature: MediaLive: This release allows you to now turn on Quality-Defined Variable Bitrate (QVBR) encoding for your AWS Elemental MediaLive channels. You can now deliver a consistently high-quality video viewing experience while reducing overall distribution bitrates by using Quality-Defined Variable Bitrate (QVBR) encoding with AWS Elemental MediaLive. QVBR is a video compression technique that automatically adjusts output bitrates to the complexity of source content and only use the bits required to maintain a defined level of quality. This means using QVBR encoding, you can save on distribution cost, while maintaining, or increasing video quality for your viewers.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ version.
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.338.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.339.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

0 comments on commit 0771420

Please sign in to comment.