Skip to content

Commit

Permalink
Updates SDK to v2.532.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 19, 2019
1 parent d98a0ed commit 6907c8f
Show file tree
Hide file tree
Showing 18 changed files with 233 additions and 86 deletions.
17 changes: 17 additions & 0 deletions .changes/2.532.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "ECS",
"description": "This release of Amazon Elastic Container Service (Amazon ECS) introduces support for container image manifest digests. This enables you to identify all tasks launched using a container image pulled from ECR in order to correlate what was built with where it is running."
},
{
"type": "feature",
"category": "Glue",
"description": "AWS Glue DevEndpoints now supports GlueVersion, enabling you to choose Apache Spark 2.4.3 (in addition to Apache Spark 2.2.1). In addition to supporting the latest version of Spark, you will also have the ability to choose between Python 2 and Python 3."
},
{
"type": "feature",
"category": "MediaConnect",
"description": "When you grant an entitlement, you can now specify the percentage of the entitlement data transfer that you want the subscriber to be responsible for."
}
]
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.531.0-->
<!--LATEST=2.532.0-->
<!--ENTRYINSERT-->

## 2.532.0
* feature: ECS: This release of Amazon Elastic Container Service (Amazon ECS) introduces support for container image manifest digests. This enables you to identify all tasks launched using a container image pulled from ECR in order to correlate what was built with where it is running.
* feature: Glue: AWS Glue DevEndpoints now supports GlueVersion, enabling you to choose Apache Spark 2.4.3 (in addition to Apache Spark 2.2.1). In addition to supporting the latest version of Spark, you will also have the ability to choose between Python 2 and Python 3.
* feature: MediaConnect: When you grant an entitlement, you can now specify the percentage of the entitlement data transfer that you want the subscriber to be responsible for.

## 2.531.0
* bugfix: Dependency: Pin the dependency to the latest
* feature: APIGateway: Amazon API Gateway simplifies accessing PRIVATE APIs by allowing you to associate one or more Amazon Virtual Private Cloud (VPC) Endpoints to a private API. API Gateway will create and manage DNS alias records necessary for easily invoking the private APIs. With this feature, you can leverage private APIs in web applications hosted within your VPCs.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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.531.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.532.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
3 changes: 3 additions & 0 deletions apis/ecs-2014-11-13.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,7 @@
"type": "structure",
"members": {
"containerName": {},
"imageDigest": {},
"runtimeId": {},
"exitCode": {
"type": "integer"
Expand Down Expand Up @@ -2176,6 +2177,8 @@
"containerArn": {},
"taskArn": {},
"name": {},
"image": {},
"imageDigest": {},
"runtimeId": {},
"lastStatus": {},
"exitCode": {
Expand Down
27 changes: 21 additions & 6 deletions apis/ecs-2014-11-13.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit 6907c8f

Please sign in to comment.