Skip to content

Commit

Permalink
Updates SDK to v2.1420.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 21, 2023
1 parent 00fc0cf commit 25985a3
Show file tree
Hide file tree
Showing 19 changed files with 817 additions and 702 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1420.0.json
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "Glue",
"description": "This release adds support for AWS Glue Crawler with Apache Hudi Tables, allowing Crawlers to discover Hudi Tables in S3 and register them in Glue Data Catalog for query engines to query against."
},
{
"type": "feature",
"category": "MediaConvert",
"description": "This release includes improvements to Preserve 444 handling, compatibility of HEVC sources without frame rates, and general improvements to MP4 outputs."
},
{
"type": "feature",
"category": "RDS",
"description": "Adds support for the DBSystemID parameter of CreateDBInstance to RDS Custom for Oracle."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1419.0-->
<!--LATEST=2.1420.0-->
<!--ENTRYINSERT-->

## 2.1420.0
* feature: Glue: This release adds support for AWS Glue Crawler with Apache Hudi Tables, allowing Crawlers to discover Hudi Tables in S3 and register them in Glue Data Catalog for query engines to query against.
* feature: MediaConvert: This release includes improvements to Preserve 444 handling, compatibility of HEVC sources without frame rates, and general improvements to MP4 outputs.
* feature: RDS: Adds support for the DBSystemID parameter of CreateDBInstance to RDS Custom for Oracle.

## 2.1419.0
* feature: CodeCatalyst: This release adds support for updating and deleting spaces and projects in Amazon CodeCatalyst. It also adds support for creating, getting, and deleting source repositories in CodeCatalyst projects.
* feature: ConnectCases: This release adds the ability to assign a case to a queue or user.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -71,7 +71,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.1419.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1420.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

0 comments on commit 25985a3

Please sign in to comment.