Skip to content

Commit 3c2972d

Browse files
author
awstools
committed
Updates SDK to v2.1028.0
1 parent c578c83 commit 3c2972d

24 files changed

+3246
-669
lines changed

.changes/2.1028.0.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Connect",
5+
"description": "This release adds APIs for creating and managing scheduled tasks. Additionally, adds APIs to describe and update a contact and list associated references."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "DevOpsGuru",
10+
"description": "Add support for cross account APIs."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EC2",
15+
"description": "C6i instances are powered by a third-generation Intel Xeon Scalable processor (Ice Lake) delivering all-core turbo frequency of 3.5 GHz. G5 instances feature up to 8 NVIDIA A10G Tensor Core GPUs and second generation AMD EPYC processors."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "MediaConvert",
20+
"description": "AWS Elemental MediaConvert SDK has added automatic modes for GOP configuration and added the ability to ingest screen recordings generated by Safari on MacOS 12 Monterey."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SSM",
25+
"description": "This Patch Manager release supports creating Patch Baselines for RaspberryPi OS (formerly Raspbian)"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "endpoint",
30+
"description": "Add useDualstackEndpoint configuration"
31+
}
32+
]

.changes/next-release/feature-endpoint-7f7bc9fa.json

-5
This file was deleted.

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1027.0-->
2+
<!--LATEST=2.1028.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1028.0
6+
* feature: Connect: This release adds APIs for creating and managing scheduled tasks. Additionally, adds APIs to describe and update a contact and list associated references.
7+
* feature: DevOpsGuru: Add support for cross account APIs.
8+
* feature: EC2: C6i instances are powered by a third-generation Intel Xeon Scalable processor (Ice Lake) delivering all-core turbo frequency of 3.5 GHz. G5 instances feature up to 8 NVIDIA A10G Tensor Core GPUs and second generation AMD EPYC processors.
9+
* feature: MediaConvert: AWS Elemental MediaConvert SDK has added automatic modes for GOP configuration and added the ability to ingest screen recordings generated by Safari on MacOS 12 Monterey.
10+
* feature: SSM: This Patch Manager release supports creating Patch Baselines for RaspberryPi OS (formerly Raspbian)
11+
* feature: endpoint: Add useDualstackEndpoint configuration
12+
513
## 2.1027.0
614
* feature: EC2: This release provides an additional route target for the VPC route table.
715
* feature: Translate: This release enables customers to import Multi-Directional Custom Terminology and use Multi-Directional Custom Terminology in both real-time translation and asynchronous batch translation.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1027.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1028.0.min.js"></script>
3333

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

0 commit comments

Comments
 (0)