Skip to content

Commit

Permalink
Updates SDK to v2.626.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 25, 2020
1 parent a92d0e8 commit 5b51b4e
Show file tree
Hide file tree
Showing 20 changed files with 527 additions and 125 deletions.
22 changes: 22 additions & 0 deletions .changes/2.626.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "Kafka",
"description": "Amazon MSK has added support for Broker Log delivery to CloudWatch, S3, and Firehose."
},
{
"type": "feature",
"category": "Outposts",
"description": "This release adds DeleteSite and DeleteOutpost. "
},
{
"type": "feature",
"category": "SecretsManager",
"description": "This release increases the maximum allowed size of SecretString or SecretBinary from 10KB to 64KB in the CreateSecret, UpdateSecret, PutSecretValue and GetSecretValue APIs."
},
{
"type": "feature",
"category": "StepFunctions",
"description": "This release adds support for CloudWatch Logs for Standard Workflows."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.625.0-->
<!--LATEST=2.626.0-->
<!--ENTRYINSERT-->

## 2.626.0
* feature: Kafka: Amazon MSK has added support for Broker Log delivery to CloudWatch, S3, and Firehose.
* feature: Outposts: This release adds DeleteSite and DeleteOutpost.
* 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.
* feature: StepFunctions: This release adds support for CloudWatch Logs for Standard Workflows.

## 2.625.0
* bugfix: Access Point: Avoid mixing up S3 client config set by ManagedUpload with user-set client config
* feature: CloudWatchEvents: This release allows you to create and manage tags for event buses.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
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.625.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.626.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 5b51b4e

Please sign in to comment.