Skip to content

Commit bd04b90

Browse files
author
awstools
committed
Updates SDK to v2.1133.0
1 parent 6b9d985 commit bd04b90

15 files changed

+1607
-1313
lines changed

Diff for: .changes/2.1133.0.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"description": "This release updates AWS PrivateLink APIs to support IPv6 for PrivateLink Services and Endpoints of type 'Interface'."
6+
}
7+
]

Diff for: CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1132.0-->
2+
<!--LATEST=2.1133.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1133.0
6+
* feature: EC2: This release updates AWS PrivateLink APIs to support IPv6 for PrivateLink Services and Endpoints of type 'Interface'.
7+
58
## 2.1132.0
69
* feature: EC2: Added support for using NitroTPM and UEFI Secure Boot on EC2 instances.
710
* feature: EKS: Adds BOTTLEROCKET_ARM_64_NVIDIA and BOTTLEROCKET_x86_64_NVIDIA AMI types to EKS managed nodegroups

Diff for: 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.1132.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1133.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)