Skip to content

Commit

Permalink
Updates SDK to v2.1660.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 22, 2024
1 parent 5d51db1 commit c4fe978
Show file tree
Hide file tree
Showing 20 changed files with 5,100 additions and 2,917 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1660.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "bugfix",
"category": "Mobilehub",
"description": "deprecate mobilehub"
},
{
"type": "feature",
"category": "DataZone",
"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."
},
{
"type": "feature",
"category": "IVS",
"description": "Documentation update for IVS Low Latency API Reference."
},
{
"type": "feature",
"category": "RedshiftServerless",
"description": "Adds dualstack support for Redshift Serverless workgroup."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Mobilehub-f36e3dfd.json

This file was deleted.

8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1659.0-->
<!--LATEST=2.1660.0-->
<!--ENTRYINSERT-->

## 2.1660.0
* bugfix: Mobilehub: deprecate mobilehub
* 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.
* feature: IVS: Documentation update for IVS Low Latency API Reference.
* feature: RedshiftServerless: Adds dualstack support for Redshift Serverless workgroup.

## 2.1659.0
* bugfix: s3: update s3 status 200 error classification
* feature: ACMPCA: Minor refactoring of C2J model for AWS Private CA
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1659.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1660.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 c4fe978

Please sign in to comment.