Skip to content

Commit 8ee5727

Browse files
author
awstools
committed
Updates SDK to v2.1098.0
1 parent 080875c commit 8ee5727

23 files changed

+896
-397
lines changed

.changes/2.1098.0.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "Route53",
5+
"description": "fix Route53 endpoints resolution for us-iso-* regions"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CostExplorer",
10+
"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."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "LakeFormation",
15+
"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."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Location",
20+
"description": "Amazon Location Service now includes a MaxResults parameter for GetDevicePositionHistory requests."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Polly",
25+
"description": "Amazon Polly adds new Catalan voice - Arlet. Arlet is available as Neural voice only."
26+
}
27+
]

.changes/next-release/bugfix-Route53-5142179f.json

-5
This file was deleted.

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1097.0-->
2+
<!--LATEST=2.1098.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1098.0
6+
* bugfix: Route53: fix Route53 endpoints resolution for us-iso-* regions
7+
* 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.
8+
* 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.
9+
* feature: Location: Amazon Location Service now includes a MaxResults parameter for GetDevicePositionHistory requests.
10+
* feature: Polly: Amazon Polly adds new Catalan voice - Arlet. Arlet is available as Neural voice only.
11+
512
## 2.1097.0
613
* 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
714
* feature: ECR: This release includes a fix in the DescribeImageScanFindings paginated output.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1097.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1098.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

0 commit comments

Comments
 (0)