Skip to content

Commit 52e8689

Browse files
author
awstools
committed
Updates SDK to v2.1646.0
1 parent 4fb139e commit 52e8689

39 files changed

+6196
-3737
lines changed

.changes/2.1646.0.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "BedrockRuntime",
5+
"description": "This release adds document support to Converse and ConverseStream APIs"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CodeArtifact",
10+
"description": "Add support for the Cargo package format."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "ComputeOptimizer",
15+
"description": "This release enables AWS Compute Optimizer to analyze and generate optimization recommendations for Amazon RDS MySQL and RDS PostgreSQL."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "CostOptimizationHub",
20+
"description": "This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon RDS MySQL and RDS PostgreSQL."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Glue",
25+
"description": "Fix Glue paginators for Jobs, JobRuns, Triggers, Blueprints and Workflows."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "IVSRealTime",
30+
"description": "IVS Real-Time now offers customers the ability to record individual stage participants to S3."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "SageMaker",
35+
"description": "Adds support for model references in Hub service, and adds support for cross-account access of Hubs"
36+
}
37+
]

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1645.0-->
2+
<!--LATEST=2.1646.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1646.0
6+
* feature: BedrockRuntime: This release adds document support to Converse and ConverseStream APIs
7+
* feature: CodeArtifact: Add support for the Cargo package format.
8+
* feature: ComputeOptimizer: This release enables AWS Compute Optimizer to analyze and generate optimization recommendations for Amazon RDS MySQL and RDS PostgreSQL.
9+
* feature: CostOptimizationHub: This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon RDS MySQL and RDS PostgreSQL.
10+
* feature: Glue: Fix Glue paginators for Jobs, JobRuns, Triggers, Blueprints and Workflows.
11+
* feature: IVSRealTime: IVS Real-Time now offers customers the ability to record individual stage participants to S3.
12+
* feature: SageMaker: Adds support for model references in Hub service, and adds support for cross-account access of Hubs
13+
514
## 2.1645.0
615
* feature: Artifact: This release adds an acceptanceType field to the ReportSummary structure (used in the ListReports API response).
716
* feature: Athena: Add v2 smoke tests and smithy smokeTests trait for SDK testing.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1645.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1646.0.min.js"></script>
6868

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

0 commit comments

Comments
 (0)