Skip to content

Commit

Permalink
Updates SDK to v2.1028.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 12, 2021
1 parent c578c83 commit 3c2972d
Show file tree
Hide file tree
Showing 24 changed files with 3,246 additions and 669 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1028.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "Connect",
"description": "This release adds APIs for creating and managing scheduled tasks. Additionally, adds APIs to describe and update a contact and list associated references."
},
{
"type": "feature",
"category": "DevOpsGuru",
"description": "Add support for cross account APIs."
},
{
"type": "feature",
"category": "EC2",
"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."
},
{
"type": "feature",
"category": "MediaConvert",
"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."
},
{
"type": "feature",
"category": "SSM",
"description": "This Patch Manager release supports creating Patch Baselines for RaspberryPi OS (formerly Raspbian)"
},
{
"type": "feature",
"category": "endpoint",
"description": "Add useDualstackEndpoint configuration"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-endpoint-7f7bc9fa.json

This file was deleted.

10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1027.0-->
<!--LATEST=2.1028.0-->
<!--ENTRYINSERT-->

## 2.1028.0
* 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.
* feature: DevOpsGuru: Add support for cross account APIs.
* 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.
* 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.
* feature: SSM: This Patch Manager release supports creating Patch Baselines for RaspberryPi OS (formerly Raspbian)
* feature: endpoint: Add useDualstackEndpoint configuration

## 2.1027.0
* feature: EC2: This release provides an additional route target for the VPC route table.
* 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.
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.1027.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1028.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 3c2972d

Please sign in to comment.