Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-sdk-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1329.0
Choose a base ref
...
head repository: aws/aws-sdk-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1330.0
Choose a head ref
  • 1 commit
  • 15 files changed
  • 1 contributor

Commits on Mar 7, 2023

  1. Updates SDK to v2.1330.0

    awstools committed Mar 7, 2023
    Copy the full SHA
    e45e950 View commit details
7 changes: 7 additions & 0 deletions .changes/2.1330.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "DMS",
"description": "This release adds DMS Fleet Advisor Target Recommendation APIs and exposes functionality for DMS Fleet Advisor. It adds functionality to start Target Recommendation calculation."
}
]
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1329.0-->
<!--LATEST=2.1330.0-->
<!--ENTRYINSERT-->

## 2.1330.0
* feature: DMS: This release adds DMS Fleet Advisor Target Recommendation APIs and exposes functionality for DMS Fleet Advisor. It adds functionality to start Target Recommendation calculation.

## 2.1329.0
* feature: Account: AWS Account alternate contact email addresses can now have a length of 254 characters and contain the character "|".

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ for further details.
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.1329.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1330.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
Loading