Skip to content

Commit

Permalink
Updates SDK to v2.897.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 30, 2021
1 parent b0d9c99 commit 88d145e
Show file tree
Hide file tree
Showing 25 changed files with 3,316 additions and 526 deletions.
27 changes: 27 additions & 0 deletions .changes/2.897.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "CloudFront",
"description": "CloudFront now supports CloudFront Functions, a native feature of CloudFront that enables you to write lightweight functions in JavaScript for high-scale, latency-sensitive CDN customizations."
},
{
"type": "feature",
"category": "CustomerProfiles",
"description": "This release introduces GetMatches and MergeProfiles APIs to fetch and merge duplicate profiles"
},
{
"type": "feature",
"category": "ForecastService",
"description": "Added new DeleteResourceTree operation that helps in deleting all the child resources of a given resource including the given resource."
},
{
"type": "feature",
"category": "MarketplaceCatalog",
"description": "Allows user defined names for Changes in a ChangeSet. Users can use ChangeNames to reference properties in another Change within a ChangeSet. This feature allows users to make changes to an entity when the entity identifier is not yet available while constructing the StartChangeSet request."
},
{
"type": "feature",
"category": "RoboMaker",
"description": "Adds ROS2 Foxy as a supported Robot Software Suite Version and Gazebo 11 as a supported Simulation Software Suite Version"
}
]
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.896.0-->
<!--LATEST=2.897.0-->
<!--ENTRYINSERT-->

## 2.897.0
* feature: CloudFront: CloudFront now supports CloudFront Functions, a native feature of CloudFront that enables you to write lightweight functions in JavaScript for high-scale, latency-sensitive CDN customizations.
* feature: CustomerProfiles: This release introduces GetMatches and MergeProfiles APIs to fetch and merge duplicate profiles
* feature: ForecastService: Added new DeleteResourceTree operation that helps in deleting all the child resources of a given resource including the given resource.
* feature: MarketplaceCatalog: Allows user defined names for Changes in a ChangeSet. Users can use ChangeNames to reference properties in another Change within a ChangeSet. This feature allows users to make changes to an entity when the entity identifier is not yet available while constructing the StartChangeSet request.
* feature: RoboMaker: Adds ROS2 Foxy as a supported Robot Software Suite Version and Gazebo 11 as a supported Simulation Software Suite Version

## 2.896.0
* bugfix: Serializer: XML entity encoding for carriage return, line feed, next line, and line separator characters
* feature: Chime: Increase AppInstanceUserId length to 64 characters
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.896.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.897.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 88d145e

Please sign in to comment.