Skip to content

Commit 64cdb28

Browse files
Merge pull request #4394 from aws/staging/cbd4e37d-9fe5-45e2-b86b-38a921ca9be5
Pull request: release <- staging/cbd4e37d-9fe5-45e2-b86b-38a921ca9be5
2 parents 4c1e958 + 71726c2 commit 64cdb28

File tree

525 files changed

+2773
-695
lines changed

Some content is hidden

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

525 files changed

+2773
-695
lines changed

.changes/2.35.8.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"version": "2.35.8",
3+
"date": "2025-10-15",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Set the RESOLVED_ACCOUNT_ID (T) user-agent metric only when accountID is actually resolved from credentials."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Bedrock",
14+
"contributor": "",
15+
"description": "Amazon Bedrock Automated Reasoning Policy now offers enhanced AWS KMS integration. The CreateAutomatedReasoningPolicy API includes a new kmsKeyId field, allowing customers to specify their preferred KMS key for encryption, improving control and compliance with AWS encryption mandates."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon DocumentDB with MongoDB compatibility",
20+
"contributor": "",
21+
"description": "Add support for NetworkType field in CreateDbCluster, ModifyDbCluster, RestoreDbClusterFromSnapshot and RestoreDbClusterToPointInTime for DocumentDB."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Elastic Compute Cloud",
26+
"contributor": "",
27+
"description": "Introducing EC2 Capacity Manager for monitoring and analyzing capacity usage across On-Demand Instances, Spot Instances, and Capacity Reservations."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon GuardDuty",
32+
"contributor": "",
33+
"description": "Added default pagination value for ListMalwareProtectionPlans API and updated UpdateFindingsFeedback API"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Lightsail",
38+
"contributor": "",
39+
"description": "Add support for manage Lightsail Bucket CORS configuration"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Elastic Load Balancing",
44+
"contributor": "",
45+
"description": "This release expands Listener Rule Conditions to support RegexValues and adds support for a new Transforms field in Listener Rules."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Timestream InfluxDB",
50+
"contributor": "",
51+
"description": "This release adds support for creating and managing InfluxDB 3 Core and Enterprise DbClusters."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "AWS SDK for Java v2",
56+
"contributor": "",
57+
"description": "Updated endpoint and partition metadata."
58+
}
59+
]
60+
}

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,40 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.35.8__ __2025-10-15__
3+
## __AWS SDK for Java v2__
4+
- ### Features
5+
- Updated endpoint and partition metadata.
6+
7+
- ### Bugfixes
8+
- Set the RESOLVED_ACCOUNT_ID (T) user-agent metric only when accountID is actually resolved from credentials.
9+
10+
## __Amazon Bedrock__
11+
- ### Features
12+
- Amazon Bedrock Automated Reasoning Policy now offers enhanced AWS KMS integration. The CreateAutomatedReasoningPolicy API includes a new kmsKeyId field, allowing customers to specify their preferred KMS key for encryption, improving control and compliance with AWS encryption mandates.
13+
14+
## __Amazon DocumentDB with MongoDB compatibility__
15+
- ### Features
16+
- Add support for NetworkType field in CreateDbCluster, ModifyDbCluster, RestoreDbClusterFromSnapshot and RestoreDbClusterToPointInTime for DocumentDB.
17+
18+
## __Amazon Elastic Compute Cloud__
19+
- ### Features
20+
- Introducing EC2 Capacity Manager for monitoring and analyzing capacity usage across On-Demand Instances, Spot Instances, and Capacity Reservations.
21+
22+
## __Amazon GuardDuty__
23+
- ### Features
24+
- Added default pagination value for ListMalwareProtectionPlans API and updated UpdateFindingsFeedback API
25+
26+
## __Amazon Lightsail__
27+
- ### Features
28+
- Add support for manage Lightsail Bucket CORS configuration
29+
30+
## __Elastic Load Balancing__
31+
- ### Features
32+
- This release expands Listener Rule Conditions to support RegexValues and adds support for a new Transforms field in Listener Rules.
33+
34+
## __Timestream InfluxDB__
35+
- ### Features
36+
- This release adds support for creating and managing InfluxDB 3 Core and Enterprise DbClusters.
37+
238
# __2.35.7__ __2025-10-14__
339
## __AWS Backup__
440
- ### 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.35.7</version>
54+
<version>2.35.8</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.35.7</version>
88+
<version>2.35.8</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>software.amazon.awssdk</groupId>
9292
<artifactId>s3</artifactId>
93-
<version>2.35.7</version>
93+
<version>2.35.8</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.35.7</version>
105+
<version>2.35.8</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.35.7</version>
23+
<version>2.35.8</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.35.7</version>
23+
<version>2.35.8</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.35.7</version>
23+
<version>2.35.8</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.35.7</version>
23+
<version>2.35.8</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.35.7</version>
20+
<version>2.35.8</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.35.7</version>
23+
<version>2.35.8</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/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.35.7</version>
20+
<version>2.35.8</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>

0 commit comments

Comments
 (0)