Skip to content

Commit d4bbafc

Browse files
author
awstools
committed
Updates SDK to v2.585.0
1 parent efb01a9 commit d4bbafc

30 files changed

+5273
-2282
lines changed

.changes/2.585.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "Endpoint",
5+
"description": "fix bug in regional endpoints and add more tests"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ApiGatewayV2",
10+
"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."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "CORS",
15+
"description": "add CORS support for kinesis-video-signaling service"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "KinesisVideo",
20+
"description": "Introduces management of signaling channels for Kinesis Video Streams."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "KinesisVideoSignalingChannels",
25+
"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."
26+
}
27+
]

.changes/next-release/bugfix-Endpoint-d580bc63.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/feature-CORS-9c7d9013.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.584.0-->
2+
<!--LATEST=2.585.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.585.0
6+
* bugfix: Endpoint: fix bug in regional endpoints and add more tests
7+
* 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.
8+
* feature: CORS: add CORS support for kinesis-video-signaling service
9+
* feature: KinesisVideo: Introduces management of signaling channels for Kinesis Video Streams.
10+
* 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.
11+
512
## 2.584.0
613
* bugfix: S3: fix issues when SDK populates wrong path if access point arn contains forward slash
714
* feature: ApplicationAutoScaling: This release supports auto scaling of provisioned concurrency for AWS Lambda.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version.
2525
To use the SDK in the browser, simply add the following script tag to your
2626
HTML pages:
2727

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.584.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.585.0.min.js"></script>
2929

3030
You can also build a custom browser SDK with your specified set of AWS services.
3131
This can allow you to reduce the SDK's size, specify different API versions of

0 commit comments

Comments
 (0)