Skip to content

Commit 40ef3bd

Browse files
author
awstools
committed
Updates SDK to v2.1019.0
1 parent 281a410 commit 40ef3bd

25 files changed

+4897
-769
lines changed

.changes/2.1019.0.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Lightsail",
5+
"description": "This release adds support to enable access logging for buckets in the Lightsail object storage service."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Neptune",
10+
"description": "Adds support for major version upgrades to ModifyDbCluster API"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "NetworkManager",
15+
"description": "This release adds API support to aggregate resources, routes, and telemetry data across a Global Network."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Node.js",
20+
"description": "Remove postinstall script warning end-of-support for Node.js <10.x"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Node.js",
25+
"description": "Update engines field to support node >= 10.0.0"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Rekognition",
30+
"description": "This Amazon Rekognition Custom Labels release introduces the management of datasets with projects"
31+
}
32+
]

.changes/next-release/feature-Node.js-20f6ff0f.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/feature-Node.js-fb401e28.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1018.0-->
2+
<!--LATEST=2.1019.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1019.0
6+
* feature: Lightsail: This release adds support to enable access logging for buckets in the Lightsail object storage service.
7+
* feature: Neptune: Adds support for major version upgrades to ModifyDbCluster API
8+
* feature: NetworkManager: This release adds API support to aggregate resources, routes, and telemetry data across a Global Network.
9+
* feature: Node.js: Remove postinstall script warning end-of-support for Node.js <10.x
10+
* feature: Node.js: Update engines field to support node >= 10.0.0
11+
* feature: Rekognition: This Amazon Rekognition Custom Labels release introduces the management of datasets with projects
12+
513
## 2.1018.0
614
* feature: ApplicationInsights: Added Monitoring support for SQL Server Failover Cluster Instance. Additionally, added a new API to allow one-click monitoring of containers resources.
715
* feature: Connect: Amazon Connect Chat now supports real-time message streaming.

README.md

Lines changed: 1 addition & 1 deletion
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.1018.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1019.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)