Skip to content

Commit

Permalink
Updates SDK to v2.1646.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 20, 2024
1 parent 4fb139e commit 52e8689
Show file tree
Hide file tree
Showing 39 changed files with 6,196 additions and 3,737 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1646.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "BedrockRuntime",
"description": "This release adds document support to Converse and ConverseStream APIs"
},
{
"type": "feature",
"category": "CodeArtifact",
"description": "Add support for the Cargo package format."
},
{
"type": "feature",
"category": "ComputeOptimizer",
"description": "This release enables AWS Compute Optimizer to analyze and generate optimization recommendations for Amazon RDS MySQL and RDS PostgreSQL."
},
{
"type": "feature",
"category": "CostOptimizationHub",
"description": "This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon RDS MySQL and RDS PostgreSQL."
},
{
"type": "feature",
"category": "Glue",
"description": "Fix Glue paginators for Jobs, JobRuns, Triggers, Blueprints and Workflows."
},
{
"type": "feature",
"category": "IVSRealTime",
"description": "IVS Real-Time now offers customers the ability to record individual stage participants to S3."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Adds support for model references in Hub service, and adds support for cross-account access of Hubs"
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1645.0-->
<!--LATEST=2.1646.0-->
<!--ENTRYINSERT-->

## 2.1646.0
* feature: BedrockRuntime: This release adds document support to Converse and ConverseStream APIs
* feature: CodeArtifact: Add support for the Cargo package format.
* feature: ComputeOptimizer: This release enables AWS Compute Optimizer to analyze and generate optimization recommendations for Amazon RDS MySQL and RDS PostgreSQL.
* feature: CostOptimizationHub: This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon RDS MySQL and RDS PostgreSQL.
* feature: Glue: Fix Glue paginators for Jobs, JobRuns, Triggers, Blueprints and Workflows.
* feature: IVSRealTime: IVS Real-Time now offers customers the ability to record individual stage participants to S3.
* feature: SageMaker: Adds support for model references in Hub service, and adds support for cross-account access of Hubs

## 2.1645.0
* feature: Artifact: This release adds an acceptanceType field to the ReportSummary structure (used in the ListReports API response).
* feature: Athena: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
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.1645.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1646.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 52e8689

Please sign in to comment.