Skip to content

Commit 355f0f2

Browse files
Merge pull request #4832 from aws/staging/a8c6a15b-ffd2-4320-843b-32d56b31e43d
Pull request: release <- staging/a8c6a15b-ffd2-4320-843b-32d56b31e43d
2 parents df26db2 + 3fccd54 commit 355f0f2

File tree

533 files changed

+9886
-1202
lines changed

Some content is hidden

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

533 files changed

+9886
-1202
lines changed

.changes/2.42.24.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"version": "2.42.24",
3+
"date": "2026-03-30",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Optimized JSON serialization by skipping null field marshalling for payload fields"
10+
},
11+
{
12+
"type": "bugfix",
13+
"category": "Amazon DynamoDB Enhanced Client",
14+
"contributor": "",
15+
"description": "Improved performance by caching partition and sort key name lookups in StaticTableMetadata."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWSDeadlineCloud",
20+
"contributor": "",
21+
"description": "AWS Deadline Cloud now supports three new fleet auto scaling settings. With scale out rate, you can configure how quickly workers launch. With worker idle duration, you can set how long workers wait before shutting down. With standby worker count, you can keep idle workers ready for fast job start."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS DevOps Agent Service",
26+
"contributor": "",
27+
"description": "AWS DevOps Agent General Availability."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Lake Formation",
32+
"contributor": "",
33+
"description": "Add setSourceIdentity to DataLakeSettings Parameters"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon AppStream",
38+
"contributor": "",
39+
"description": "Add support for URL Redirection"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Bedrock AgentCore",
44+
"contributor": "",
45+
"description": "Adds Ground Truth support for AgentCore Evaluations (Evaluate)"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon CloudWatch Logs",
50+
"contributor": "",
51+
"description": "Adds Lookup Tables to CloudWatch Logs for log enrichment using CSV key-value data with KMS encryption support."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon EC2 Container Service",
56+
"contributor": "",
57+
"description": "Adding Local Storage support for ECS Managed Instances by introducing a new field \"localStorageConfiguration\" for CreateCapacityProvider and UpdateCapacityProvider APIs."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon GameLift",
62+
"contributor": "",
63+
"description": "Update CreateScript API documentation."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon OpenSearch Service",
68+
"contributor": "",
69+
"description": "Added Cluster Insights API's In OpenSearch Service SDK."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon SageMaker Service",
74+
"contributor": "",
75+
"description": "Added support for placement strategy and consolidation for SageMaker inference component endpoints. Customers can now configure how inference component copies are distributed across instances and availability zones (AZs), and enable automatic consolidation to optimizes resource utilization."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "Auto Scaling",
80+
"contributor": "",
81+
"description": "Adds support for new instance lifecycle states introduced by the instance lifecycle policy and replace root volume features."
82+
},
83+
{
84+
"type": "feature",
85+
"category": "Partner Central Account API",
86+
"contributor": "",
87+
"description": "KYB Supplemental Form enables partners who fail business verification to submit additional details and supporting documentation through a self-service form, triggering an automated re-verification without requiring manual intervention from support teams."
88+
}
89+
]
90+
}

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.24__ __2026-03-30__
3+
## __AWS DevOps Agent Service__
4+
- ### Features
5+
- AWS DevOps Agent General Availability.
6+
7+
## __AWS Lake Formation__
8+
- ### Features
9+
- Add setSourceIdentity to DataLakeSettings Parameters
10+
11+
## __AWS SDK for Java v2__
12+
- ### Bugfixes
13+
- Optimized JSON serialization by skipping null field marshalling for payload fields
14+
15+
## __AWSDeadlineCloud__
16+
- ### Features
17+
- AWS Deadline Cloud now supports three new fleet auto scaling settings. With scale out rate, you can configure how quickly workers launch. With worker idle duration, you can set how long workers wait before shutting down. With standby worker count, you can keep idle workers ready for fast job start.
18+
19+
## __Amazon AppStream__
20+
- ### Features
21+
- Add support for URL Redirection
22+
23+
## __Amazon Bedrock AgentCore__
24+
- ### Features
25+
- Adds Ground Truth support for AgentCore Evaluations (Evaluate)
26+
27+
## __Amazon CloudWatch Logs__
28+
- ### Features
29+
- Adds Lookup Tables to CloudWatch Logs for log enrichment using CSV key-value data with KMS encryption support.
30+
31+
## __Amazon DynamoDB Enhanced Client__
32+
- ### Bugfixes
33+
- Improved performance by caching partition and sort key name lookups in StaticTableMetadata.
34+
35+
## __Amazon EC2 Container Service__
36+
- ### Features
37+
- Adding Local Storage support for ECS Managed Instances by introducing a new field "localStorageConfiguration" for CreateCapacityProvider and UpdateCapacityProvider APIs.
38+
39+
## __Amazon GameLift__
40+
- ### Features
41+
- Update CreateScript API documentation.
42+
43+
## __Amazon OpenSearch Service__
44+
- ### Features
45+
- Added Cluster Insights API's In OpenSearch Service SDK.
46+
47+
## __Amazon SageMaker Service__
48+
- ### Features
49+
- Added support for placement strategy and consolidation for SageMaker inference component endpoints. Customers can now configure how inference component copies are distributed across instances and availability zones (AZs), and enable automatic consolidation to optimizes resource utilization.
50+
51+
## __Auto Scaling__
52+
- ### Features
53+
- Adds support for new instance lifecycle states introduced by the instance lifecycle policy and replace root volume features.
54+
55+
## __Partner Central Account API__
56+
- ### Features
57+
- KYB Supplemental Form enables partners who fail business verification to submit additional details and supporting documentation through a self-service form, triggering an automated re-verification without requiring manual intervention from support teams.
58+
259
# __2.42.23__ __2026-03-27__
360
## __Amazon Bedrock AgentCore__
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.23</version>
54+
<version>2.42.24</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.23</version>
88+
<version>2.42.24</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>software.amazon.awssdk</groupId>
9292
<artifactId>s3</artifactId>
93-
<version>2.42.23</version>
93+
<version>2.42.24</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.23</version>
105+
<version>2.42.24</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.23</version>
23+
<version>2.42.24</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.23</version>
23+
<version>2.42.24</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.23</version>
23+
<version>2.42.24</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.23</version>
23+
<version>2.42.24</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.23</version>
20+
<version>2.42.24</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>
@@ -2148,6 +2148,11 @@ Amazon AutoScaling, etc).</description>
21482148
<artifactId>uxc</artifactId>
21492149
<version>${awsjavasdk.version}</version>
21502150
</dependency>
2151+
<dependency>
2152+
<groupId>software.amazon.awssdk</groupId>
2153+
<artifactId>devopsagent</artifactId>
2154+
<version>${awsjavasdk.version}</version>
2155+
</dependency>
21512156
</dependencies>
21522157
<build>
21532158
<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.23</version>
23+
<version>2.42.24</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.23</version>
20+
<version>2.42.24</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>
@@ -2353,6 +2353,11 @@
23532353
<artifactId>uxc</artifactId>
23542354
<version>${awsjavasdk.version}</version>
23552355
</dependency>
2356+
<dependency>
2357+
<groupId>software.amazon.awssdk</groupId>
2358+
<artifactId>devopsagent</artifactId>
2359+
<version>${awsjavasdk.version}</version>
2360+
</dependency>
23562361
</dependencies>
23572362
</dependencyManagement>
23582363
</project>

0 commit comments

Comments
 (0)