Skip to content

Commit dfec31b

Browse files
Merge pull request #4883 from aws/staging/354aa33b-06d7-4647-b081-1867737453db
Pull request: release <- staging/354aa33b-06d7-4647-b081-1867737453db
2 parents cf6fa5f + 39a22d8 commit dfec31b

File tree

597 files changed

+6073
-743
lines changed

Some content is hidden

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

597 files changed

+6073
-743
lines changed

.brazil.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"regions": { "packageName": "AwsJavaSdk-Core-Regions" },
3232
"s3-transfer-manager": { "packageName": "AwsJavaSdk-S3-TransferManager" },
3333
"s3-event-notifications": { "packageName": "AwsJavaSdk-S3-EventNotifications" },
34+
"sns-message-manager": { "packageName": "AwsJavaSdk-Sns-MessageManager" },
3435
"sdk-core": { "packageName": "AwsJavaSdk-Core" },
3536
"url-connection-client": { "packageName": "AwsJavaSdk-HttpClient-UrlConnectionClient" },
3637
"utils": { "packageName": "AwsJavaSdk-Core-Utils" },

.changes/2.42.35.json

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
{
2+
"version": "2.42.35",
3+
"date": "2026-04-16",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Fixed an issue where using a getObject ResponsePublisher as a putObject request body with the CRT HTTP client could cause the SDK to hang on retry when the server returns a retryable error."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS DevOps Agent Service",
14+
"contributor": "",
15+
"description": "Deprecate the userId from the Chat operations. This update also removes support of AllowVendedLogDeliveryForResource API from AWS SDKs."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Elemental MediaConvert",
20+
"contributor": "",
21+
"description": "Adds support for Elemental Inference powered smart crop feature, enabling video verticalization"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS SDK for Java v2",
26+
"contributor": "",
27+
"description": "Add HTTP client configuration type metadata to the User-Agent header, tracking whether the HTTP client was auto-detected from the classpath, an explicit client instance or client builder configured by the customer."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon AppStream",
32+
"contributor": "",
33+
"description": "Add content redirection to Update Stack"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Bedrock AgentCore",
38+
"contributor": "",
39+
"description": "Introducing NamespacePath in AgentCore Memory to support hierarchical prefix based memory record retrieval."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon CloudWatch",
44+
"contributor": "",
45+
"description": "Update documentation of alarm mute rules start and end date fields"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon CloudWatch Logs",
50+
"contributor": "",
51+
"description": "Endpoint update for CloudWatch Logs Streaming APIs."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon Cognito Identity Provider",
56+
"contributor": "",
57+
"description": "Adds support for passkey-based multi-factor authentication in Cognito User Pools. Users can authenticate securely using FIDO2-compliant passkeys with user verification, enabling passwordless MFA flows while maintaining backward compatibility with password-based authentication"
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon Connect Cases",
62+
"contributor": "",
63+
"description": "Added error handling for service quota limits"
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon Connect Customer Profiles",
68+
"contributor": "",
69+
"description": "Amazon Connect Customer Profiles adds RecommenderSchema CRUD APIs for custom ML training columns. CreateRecommender and CreateRecommenderFilter now accept optional RecommenderSchemaName."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon Connect Service",
74+
"contributor": "",
75+
"description": "This release updates the Amazon Connect Rules CRUD APIs to support a new EventSourceName - OnEmailAnalysisAvailable. Use this event source to trigger rules when conversational analytics results are available for email contacts."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "Amazon DataZone",
80+
"contributor": "",
81+
"description": "Launching SMUS IAM domain SDK support"
82+
},
83+
{
84+
"type": "feature",
85+
"category": "Amazon Relational Database Service",
86+
"contributor": "",
87+
"description": "Adds a new DescribeServerlessV2PlatformVersions API to describe platform version properties for Aurora Serverless v2. Also introduces a new valid maintenance action value for serverless platform version updates."
88+
},
89+
{
90+
"type": "feature",
91+
"category": "Amazon SNS Message Manager",
92+
"contributor": "",
93+
"description": "This change introduces the SNS Message Manager for 2.x, a library used to parse and validate messages received from SNS. This aims to provide the same functionality as [SnsMessageManager](https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/sns/message/SnsMessageManager.html) from 1.x."
94+
},
95+
{
96+
"type": "feature",
97+
"category": "Apache 5 HTTP Client",
98+
"contributor": "",
99+
"description": "Update `httpcore5` to `5.4.2`."
100+
},
101+
{
102+
"type": "feature",
103+
"category": "Auto Scaling",
104+
"contributor": "",
105+
"description": "This release adds support for specifying Availability Zone IDs as an alternative to Availability Zone names when creating or updating Auto Scaling groups."
106+
},
107+
{
108+
"type": "feature",
109+
"category": "Elastic Disaster Recovery Service",
110+
"contributor": "",
111+
"description": "Updating regex for identification of AWS Regions."
112+
},
113+
{
114+
"type": "feature",
115+
"category": "AWS SDK for Java v2",
116+
"contributor": "",
117+
"description": "Updated endpoint and partition metadata."
118+
}
119+
]
120+
}

CHANGELOG.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,77 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.42.35__ __2026-04-16__
3+
## __AWS DevOps Agent Service__
4+
- ### Features
5+
- Deprecate the userId from the Chat operations. This update also removes support of AllowVendedLogDeliveryForResource API from AWS SDKs.
6+
7+
## __AWS Elemental MediaConvert__
8+
- ### Features
9+
- Adds support for Elemental Inference powered smart crop feature, enabling video verticalization
10+
11+
## __AWS SDK for Java v2__
12+
- ### Features
13+
- Add HTTP client configuration type metadata to the User-Agent header, tracking whether the HTTP client was auto-detected from the classpath, an explicit client instance or client builder configured by the customer.
14+
- Updated endpoint and partition metadata.
15+
16+
- ### Bugfixes
17+
- Fixed an issue where using a getObject ResponsePublisher as a putObject request body with the CRT HTTP client could cause the SDK to hang on retry when the server returns a retryable error.
18+
19+
## __Amazon AppStream__
20+
- ### Features
21+
- Add content redirection to Update Stack
22+
23+
## __Amazon Bedrock AgentCore__
24+
- ### Features
25+
- Introducing NamespacePath in AgentCore Memory to support hierarchical prefix based memory record retrieval.
26+
27+
## __Amazon CloudWatch__
28+
- ### Features
29+
- Update documentation of alarm mute rules start and end date fields
30+
31+
## __Amazon CloudWatch Logs__
32+
- ### Features
33+
- Endpoint update for CloudWatch Logs Streaming APIs.
34+
35+
## __Amazon Cognito Identity Provider__
36+
- ### Features
37+
- Adds support for passkey-based multi-factor authentication in Cognito User Pools. Users can authenticate securely using FIDO2-compliant passkeys with user verification, enabling passwordless MFA flows while maintaining backward compatibility with password-based authentication
38+
39+
## __Amazon Connect Cases__
40+
- ### Features
41+
- Added error handling for service quota limits
42+
43+
## __Amazon Connect Customer Profiles__
44+
- ### Features
45+
- Amazon Connect Customer Profiles adds RecommenderSchema CRUD APIs for custom ML training columns. CreateRecommender and CreateRecommenderFilter now accept optional RecommenderSchemaName.
46+
47+
## __Amazon Connect Service__
48+
- ### Features
49+
- This release updates the Amazon Connect Rules CRUD APIs to support a new EventSourceName - OnEmailAnalysisAvailable. Use this event source to trigger rules when conversational analytics results are available for email contacts.
50+
51+
## __Amazon DataZone__
52+
- ### Features
53+
- Launching SMUS IAM domain SDK support
54+
55+
## __Amazon Relational Database Service__
56+
- ### Features
57+
- Adds a new DescribeServerlessV2PlatformVersions API to describe platform version properties for Aurora Serverless v2. Also introduces a new valid maintenance action value for serverless platform version updates.
58+
59+
## __Amazon SNS Message Manager__
60+
- ### Features
61+
- This change introduces the SNS Message Manager for 2.x, a library used to parse and validate messages received from SNS. This aims to provide the same functionality as [SnsMessageManager](https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/sns/message/SnsMessageManager.html) from 1.x.
62+
63+
## __Apache 5 HTTP Client__
64+
- ### Features
65+
- Update `httpcore5` to `5.4.2`.
66+
67+
## __Auto Scaling__
68+
- ### Features
69+
- This release adds support for specifying Availability Zone IDs as an alternative to Availability Zone names when creating or updating Auto Scaling groups.
70+
71+
## __Elastic Disaster Recovery Service__
72+
- ### Features
73+
- Updating regex for identification of AWS Regions.
74+
275
# __2.42.34__ __2026-04-13__
376
## __AWS Glue__
477
- ### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To automatically manage module versions (currently all modules have the same ver
5151
<dependency>
5252
<groupId>software.amazon.awssdk</groupId>
5353
<artifactId>bom</artifactId>
54-
<version>2.42.34</version>
54+
<version>2.42.35</version>
5555
<type>pom</type>
5656
<scope>import</scope>
5757
</dependency>
@@ -85,12 +85,12 @@ Alternatively you can add dependencies for the specific services you use only:
8585
<dependency>
8686
<groupId>software.amazon.awssdk</groupId>
8787
<artifactId>ec2</artifactId>
88-
<version>2.42.34</version>
88+
<version>2.42.35</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>software.amazon.awssdk</groupId>
9292
<artifactId>s3</artifactId>
93-
<version>2.42.34</version>
93+
<version>2.42.35</version>
9494
</dependency>
9595
```
9696

@@ -102,7 +102,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
102102
<dependency>
103103
<groupId>software.amazon.awssdk</groupId>
104104
<artifactId>aws-sdk-java</artifactId>
105-
<version>2.42.34</version>
105+
<version>2.42.35</version>
106106
</dependency>
107107
```
108108

archetypes/archetype-app-quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>archetypes</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.42.34</version>
23+
<version>2.42.35</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

archetypes/archetype-lambda/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>archetypes</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.42.34</version>
23+
<version>2.42.35</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetype-lambda</artifactId>

archetypes/archetype-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>archetypes</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.42.34</version>
23+
<version>2.42.35</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

archetypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>aws-sdk-java-pom</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.42.34</version>
23+
<version>2.42.35</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

aws-sdk-java/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>software.amazon.awssdk</groupId>
1919
<artifactId>aws-sdk-java-pom</artifactId>
20-
<version>2.42.34</version>
20+
<version>2.42.35</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>
@@ -698,6 +698,11 @@ Amazon AutoScaling, etc).</description>
698698
<artifactId>s3-event-notifications</artifactId>
699699
<version>${awsjavasdk.version}</version>
700700
</dependency>
701+
<dependency>
702+
<groupId>software.amazon.awssdk</groupId>
703+
<artifactId>sns-message-manager</artifactId>
704+
<version>${awsjavasdk.version}</version>
705+
</dependency>
701706
<dependency>
702707
<groupId>software.amazon.awssdk</groupId>
703708
<artifactId>sagemaker</artifactId>

bom-internal/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>aws-sdk-java-pom</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.42.34</version>
23+
<version>2.42.35</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)