Skip to content

Commit ee2970c

Browse files
author
awstools
committed
Updates SDK to v2.1551.0
1 parent f4d03bf commit ee2970c

14 files changed

+2428
-2298
lines changed

.changes/2.1551.0.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Glue",
5+
"description": "Introduce Catalog Encryption Role within Glue Data Catalog Settings. Introduce SASL/PLAIN as an authentication method for Glue Kafka connections"
6+
}
7+
]

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1550.0-->
2+
<!--LATEST=2.1551.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1551.0
6+
* feature: Glue: Introduce Catalog Encryption Role within Glue Data Catalog Settings. Introduce SASL/PLAIN as an authentication method for Glue Kafka connections
7+
58
## 2.1550.0
69
* bugfix: eks pod identity: adds support to use eks pod identity
710
* feature: SageMaker: Amazon SageMaker Canvas adds GenerativeAiSettings support for CanvasAppSettings.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6969
To use the SDK in the browser, simply add the following script tag to your
7070
HTML pages:
7171

72-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1550.0.min.js"></script>
72+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1551.0.min.js"></script>
7373

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

0 commit comments

Comments
 (0)