Skip to content

Commit

Permalink
Updates SDK to v2.875.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 29, 2021
1 parent a1c56fc commit 0eafa85
Show file tree
Hide file tree
Showing 23 changed files with 1,723 additions and 328 deletions.
27 changes: 27 additions & 0 deletions .changes/2.875.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "DocDB",
"description": "This release adds support for Event Subscriptions to DocumentDB."
},
{
"type": "feature",
"category": "Glue",
"description": "Allow Dots in Registry and Schema Names for CreateRegistry, CreateSchema; Fixed issue when duplicate keys are present and not returned as part of QuerySchemaVersionMetadata."
},
{
"type": "feature",
"category": "IAM",
"description": "AWS Identity and Access Management GetAccessKeyLastUsed API will throw a custom error if customer public key is not found for access keys."
},
{
"type": "feature",
"category": "Location",
"description": "Amazon Location added support for specifying pricing plan information on resources in alignment with our cost model."
},
{
"type": "feature",
"category": "WAFV2",
"description": "Added custom request handling and custom response support in rule actions and default action; Added the option to inspect the web request body as parsed and filtered JSON."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.874.0-->
<!--LATEST=2.875.0-->
<!--ENTRYINSERT-->

## 2.875.0
* feature: DocDB: This release adds support for Event Subscriptions to DocumentDB.
* feature: Glue: Allow Dots in Registry and Schema Names for CreateRegistry, CreateSchema; Fixed issue when duplicate keys are present and not returned as part of QuerySchemaVersionMetadata.
* feature: IAM: AWS Identity and Access Management GetAccessKeyLastUsed API will throw a custom error if customer public key is not found for access keys.
* feature: Location: Amazon Location added support for specifying pricing plan information on resources in alignment with our cost model.
* feature: WAFV2: Added custom request handling and custom response support in rule actions and default action; Added the option to inspect the web request body as parsed and filtered JSON.

## 2.874.0
* feature: CloudWatchEvents: Add support for SageMaker Model Builder Pipelines Targets to EventBridge
* feature: CustomerProfiles: This release adds an optional parameter named FlowDefinition in PutIntegrationRequest.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.874.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.875.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 0eafa85

Please sign in to comment.