Skip to content

Commit

Permalink
Updates SDK to v2.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 20, 2017
1 parent 34ee163 commit 40e6643
Show file tree
Hide file tree
Showing 29 changed files with 1,390 additions and 881 deletions.
32 changes: 32 additions & 0 deletions .changes/2.44.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "DeviceFarm",
"description": "API Update for AWS Device Farm: Support for Deals and Promotions "
},
{
"type": "feature",
"category": "ELBv2",
"description": "Adding LoadBalancersDeleted waiter for Elasticloadbalancingv2"
},
{
"type": "feature",
"category": "EnvironmentVariable",
"description": "Load config from ~/.aws/config if AWS_SDK_LOAD_CONFIG is set"
},
{
"type": "feature",
"category": "EnvironmentVariable",
"description": "Add support for specifying the location of the shared config file via the AWS_CONFIG_FILE environment variable. This variable is only honored if AWS_SDK_LOAD_CONFIG is set to a truthy value."
},
{
"type": "feature",
"category": "EnvironmentVariable",
"description": "Add support for the AWS_SHARED_CREDENTIALS_FILE environment variable if AWS_SDK_LOAD_CONFIG is set"
},
{
"type": "feature",
"category": "Promises",
"description": "Binds response object to the data object with which successful request promises are resolved"
}
]

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-Promises-14caa793.json

This file was deleted.

10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.43.0-->
<!--LATEST=2.44.0-->
<!--ENTRYINSERT-->

## 2.44.0
* feature: DeviceFarm: API Update for AWS Device Farm: Support for Deals and Promotions
* feature: ELBv2: Adding LoadBalancersDeleted waiter for Elasticloadbalancingv2
* feature: EnvironmentVariable: Load config from ~/.aws/config if AWS_SDK_LOAD_CONFIG is set
* feature: EnvironmentVariable: Add support for specifying the location of the shared config file via the AWS_CONFIG_FILE environment variable. This variable is only honored if AWS_SDK_LOAD_CONFIG is set to a truthy value.
* feature: EnvironmentVariable: Add support for the AWS_SHARED_CREDENTIALS_FILE environment variable if AWS_SDK_LOAD_CONFIG is set
* feature: Promises: Binds response object to the data object with which successful request promises are resolved

## 2.43.0
* feature: APIGateway: Add support for "embed" property.
* feature: CodeStar: AWS CodeStar is a cloud-based service for creating, managing, and working with software development projects on AWS. An AWS CodeStar project creates and integrates AWS services for your project development toolchain. AWS CodeStar also manages the permissions required for project users.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ to work with the new major 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.43.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.44.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 40e6643

Please sign in to comment.