Skip to content

Commit

Permalink
Updates SDK to v2.1098.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 22, 2022
1 parent 080875c commit 8ee5727
Show file tree
Hide file tree
Showing 23 changed files with 896 additions and 397 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1098.0.json
@@ -0,0 +1,27 @@
[
{
"type": "bugfix",
"category": "Route53",
"description": "fix Route53 endpoints resolution for us-iso-* regions"
},
{
"type": "feature",
"category": "CostExplorer",
"description": "Added three new APIs to support tagging and resource-level authorization on Cost Explorer resources: TagResource, UntagResource, ListTagsForResource. Added optional parameters to CreateCostCategoryDefinition, CreateAnomalySubscription and CreateAnomalyMonitor APIs to support Tag On Create."
},
{
"type": "feature",
"category": "LakeFormation",
"description": "The release fixes the incorrect permissions called out in the documentation - DESCRIBE_TAG, ASSOCIATE_TAG, DELETE_TAG, ALTER_TAG. This trebuchet release fixes the corresponding SDK and documentation."
},
{
"type": "feature",
"category": "Location",
"description": "Amazon Location Service now includes a MaxResults parameter for GetDevicePositionHistory requests."
},
{
"type": "feature",
"category": "Polly",
"description": "Amazon Polly adds new Catalan voice - Arlet. Arlet is available as Neural voice only."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Route53-5142179f.json

This file was deleted.

9 changes: 8 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1097.0-->
<!--LATEST=2.1098.0-->
<!--ENTRYINSERT-->

## 2.1098.0
* bugfix: Route53: fix Route53 endpoints resolution for us-iso-* regions
* feature: CostExplorer: Added three new APIs to support tagging and resource-level authorization on Cost Explorer resources: TagResource, UntagResource, ListTagsForResource. Added optional parameters to CreateCostCategoryDefinition, CreateAnomalySubscription and CreateAnomalyMonitor APIs to support Tag On Create.
* feature: LakeFormation: The release fixes the incorrect permissions called out in the documentation - DESCRIBE_TAG, ASSOCIATE_TAG, DELETE_TAG, ALTER_TAG. This trebuchet release fixes the corresponding SDK and documentation.
* feature: Location: Amazon Location Service now includes a MaxResults parameter for GetDevicePositionHistory requests.
* feature: Polly: Amazon Polly adds new Catalan voice - Arlet. Arlet is available as Neural voice only.

## 2.1097.0
* feature: ChimeSDKMeetings: Add support for media replication to link multiple WebRTC media sessions together to reach larger and global audiences. Participants connected to a replica session can be granted access to join the primary session and can switch sessions with their existing WebRTC connection
* feature: ECR: This release includes a fix in the DescribeImageScanFindings paginated output.
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.1097.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1098.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 8ee5727

Please sign in to comment.