Skip to content

Commit d253399

Browse files
author
awstools
committed
Updates SDK to v2.1298.0
1 parent 75f6324 commit d253399

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+3792
-2487
lines changed

.changes/2.1298.0.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Appflow",
5+
"description": "Adding support for Salesforce Pardot connector in Amazon AppFlow."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CloudWatchLogs",
10+
"description": "Bug fix - Removed the regex pattern validation from CoralModel to avoid potential security issue."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "CodeArtifact",
15+
"description": "Documentation updates for CodeArtifact"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Connect",
20+
"description": "Amazon Connect Chat introduces Persistent Chat, allowing customers to resume previous conversations with context and transcripts carried over from previous chats, eliminating the need to repeat themselves and allowing agents to provide personalized service with access to entire conversation history."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "ConnectParticipant",
25+
"description": "This release updates Amazon Connect Participant's GetTranscript api to provide transcripts of past chats on a persistent chat session."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "EC2",
30+
"description": "Adds SSM Parameter Resource Aliasing support to EC2 Launch Templates. Launch Templates can now store parameter aliases in place of AMI Resource IDs. CreateLaunchTemplateVersion and DescribeLaunchTemplateVersions now support a convenience flag, ResolveAlias, to return the resolved parameter value."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "Glue",
35+
"description": "Release Glue Studio Hudi Data Lake Format for SDK/CLI"
36+
},
37+
{
38+
"type": "feature",
39+
"category": "GroundStation",
40+
"description": "Add configurable prepass and postpass times for DataflowEndpointGroup. Add Waiter to allow customers to wait for a contact that was reserved through ReserveContact"
41+
},
42+
{
43+
"type": "feature",
44+
"category": "MediaLive",
45+
"description": "AWS Elemental MediaLive adds support for SCTE 35 preRollMilliSeconds."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "OpenSearch",
50+
"description": "This release adds the enhanced dry run option, that checks for validation errors that might occur when deploying configuration changes and provides a summary of these errors, if any. The feature will also indicate whether a blue/green deployment will be required to apply a change."
51+
},
52+
{
53+
"type": "feature",
54+
"category": "Panorama",
55+
"description": "Added AllowMajorVersionUpdate option to OTAJobConfig to make appliance software major version updates opt-in."
56+
},
57+
{
58+
"type": "feature",
59+
"category": "SageMaker",
60+
"description": "HyperParameterTuningJobs now allow passing environment variables into the corresponding TrainingJobs"
61+
}
62+
]

CHANGELOG.md

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

5+
## 2.1298.0
6+
* feature: Appflow: Adding support for Salesforce Pardot connector in Amazon AppFlow.
7+
* feature: CloudWatchLogs: Bug fix - Removed the regex pattern validation from CoralModel to avoid potential security issue.
8+
* feature: CodeArtifact: Documentation updates for CodeArtifact
9+
* feature: Connect: Amazon Connect Chat introduces Persistent Chat, allowing customers to resume previous conversations with context and transcripts carried over from previous chats, eliminating the need to repeat themselves and allowing agents to provide personalized service with access to entire conversation history.
10+
* feature: ConnectParticipant: This release updates Amazon Connect Participant's GetTranscript api to provide transcripts of past chats on a persistent chat session.
11+
* feature: EC2: Adds SSM Parameter Resource Aliasing support to EC2 Launch Templates. Launch Templates can now store parameter aliases in place of AMI Resource IDs. CreateLaunchTemplateVersion and DescribeLaunchTemplateVersions now support a convenience flag, ResolveAlias, to return the resolved parameter value.
12+
* feature: Glue: Release Glue Studio Hudi Data Lake Format for SDK/CLI
13+
* feature: GroundStation: Add configurable prepass and postpass times for DataflowEndpointGroup. Add Waiter to allow customers to wait for a contact that was reserved through ReserveContact
14+
* feature: MediaLive: AWS Elemental MediaLive adds support for SCTE 35 preRollMilliSeconds.
15+
* feature: OpenSearch: This release adds the enhanced dry run option, that checks for validation errors that might occur when deploying configuration changes and provides a summary of these errors, if any. The feature will also indicate whether a blue/green deployment will be required to apply a change.
16+
* feature: Panorama: Added AllowMajorVersionUpdate option to OTAJobConfig to make appliance software major version updates opt-in.
17+
* feature: SageMaker: HyperParameterTuningJobs now allow passing environment variables into the corresponding TrainingJobs
18+
519
## 2.1297.0
620
* feature: CloudWatch: Enable cross-account streams in CloudWatch Metric Streams via Observability Access Manager.
721
* feature: Ivschat: Updates the range for a Chat Room's maximumMessageRatePerSecond field.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for further details.
5757
To use the SDK in the browser, simply add the following script tag to your
5858
HTML pages:
5959

60-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1297.0.min.js"></script>
60+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1298.0.min.js"></script>
6161

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

0 commit comments

Comments
 (0)