Skip to content

Commit ced3f53

Browse files
Merge pull request #4793 from aws/staging/526b9849-d5b8-4779-9a5e-225cd41d6e34
Pull request: release <- staging/526b9849-d5b8-4779-9a5e-225cd41d6e34
2 parents fa19359 + b6defa8 commit ced3f53

File tree

537 files changed

+2754
-545
lines changed

Some content is hidden

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

537 files changed

+2754
-545
lines changed

.changes/2.42.11.json

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"version": "2.42.11",
3+
"date": "2026-03-11",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "Amazon S3",
8+
"contributor": "",
9+
"description": "Fixed misleading checksum mismatch error message for S3 GetObject that incorrectly referenced uploading. See [#6324](https://github.com/aws/aws-sdk-java-v2/issues/6324)."
10+
},
11+
{
12+
"type": "bugfix",
13+
"category": "AWS CRT-based S3 Client",
14+
"contributor": "bsmelo",
15+
"description": "Only log `SSL Certificate verification is disabled` warning if trustAllCertificatesEnabled is set to true."
16+
},
17+
{
18+
"type": "bugfix",
19+
"category": "AWS SDK for Java v2",
20+
"contributor": "",
21+
"description": "Updating Lakeformation Access Grants Plugin version to 1.4"
22+
},
23+
{
24+
"type": "bugfix",
25+
"category": "AWS SDK for Java v2 Migration Tool",
26+
"contributor": "",
27+
"description": "Strip quotes in getETag response"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Connect Customer Profiles",
32+
"contributor": "",
33+
"description": "Today, Amazon Connect is announcing the ability to filter (include or exclude) recommendations based on properties of items and interactions."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon DynamoDB Enhanced Client",
38+
"contributor": "",
39+
"description": "Improved performance by adding a fast path avoiding wrapping of String and Byte types"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Elastic Kubernetes Service",
44+
"contributor": "",
45+
"description": "Adds support for a new tier in controlPlaneScalingConfig on EKS Clusters."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Polly",
50+
"contributor": "",
51+
"description": "Added support for the new voices - Ambre (fr-FR), Beatrice (it-IT), Florian (fr-FR), Lennart (de-DE), Lorenzo (it-IT) and Tiffany (en-US). They are available as a Generative voices only."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon SageMaker Service",
56+
"contributor": "",
57+
"description": "SageMaker training plans allow you to extend your existing training plans to avoid workload interruptions without workload reconfiguration. When a training plan is approaching expiration, you can extend it directly through the SageMaker AI console or programmatically using the API or AWS CLI."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon SimpleDB v2",
62+
"contributor": "",
63+
"description": "Introduced Amazon SimpleDB export functionality enabling domain data export to S3 in JSON format. Added three new APIs StartDomainExport, GetExport, and ListExports via SimpleDBv2 service. Supports cross-region exports and KMS encryption."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon WorkSpaces",
68+
"contributor": "",
69+
"description": "Added WINDOWS SERVER 2025 OperatingSystemName."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "AWS SDK for Java v2",
74+
"contributor": "",
75+
"description": "Updated endpoint and partition metadata."
76+
}
77+
]
78+
}

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,57 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.42.11__ __2026-03-11__
3+
## __AWS CRT-based S3 Client__
4+
- ### Bugfixes
5+
- Only log `SSL Certificate verification is disabled` warning if trustAllCertificatesEnabled is set to true.
6+
- Contributed by: [@bsmelo](https://github.com/bsmelo)
7+
8+
## __AWS SDK for Java v2__
9+
- ### Features
10+
- Updated endpoint and partition metadata.
11+
12+
- ### Bugfixes
13+
- Updating Lakeformation Access Grants Plugin version to 1.4
14+
15+
## __AWS SDK for Java v2 Migration Tool__
16+
- ### Bugfixes
17+
- Strip quotes in getETag response
18+
19+
## __Amazon Connect Customer Profiles__
20+
- ### Features
21+
- Today, Amazon Connect is announcing the ability to filter (include or exclude) recommendations based on properties of items and interactions.
22+
23+
## __Amazon DynamoDB Enhanced Client__
24+
- ### Features
25+
- Improved performance by adding a fast path avoiding wrapping of String and Byte types
26+
27+
## __Amazon Elastic Kubernetes Service__
28+
- ### Features
29+
- Adds support for a new tier in controlPlaneScalingConfig on EKS Clusters.
30+
31+
## __Amazon Polly__
32+
- ### Features
33+
- Added support for the new voices - Ambre (fr-FR), Beatrice (it-IT), Florian (fr-FR), Lennart (de-DE), Lorenzo (it-IT) and Tiffany (en-US). They are available as a Generative voices only.
34+
35+
## __Amazon S3__
36+
- ### Bugfixes
37+
- Fixed misleading checksum mismatch error message for S3 GetObject that incorrectly referenced uploading. See [#6324](https://github.com/aws/aws-sdk-java-v2/issues/6324).
38+
39+
## __Amazon SageMaker Service__
40+
- ### Features
41+
- SageMaker training plans allow you to extend your existing training plans to avoid workload interruptions without workload reconfiguration. When a training plan is approaching expiration, you can extend it directly through the SageMaker AI console or programmatically using the API or AWS CLI.
42+
43+
## __Amazon SimpleDB v2__
44+
- ### Features
45+
- Introduced Amazon SimpleDB export functionality enabling domain data export to S3 in JSON format. Added three new APIs StartDomainExport, GetExport, and ListExports via SimpleDBv2 service. Supports cross-region exports and KMS encryption.
46+
47+
## __Amazon WorkSpaces__
48+
- ### Features
49+
- Added WINDOWS SERVER 2025 OperatingSystemName.
50+
51+
## __Contributors__
52+
Special thanks to the following contributors to this release:
53+
54+
[@bsmelo](https://github.com/bsmelo)
255
# __2.42.10__ __2026-03-10__
356
## __AWS Database Migration Service__
457
- ### 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.10</version>
54+
<version>2.42.11</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.10</version>
88+
<version>2.42.11</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>software.amazon.awssdk</groupId>
9292
<artifactId>s3</artifactId>
93-
<version>2.42.10</version>
93+
<version>2.42.11</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.10</version>
105+
<version>2.42.11</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.10</version>
23+
<version>2.42.11</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.10</version>
23+
<version>2.42.11</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.10</version>
23+
<version>2.42.11</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.10</version>
23+
<version>2.42.11</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.10</version>
20+
<version>2.42.11</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>
@@ -2138,6 +2138,11 @@ Amazon AutoScaling, etc).</description>
21382138
<artifactId>connecthealth</artifactId>
21392139
<version>${awsjavasdk.version}</version>
21402140
</dependency>
2141+
<dependency>
2142+
<groupId>software.amazon.awssdk</groupId>
2143+
<artifactId>simpledbv2</artifactId>
2144+
<version>${awsjavasdk.version}</version>
2145+
</dependency>
21412146
</dependencies>
21422147
<build>
21432148
<finalName>${project.artifactId}-${project.version}</finalName>

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.10</version>
23+
<version>2.42.11</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/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.10</version>
20+
<version>2.42.11</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>
@@ -2343,6 +2343,11 @@
23432343
<artifactId>connecthealth</artifactId>
23442344
<version>${awsjavasdk.version}</version>
23452345
</dependency>
2346+
<dependency>
2347+
<groupId>software.amazon.awssdk</groupId>
2348+
<artifactId>simpledbv2</artifactId>
2349+
<version>${awsjavasdk.version}</version>
2350+
</dependency>
23462351
</dependencies>
23472352
</dependencyManagement>
23482353
</project>

0 commit comments

Comments
 (0)