Skip to content

Commit

Permalink
Updates SDK to v2.1413.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 7, 2023
1 parent 1ac6103 commit 7e35f37
Show file tree
Hide file tree
Showing 25 changed files with 3,639 additions and 858 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1413.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "CloudWatchLogs",
"description": "Add CMK encryption support for CloudWatch Logs Insights query result data"
},
{
"type": "feature",
"category": "DMS",
"description": "Releasing DMS Serverless. Adding support for PostgreSQL 15.x as source and target endpoint. Adding support for DocDB Elastic Clusters with sharded collections, PostgreSQL datatype mapping customization and disabling hostname validation of the certificate authority in Kafka endpoint settings"
},
{
"type": "feature",
"category": "Glue",
"description": "This release enables customers to create new Apache Iceberg tables and associated metadata in Amazon S3 by using native AWS Glue CreateTable operation."
},
{
"type": "feature",
"category": "MediaLive",
"description": "This release enables the use of Thumbnails in AWS Elemental MediaLive."
},
{
"type": "feature",
"category": "MediaTailor",
"description": "The AWS Elemental MediaTailor SDK for Channel Assembly has added support for EXT-X-CUE-OUT and EXT-X-CUE-IN tags to specify ad breaks in HLS outputs, including support for EXT-OATCLS, EXT-X-ASSET, and EXT-X-CUE-OUT-CONT accessory tags."
}
]
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.1412.0-->
<!--LATEST=2.1413.0-->
<!--ENTRYINSERT-->

## 2.1413.0
* feature: CloudWatchLogs: Add CMK encryption support for CloudWatch Logs Insights query result data
* feature: DMS: Releasing DMS Serverless. Adding support for PostgreSQL 15.x as source and target endpoint. Adding support for DocDB Elastic Clusters with sharded collections, PostgreSQL datatype mapping customization and disabling hostname validation of the certificate authority in Kafka endpoint settings
* feature: Glue: This release enables customers to create new Apache Iceberg tables and associated metadata in Amazon S3 by using native AWS Glue CreateTable operation.
* feature: MediaLive: This release enables the use of Thumbnails in AWS Elemental MediaLive.
* feature: MediaTailor: The AWS Elemental MediaTailor SDK for Channel Assembly has added support for EXT-X-CUE-OUT and EXT-X-CUE-IN tags to specify ad breaks in HLS outputs, including support for EXT-OATCLS, EXT-X-ASSET, and EXT-X-CUE-OUT-CONT accessory tags.

## 2.1412.0
* feature: EC2: Add Nitro Enclaves support on DescribeInstanceTypes
* feature: Location: This release adds support for authenticating with Amazon Location Service's Places & Routes APIs with an API Key. Also, with this release developers can publish tracked device position updates to Amazon EventBridge.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.1412.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1413.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 7e35f37

Please sign in to comment.