Skip to content

Commit 6303345

Browse files
authored
Merge pull request #4854 from aws/staging/d737d794-45c2-4cd4-84bb-9c92baa96513
Pull request: release <- staging/d737d794-45c2-4cd4-84bb-9c92baa96513
2 parents 44d33a6 + 272a84e commit 6303345

File tree

539 files changed

+4248
-1163
lines changed

Some content is hidden

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

539 files changed

+4248
-1163
lines changed

.changes/2.42.30.json

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
{
2+
"version": "2.42.30",
3+
"date": "2026-04-07",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS DataSync",
8+
"contributor": "",
9+
"description": "Allow IAM role ARNs with IAM Paths for \"SecretAccessRoleArn\" field in \"CustomSecretConfig\""
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Lambda",
14+
"contributor": "",
15+
"description": "Launching Lambda integration with S3 Files as a new file system configuration."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Outposts",
20+
"contributor": "",
21+
"description": "This change allows listAssets to surface pending and non-compute asset information. Adds the INSTALLING asset state enum and the STORAGE, POWERSHELF, SWITCH, and NETWORKING AssetTypes."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Access Analyzer",
26+
"contributor": "",
27+
"description": "Revert previous additions of API changes."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Bedrock AgentCore",
32+
"contributor": "",
33+
"description": "This release includes support for 1) InvokeBrowser API, enabling OS-level control of AgentCore Browser Tool sessions through mouse actions, keyboard input, and screenshots. 2) Added documentation noting that empty sessions are automatically deleted after one day in the ListSessions API."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Connect Service",
38+
"contributor": "",
39+
"description": "The voice enhancement mode used by the agent can now be viewed on the contact record via the DescribeContact api."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon DataZone",
44+
"contributor": "",
45+
"description": "Update Configurations and registerS3AccessGrantLocation as public attributes for cfn"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon EC2 Container Service",
50+
"contributor": "",
51+
"description": "This release provides the functionality of mounting Amazon S3 Files to Amazon ECS tasks by adding support for the new S3FilesVolumeConfiguration parameter in ECS RegisterTaskDefinition API."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon Elastic Compute Cloud",
56+
"contributor": "",
57+
"description": "EC2 Capacity Manager adds new dimensions for grouping and filtering capacity metrics, including tag-based dimensions and Account Name."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon Elastic Kubernetes Service",
62+
"contributor": "",
63+
"description": "EKS MNG WarmPool feature to support ASG WarmPool feature."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon S3 Files",
68+
"contributor": "",
69+
"description": "Support for S3 Files, a new shared file system that connects any AWS compute directly with your data in Amazon S3. It provides fast, direct access to all of your S3 data as files with full file system semantics and low-latency performance, without your data ever leaving S3."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon Simple Storage Service",
74+
"contributor": "",
75+
"description": "Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "Braket",
80+
"contributor": "",
81+
"description": "Added support for t3, g6, and g6e instance types for Hybrid Jobs."
82+
},
83+
{
84+
"type": "feature",
85+
"category": "RTBFabric",
86+
"contributor": "",
87+
"description": "AWS RTB Fabric External Responder gateways now support HTTP in addition to HTTPS for inbound external links. Gateways can accept bid requests on port 80 or serve both protocols simultaneously via listener configuration, giving customers flexible transport options for their bidding infrastructure"
88+
},
89+
{
90+
"type": "feature",
91+
"category": "AWS SDK for Java v2",
92+
"contributor": "",
93+
"description": "Updated endpoint and partition metadata."
94+
}
95+
]
96+
}

CHANGELOG.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,65 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.42.30__ __2026-04-07__
3+
## __AWS DataSync__
4+
- ### Features
5+
- Allow IAM role ARNs with IAM Paths for "SecretAccessRoleArn" field in "CustomSecretConfig"
6+
7+
## __AWS Lambda__
8+
- ### Features
9+
- Launching Lambda integration with S3 Files as a new file system configuration.
10+
11+
## __AWS Outposts__
12+
- ### Features
13+
- This change allows listAssets to surface pending and non-compute asset information. Adds the INSTALLING asset state enum and the STORAGE, POWERSHELF, SWITCH, and NETWORKING AssetTypes.
14+
15+
## __AWS SDK for Java v2__
16+
- ### Features
17+
- Updated endpoint and partition metadata.
18+
19+
## __Access Analyzer__
20+
- ### Features
21+
- Revert previous additions of API changes.
22+
23+
## __Amazon Bedrock AgentCore__
24+
- ### Features
25+
- This release includes support for 1) InvokeBrowser API, enabling OS-level control of AgentCore Browser Tool sessions through mouse actions, keyboard input, and screenshots. 2) Added documentation noting that empty sessions are automatically deleted after one day in the ListSessions API.
26+
27+
## __Amazon Connect Service__
28+
- ### Features
29+
- The voice enhancement mode used by the agent can now be viewed on the contact record via the DescribeContact api.
30+
31+
## __Amazon DataZone__
32+
- ### Features
33+
- Update Configurations and registerS3AccessGrantLocation as public attributes for cfn
34+
35+
## __Amazon EC2 Container Service__
36+
- ### Features
37+
- This release provides the functionality of mounting Amazon S3 Files to Amazon ECS tasks by adding support for the new S3FilesVolumeConfiguration parameter in ECS RegisterTaskDefinition API.
38+
39+
## __Amazon Elastic Compute Cloud__
40+
- ### Features
41+
- EC2 Capacity Manager adds new dimensions for grouping and filtering capacity metrics, including tag-based dimensions and Account Name.
42+
43+
## __Amazon Elastic Kubernetes Service__
44+
- ### Features
45+
- EKS MNG WarmPool feature to support ASG WarmPool feature.
46+
47+
## __Amazon S3 Files__
48+
- ### Features
49+
- Support for S3 Files, a new shared file system that connects any AWS compute directly with your data in Amazon S3. It provides fast, direct access to all of your S3 data as files with full file system semantics and low-latency performance, without your data ever leaving S3.
50+
51+
## __Amazon Simple Storage Service__
52+
- ### Features
53+
- Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets.
54+
55+
## __Braket__
56+
- ### Features
57+
- Added support for t3, g6, and g6e instance types for Hybrid Jobs.
58+
59+
## __RTBFabric__
60+
- ### Features
61+
- AWS RTB Fabric External Responder gateways now support HTTP in addition to HTTPS for inbound external links. Gateways can accept bid requests on port 80 or serve both protocols simultaneously via listener configuration, giving customers flexible transport options for their bidding infrastructure
62+
263
# __2.42.29__ __2026-04-06__
364
## __AWS MediaTailor__
465
- ### 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.29</version>
54+
<version>2.42.30</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.29</version>
88+
<version>2.42.30</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>software.amazon.awssdk</groupId>
9292
<artifactId>s3</artifactId>
93-
<version>2.42.29</version>
93+
<version>2.42.30</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.29</version>
105+
<version>2.42.30</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.29</version>
23+
<version>2.42.30</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.29</version>
23+
<version>2.42.30</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.29</version>
23+
<version>2.42.30</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.29</version>
23+
<version>2.42.30</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.29</version>
20+
<version>2.42.30</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>
@@ -2163,6 +2163,11 @@ Amazon AutoScaling, etc).</description>
21632163
<artifactId>sustainability</artifactId>
21642164
<version>${awsjavasdk.version}</version>
21652165
</dependency>
2166+
<dependency>
2167+
<groupId>software.amazon.awssdk</groupId>
2168+
<artifactId>s3files</artifactId>
2169+
<version>${awsjavasdk.version}</version>
2170+
</dependency>
21662171
</dependencies>
21672172
<build>
21682173
<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.29</version>
23+
<version>2.42.30</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.29</version>
20+
<version>2.42.30</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>
@@ -2368,6 +2368,11 @@
23682368
<artifactId>sustainability</artifactId>
23692369
<version>${awsjavasdk.version}</version>
23702370
</dependency>
2371+
<dependency>
2372+
<groupId>software.amazon.awssdk</groupId>
2373+
<artifactId>s3files</artifactId>
2374+
<version>${awsjavasdk.version}</version>
2375+
</dependency>
23712376
</dependencies>
23722377
</dependencyManagement>
23732378
</project>

0 commit comments

Comments
 (0)