Skip to content

Commit

Permalink
Updates SDK to v2.749.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 9, 2020
1 parent 4d5e10e commit 08f03af
Show file tree
Hide file tree
Showing 26 changed files with 2,571 additions and 159 deletions.
17 changes: 17 additions & 0 deletions .changes/2.749.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "Glue",
"description": "Adding support for partitionIndexes to improve GetPartitions performance."
},
{
"type": "feature",
"category": "KinesisAnalyticsV2",
"description": "Kinesis Data Analytics is adding new AUTOSCALING application status for applications during auto scaling and also adding FlinkRunConfigurationDescription in the ApplicationDetails."
},
{
"type": "feature",
"category": "RedshiftData",
"description": "The Amazon Redshift Data API is generally available. This release enables querying Amazon Redshift data and listing various database objects."
}
]
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.748.0-->
<!--LATEST=2.749.0-->
<!--ENTRYINSERT-->

## 2.749.0
* feature: Glue: Adding support for partitionIndexes to improve GetPartitions performance.
* feature: KinesisAnalyticsV2: Kinesis Data Analytics is adding new AUTOSCALING application status for applications during auto scaling and also adding FlinkRunConfigurationDescription in the ApplicationDetails.
* feature: RedshiftData: The Amazon Redshift Data API is generally available. This release enables querying Amazon Redshift data and listing various database objects.

## 2.748.0
* bugfix: protocol: Allow error code extraction from pascal cased Code attribute in the JSON body response
* feature: ApiGatewayV2: You can now secure HTTP APIs using Lambda authorizers and IAM authorizers. These options enable you to make flexible auth decisions using a Lambda function, or using IAM policies, respectively.
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.748.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.749.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 08f03af

Please sign in to comment.