Skip to content

Commit

Permalink
Updates SDK to v2.1019.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 1, 2021
1 parent 281a410 commit 40ef3bd
Show file tree
Hide file tree
Showing 25 changed files with 4,897 additions and 769 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1019.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "Lightsail",
"description": "This release adds support to enable access logging for buckets in the Lightsail object storage service."
},
{
"type": "feature",
"category": "Neptune",
"description": "Adds support for major version upgrades to ModifyDbCluster API"
},
{
"type": "feature",
"category": "NetworkManager",
"description": "This release adds API support to aggregate resources, routes, and telemetry data across a Global Network."
},
{
"type": "feature",
"category": "Node.js",
"description": "Remove postinstall script warning end-of-support for Node.js <10.x"
},
{
"type": "feature",
"category": "Node.js",
"description": "Update engines field to support node >= 10.0.0"
},
{
"type": "feature",
"category": "Rekognition",
"description": "This Amazon Rekognition Custom Labels release introduces the management of datasets with projects"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-Node.js-20f6ff0f.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-Node.js-fb401e28.json

This file was deleted.

10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1018.0-->
<!--LATEST=2.1019.0-->
<!--ENTRYINSERT-->

## 2.1019.0
* feature: Lightsail: This release adds support to enable access logging for buckets in the Lightsail object storage service.
* feature: Neptune: Adds support for major version upgrades to ModifyDbCluster API
* feature: NetworkManager: This release adds API support to aggregate resources, routes, and telemetry data across a Global Network.
* feature: Node.js: Remove postinstall script warning end-of-support for Node.js <10.x
* feature: Node.js: Update engines field to support node >= 10.0.0
* feature: Rekognition: This Amazon Rekognition Custom Labels release introduces the management of datasets with projects

## 2.1018.0
* feature: ApplicationInsights: Added Monitoring support for SQL Server Failover Cluster Instance. Additionally, added a new API to allow one-click monitoring of containers resources.
* feature: Connect: Amazon Connect Chat now supports real-time message streaming.
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.1018.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1019.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 40ef3bd

Please sign in to comment.