Skip to content

Commit

Permalink
Updates SDK to v2.586.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 9, 2019
1 parent d4bbafc commit 4c034fb
Show file tree
Hide file tree
Showing 19 changed files with 1,383 additions and 682 deletions.
17 changes: 17 additions & 0 deletions .changes/2.586.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "KMS",
"description": "The Verify operation now returns KMSInvalidSignatureException on invalid signatures. The Sign and Verify operations now return KMSInvalidStateException when a request is made against a CMK pending deletion."
},
{
"type": "feature",
"category": "Kafka",
"description": "AWS MSK has added support for Open Monitoring with Prometheus."
},
{
"type": "feature",
"category": "SSM",
"description": "Adds the SSM GetCalendarState API and ChangeCalendar SSM Document type. These features enable the forthcoming Systems Manager Change Calendar feature, which will allow you to schedule events during which actions should (or should not) be performed."
}
]
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.585.0-->
<!--LATEST=2.586.0-->
<!--ENTRYINSERT-->

## 2.586.0
* feature: KMS: The Verify operation now returns KMSInvalidSignatureException on invalid signatures. The Sign and Verify operations now return KMSInvalidStateException when a request is made against a CMK pending deletion.
* feature: Kafka: AWS MSK has added support for Open Monitoring with Prometheus.
* feature: SSM: Adds the SSM GetCalendarState API and ChangeCalendar SSM Document type. These features enable the forthcoming Systems Manager Change Calendar feature, which will allow you to schedule events during which actions should (or should not) be performed.

## 2.585.0
* bugfix: Endpoint: fix bug in regional endpoints and add more tests
* feature: ApiGatewayV2: Amazon API Gateway now supports HTTP APIs (beta), enabling customers to quickly build high performance RESTful APIs that are up to 71% cheaper than REST APIs also available from API Gateway. HTTP APIs are optimized for building APIs that proxy to AWS Lambda functions or HTTP backends, making them ideal for serverless workloads. Using HTTP APIs, you can secure your APIs using OIDC and OAuth 2 out of box, quickly build web applications using a simple CORS experience, and get started immediately with automatic deployment and simple create workflows.
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.585.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.586.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 4c034fb

Please sign in to comment.