Skip to content

Commit

Permalink
Updates SDK to v2.369.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 3, 2018
1 parent 61f8913 commit a62c6f6
Show file tree
Hide file tree
Showing 19 changed files with 624 additions and 283 deletions.
12 changes: 12 additions & 0 deletions .changes/2.369.0.json
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "DeviceFarm",
"description": "Customers can now schedule runs without a need to create a Device Pool. They also get realtime information on public device availability."
},
{
"type": "feature",
"category": "StorageGateway",
"description": "API list-local-disks returns a list of the gateway's local disks. This release adds a field DiskAttributeList to these disks."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.368.0-->
<!--LATEST=2.369.0-->
<!--ENTRYINSERT-->

## 2.369.0
* feature: DeviceFarm: Customers can now schedule runs without a need to create a Device Pool. They also get realtime information on public device availability.
* feature: StorageGateway: API list-local-disks returns a list of the gateway's local disks. This release adds a field DiskAttributeList to these disks.

## 2.368.0
* bugfix: md5: enable SDK to calculate content MD5 for more new S3 operations
* feature: S3: Fixed issue with Content-MD5 for S3 PutObjectLegalHold, PutObjectRetention and PutObjectLockConfiguration.
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.368.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.369.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 a62c6f6

Please sign in to comment.