Skip to content

Commit 109b0ee

Browse files
authored
Merge branch 'master' into zoewang/backfillChangelogEntry
2 parents 60cba9f + 09483da commit 109b0ee

538 files changed

Lines changed: 5824 additions & 1032 deletions

File tree

Some content is hidden

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

.changes/2.42.39.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"version": "2.42.39",
3+
"date": "2026-04-22",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon Elastic Compute Cloud",
8+
"contributor": "",
9+
"description": "Managed resource visibility settings control whether resources that AWS services provision on your behalf within your AWS account appear in your Amazon console views and API list operations."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "EMR Serverless",
14+
"contributor": "",
15+
"description": "This release adds support for Spark connect sessions starting with release label emr-7.13.0."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS S3 Control",
20+
"contributor": "",
21+
"description": "This release adds support for five additional checksum algorithms for data integrity checking in Amazon S3 - MD5, SHA-512, XXHash3, XXHash64, and XXHash128."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS IoT Wireless",
26+
"contributor": "",
27+
"description": "Enable customers to optionally specify a desired confidence level for Cellular and WiFi position estimates. Customers can use this to trade off confidence level and radius of uncertainty based on their needs."
28+
},
29+
{
30+
"type": "bugfix",
31+
"category": "Amazon DynamoDB Enhanced Client",
32+
"contributor": "",
33+
"description": "Fix AutoGeneratedTimestampRecordExtension failing with UnsupportedOperationException for custom table schemas that do not implement converterForAttribute."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Simple Storage Service",
38+
"contributor": "",
39+
"description": "This release adds five additional checksum algorithms for S3 data integrity (MD5, SHA-512, XXHash3, XXHash64, XXHash128) and support for S3 Inventory on directory buckets (S3 Express One Zone)."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon OpenSearch Ingestion",
44+
"contributor": "",
45+
"description": "Update the pipeline configuration body character limit for the CreatePipeline API call."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Bedrock AgentCore Control",
50+
"contributor": "",
51+
"description": "Adds support for Amazon Bedrock AgentCore Harness control plane APIs, enabling customers to create, manage, and configure managed agent loops with customizable models, tools, memory, and isolated execution environments."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon OpenSearch Service",
56+
"contributor": "",
57+
"description": "Adds support for RollbackServiceSoftwareUpdate API"
58+
},
59+
{
60+
"type": "feature",
61+
"category": "AWS Batch",
62+
"contributor": "",
63+
"description": "Support of S3Files volume type, container start and stop timeouts."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "AWS Lambda",
68+
"contributor": "",
69+
"description": "Add Ruby 4.0 (ruby4.0) support to AWS Lambda."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon EC2 Container Service",
74+
"contributor": "",
75+
"description": "GPU health monitoring and auto-repair for ECS Managed Instances"
76+
},
77+
{
78+
"type": "feature",
79+
"category": "Amazon Interactive Video Service",
80+
"contributor": "",
81+
"description": "Adds support for Amazon IVS server-side ad insertion"
82+
},
83+
{
84+
"type": "feature",
85+
"category": "Amazon Bedrock AgentCore",
86+
"contributor": "",
87+
"description": "Adds support for Amazon Bedrock AgentCore Harness data plane APIs, enabling customers to invoke managed agent loops and execute commands on live agent sessions with streaming responses."
88+
}
89+
]
90+
}

.changes/next-release/bugfix-AmazonDynamoDBEnhancedClient-ee5135b.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,61 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.42.39__ __2026-04-22__
3+
## __AWS Batch__
4+
- ### Features
5+
- Support of S3Files volume type, container start and stop timeouts.
6+
7+
## __AWS IoT Wireless__
8+
- ### Features
9+
- Enable customers to optionally specify a desired confidence level for Cellular and WiFi position estimates. Customers can use this to trade off confidence level and radius of uncertainty based on their needs.
10+
11+
## __AWS Lambda__
12+
- ### Features
13+
- Add Ruby 4.0 (ruby4.0) support to AWS Lambda.
14+
15+
## __AWS S3 Control__
16+
- ### Features
17+
- This release adds support for five additional checksum algorithms for data integrity checking in Amazon S3 - MD5, SHA-512, XXHash3, XXHash64, and XXHash128.
18+
19+
## __Amazon Bedrock AgentCore__
20+
- ### Features
21+
- Adds support for Amazon Bedrock AgentCore Harness data plane APIs, enabling customers to invoke managed agent loops and execute commands on live agent sessions with streaming responses.
22+
23+
## __Amazon Bedrock AgentCore Control__
24+
- ### Features
25+
- Adds support for Amazon Bedrock AgentCore Harness control plane APIs, enabling customers to create, manage, and configure managed agent loops with customizable models, tools, memory, and isolated execution environments.
26+
27+
## __Amazon DynamoDB Enhanced Client__
28+
- ### Bugfixes
29+
- Fix AutoGeneratedTimestampRecordExtension failing with UnsupportedOperationException for custom table schemas that do not implement converterForAttribute.
30+
31+
## __Amazon EC2 Container Service__
32+
- ### Features
33+
- GPU health monitoring and auto-repair for ECS Managed Instances
34+
35+
## __Amazon Elastic Compute Cloud__
36+
- ### Features
37+
- Managed resource visibility settings control whether resources that AWS services provision on your behalf within your AWS account appear in your Amazon console views and API list operations.
38+
39+
## __Amazon Interactive Video Service__
40+
- ### Features
41+
- Adds support for Amazon IVS server-side ad insertion
42+
43+
## __Amazon OpenSearch Ingestion__
44+
- ### Features
45+
- Update the pipeline configuration body character limit for the CreatePipeline API call.
46+
47+
## __Amazon OpenSearch Service__
48+
- ### Features
49+
- Adds support for RollbackServiceSoftwareUpdate API
50+
51+
## __Amazon Simple Storage Service__
52+
- ### Features
53+
- This release adds five additional checksum algorithms for S3 data integrity (MD5, SHA-512, XXHash3, XXHash64, XXHash128) and support for S3 Inventory on directory buckets (S3 Express One Zone).
54+
55+
## __EMR Serverless__
56+
- ### Features
57+
- This release adds support for Spark connect sessions starting with release label emr-7.13.0.
58+
259
# __2.42.38__ __2026-04-21__
360
## __AWS Comprehend Medical__
461
- ### 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.38</version>
54+
<version>2.42.39</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.38</version>
88+
<version>2.42.39</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>software.amazon.awssdk</groupId>
9292
<artifactId>s3</artifactId>
93-
<version>2.42.38</version>
93+
<version>2.42.39</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.38</version>
105+
<version>2.42.39</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.39-SNAPSHOT</version>
23+
<version>2.42.40-SNAPSHOT</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.39-SNAPSHOT</version>
23+
<version>2.42.40-SNAPSHOT</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.39-SNAPSHOT</version>
23+
<version>2.42.40-SNAPSHOT</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.39-SNAPSHOT</version>
23+
<version>2.42.40-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

aws-sdk-java/pom.xml

Lines changed: 1 addition & 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.39-SNAPSHOT</version>
20+
<version>2.42.40-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</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.39-SNAPSHOT</version>
23+
<version>2.42.40-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)