Skip to content

Commit

Permalink
Updates SDK to v2.930.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 16, 2021
1 parent 7872257 commit 33a46b8
Show file tree
Hide file tree
Showing 23 changed files with 3,712 additions and 2,359 deletions.
27 changes: 27 additions & 0 deletions .changes/2.930.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "EC2",
"description": "This release adds support for VLAN-tagged network traffic over an Elastic Network Interface (ENI). This feature is in limited Preview for this release. Contact your account manager if you are interested in this feature."
},
{
"type": "feature",
"category": "KMS",
"description": "Adds support for multi-Region keys"
},
{
"type": "feature",
"category": "MediaTailor",
"description": "Adds AWS Secrets Manager Access Token Authentication for Source Locations"
},
{
"type": "feature",
"category": "Model",
"description": "Add support for httpChecksumRequired trait. SDK will insert Content-MD5 header value for operations with this trait. To disable the behavior, users can unset computeChecksums config"
},
{
"type": "feature",
"category": "RDS",
"description": "This release enables fast cloning in Aurora Serverless. You can now clone between Aurora Serverless clusters and Aurora Provisioned clusters."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-Model-750c473e.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.929.0-->
<!--LATEST=2.930.0-->
<!--ENTRYINSERT-->

## 2.930.0
* feature: EC2: This release adds support for VLAN-tagged network traffic over an Elastic Network Interface (ENI). This feature is in limited Preview for this release. Contact your account manager if you are interested in this feature.
* feature: KMS: Adds support for multi-Region keys
* feature: MediaTailor: Adds AWS Secrets Manager Access Token Authentication for Source Locations
* feature: Model: Add support for httpChecksumRequired trait. SDK will insert Content-MD5 header value for operations with this trait. To disable the behavior, users can unset computeChecksums config
* feature: RDS: This release enables fast cloning in Aurora Serverless. You can now clone between Aurora Serverless clusters and Aurora Provisioned clusters.

## 2.929.0
* feature: Connect: This release adds new sets of APIs: AssociateBot, DisassociateBot, and ListBots. You can use it to programmatically add an Amazon Lex bot or Amazon Lex V2 bot on the specified Amazon Connect instance
* feature: EC2: EC2 M5n, M5dn, R5n, R5dn metal instances with 100 Gbps network performance and Elastic Fabric Adapter (EFA) for ultra low latency
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.929.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.930.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 33a46b8

Please sign in to comment.