Skip to content

Commit

Permalink
Updates SDK to v2.1590.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 1, 2024
1 parent 8a82af5 commit 04c5f14
Show file tree
Hide file tree
Showing 33 changed files with 29,518 additions and 844 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1590.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "bugfix",
"category": "event listeners",
"description": "Configures the endpoint path for redirect requests, instead of just the hostname, allowing for proper redirects."
},
{
"type": "feature",
"category": "CloudWatch",
"description": "This release adds support for CloudWatch Anomaly Detection on cross-account metrics. SingleMetricAnomalyDetector and MetricDataQuery inputs to Anomaly Detection APIs now take an optional AccountId field."
},
{
"type": "feature",
"category": "DataZone",
"description": "This release supports the feature of AI recommendations for descriptions to enrich the business data catalog in Amazon DataZone."
},
{
"type": "feature",
"category": "Deadline",
"description": "AWS Deadline Cloud is a new fully managed service that helps customers set up, deploy, and scale rendering projects in minutes, so they can improve the efficiency of their rendering pipelines and take on more projects."
},
{
"type": "feature",
"category": "Lightsail",
"description": "This release adds support to upgrade the TLS version of the distribution."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-event-listeners-536ce342.json

This file was deleted.

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.1589.0-->
<!--LATEST=2.1590.0-->
<!--ENTRYINSERT-->

## 2.1590.0
* bugfix: event listeners: Configures the endpoint path for redirect requests, instead of just the hostname, allowing for proper redirects.
* feature: CloudWatch: This release adds support for CloudWatch Anomaly Detection on cross-account metrics. SingleMetricAnomalyDetector and MetricDataQuery inputs to Anomaly Detection APIs now take an optional AccountId field.
* feature: DataZone: This release supports the feature of AI recommendations for descriptions to enrich the business data catalog in Amazon DataZone.
* feature: Deadline: AWS Deadline Cloud is a new fully managed service that helps customers set up, deploy, and scale rendering projects in minutes, so they can improve the efficiency of their rendering pipelines and take on more projects.
* feature: Lightsail: This release adds support to upgrade the TLS version of the distribution.

## 2.1589.0
* feature: B2bi: Supporting new EDI X12 transaction sets for X12 versions 4010, 4030, and 5010.
* feature: CodeBuild: Add new fleet status code for Reserved Capacity.
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.1589.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1590.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 04c5f14

Please sign in to comment.