Skip to content

Commit

Permalink
Updates SDK to v2.1644.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 18, 2024
1 parent 9dedd83 commit ea0c69a
Show file tree
Hide file tree
Showing 33 changed files with 3,614 additions and 1,127 deletions.
52 changes: 52 additions & 0 deletions .changes/2.1644.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"type": "feature",
"category": "BedrockRuntime",
"description": "This release adds support for using Guardrails with the Converse and ConverseStream APIs."
},
{
"type": "feature",
"category": "CloudTrail",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
},
{
"type": "feature",
"category": "ConfigService",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
},
{
"type": "feature",
"category": "EKS",
"description": "This release adds support to surface async fargate customer errors from async path to customer through describe-fargate-profile API response."
},
{
"type": "feature",
"category": "Lightsail",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
},
{
"type": "feature",
"category": "Polly",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
},
{
"type": "feature",
"category": "Rekognition",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Launched a new feature in SageMaker to provide managed MLflow Tracking Servers for customers to track ML experiments. This release also adds a new capability of attaching additional storage to SageMaker HyperPod cluster instances."
},
{
"type": "feature",
"category": "Shield",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
},
{
"type": "feature",
"category": "Snowball",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
}
]
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1643.0-->
<!--LATEST=2.1644.0-->
<!--ENTRYINSERT-->

## 2.1644.0
* feature: BedrockRuntime: This release adds support for using Guardrails with the Converse and ConverseStream APIs.
* feature: CloudTrail: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* feature: ConfigService: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* feature: EKS: This release adds support to surface async fargate customer errors from async path to customer through describe-fargate-profile API response.
* feature: Lightsail: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* feature: Polly: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* feature: Rekognition: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* feature: SageMaker: Launched a new feature in SageMaker to provide managed MLflow Tracking Servers for customers to track ML experiments. This release also adds a new capability of attaching additional storage to SageMaker HyperPod cluster instances.
* feature: Shield: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* feature: Snowball: Add v2 smoke tests and smithy smokeTests trait for SDK testing.

## 2.1643.0
* feature: Batch: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* feature: CodeBuild: AWS CodeBuild now supports global and organization GitHub webhooks
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1643.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1644.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 ea0c69a

Please sign in to comment.