Skip to content

Commit

Permalink
Updates SDK to v2.585.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 5, 2019
1 parent efb01a9 commit d4bbafc
Show file tree
Hide file tree
Showing 30 changed files with 5,273 additions and 2,282 deletions.
27 changes: 27 additions & 0 deletions .changes/2.585.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "bugfix",
"category": "Endpoint",
"description": "fix bug in regional endpoints and add more tests"
},
{
"type": "feature",
"category": "ApiGatewayV2",
"description": "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."
},
{
"type": "feature",
"category": "CORS",
"description": "add CORS support for kinesis-video-signaling service"
},
{
"type": "feature",
"category": "KinesisVideo",
"description": "Introduces management of signaling channels for Kinesis Video Streams."
},
{
"type": "feature",
"category": "KinesisVideoSignalingChannels",
"description": "Announcing support for WebRTC in Kinesis Video Streams, as fully managed capability. You can now use simple APIs to enable your connected devices, web, and mobile apps with real-time two-way media streaming capabilities."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Endpoint-d580bc63.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-CORS-9c7d9013.json

This file was deleted.

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.584.0-->
<!--LATEST=2.585.0-->
<!--ENTRYINSERT-->

## 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.
* feature: CORS: add CORS support for kinesis-video-signaling service
* feature: KinesisVideo: Introduces management of signaling channels for Kinesis Video Streams.
* feature: KinesisVideoSignalingChannels: Announcing support for WebRTC in Kinesis Video Streams, as fully managed capability. You can now use simple APIs to enable your connected devices, web, and mobile apps with real-time two-way media streaming capabilities.

## 2.584.0
* bugfix: S3: fix issues when SDK populates wrong path if access point arn contains forward slash
* feature: ApplicationAutoScaling: This release supports auto scaling of provisioned concurrency for AWS Lambda.
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.584.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.585.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 d4bbafc

Please sign in to comment.