Skip to content

Commit c4fe978

Browse files
author
awstools
committed
Updates SDK to v2.1660.0
1 parent 5d51db1 commit c4fe978

20 files changed

+5100
-2917
lines changed

Diff for: .changes/2.1660.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "Mobilehub",
5+
"description": "deprecate mobilehub"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "DataZone",
10+
"description": "This release adds 1/ support of register S3 locations of assets in AWS Lake Formation hybrid access mode for DefaultDataLake blueprint. 2/ support of CRUD operations for Asset Filters."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "IVS",
15+
"description": "Documentation update for IVS Low Latency API Reference."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "RedshiftServerless",
20+
"description": "Adds dualstack support for Redshift Serverless workgroup."
21+
}
22+
]

Diff for: .changes/next-release/bugfix-Mobilehub-f36e3dfd.json

-5
This file was deleted.

Diff for: CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1659.0-->
2+
<!--LATEST=2.1660.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1660.0
6+
* bugfix: Mobilehub: deprecate mobilehub
7+
* feature: DataZone: This release adds 1/ support of register S3 locations of assets in AWS Lake Formation hybrid access mode for DefaultDataLake blueprint. 2/ support of CRUD operations for Asset Filters.
8+
* feature: IVS: Documentation update for IVS Low Latency API Reference.
9+
* feature: RedshiftServerless: Adds dualstack support for Redshift Serverless workgroup.
10+
511
## 2.1659.0
612
* bugfix: s3: update s3 status 200 error classification
713
* feature: ACMPCA: Minor refactoring of C2J model for AWS Private CA

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1659.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1660.0.min.js"></script>
6868

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

0 commit comments

Comments
 (0)