Skip to content

Commit 5b51b4e

Browse files
author
awstools
committed
Updates SDK to v2.626.0
1 parent a92d0e8 commit 5b51b4e

20 files changed

+527
-125
lines changed

.changes/2.626.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Kafka",
5+
"description": "Amazon MSK has added support for Broker Log delivery to CloudWatch, S3, and Firehose."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Outposts",
10+
"description": "This release adds DeleteSite and DeleteOutpost. "
11+
},
12+
{
13+
"type": "feature",
14+
"category": "SecretsManager",
15+
"description": "This release increases the maximum allowed size of SecretString or SecretBinary from 10KB to 64KB in the CreateSecret, UpdateSecret, PutSecretValue and GetSecretValue APIs."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "StepFunctions",
20+
"description": "This release adds support for CloudWatch Logs for Standard Workflows."
21+
}
22+
]

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.625.0-->
2+
<!--LATEST=2.626.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.626.0
6+
* feature: Kafka: Amazon MSK has added support for Broker Log delivery to CloudWatch, S3, and Firehose.
7+
* feature: Outposts: This release adds DeleteSite and DeleteOutpost.
8+
* feature: SecretsManager: This release increases the maximum allowed size of SecretString or SecretBinary from 10KB to 64KB in the CreateSecret, UpdateSecret, PutSecretValue and GetSecretValue APIs.
9+
* feature: StepFunctions: This release adds support for CloudWatch Logs for Standard Workflows.
10+
511
## 2.625.0
612
* bugfix: Access Point: Avoid mixing up S3 client config set by ManagedUpload with user-set client config
713
* feature: CloudWatchEvents: This release allows you to create and manage tags for event buses.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version.
2525
To use the SDK in the browser, simply add the following script tag to your
2626
HTML pages:
2727

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.625.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.626.0.min.js"></script>
2929

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

0 commit comments

Comments
 (0)