Skip to content

Commit 9bdebcd

Browse files
Merge pull request #4217 from aws/staging/d273fbe6-2b2f-4ee5-a6e0-f4e0fedf66d7
Pull request: release <- staging/d273fbe6-2b2f-4ee5-a6e0-f4e0fedf66d7
2 parents 0960df7 + f4552c3 commit 9bdebcd

File tree

542 files changed

+3037
-866
lines changed

Some content is hidden

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

542 files changed

+3037
-866
lines changed

.changes/2.32.25.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"version": "2.32.25",
3+
"date": "2025-08-18",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Fix DynamoDB Enhanced Client immutable class introspection fails for \"is\" prefix fields. Fixes [#4446](https://github.com/aws/aws-sdk-java-v2/issues/4446)."
10+
},
11+
{
12+
"type": "bugfix",
13+
"category": "AWS SDK for Java v2",
14+
"contributor": "",
15+
"description": "Add duplicateAndRenameSharedEvents customization to support event shapes shared with multiple evenstreams."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Batch",
20+
"contributor": "",
21+
"description": "Added default_x86_64 and default_arm64 as values to the instanceTypes field."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Billing and Cost Management Dashboards",
26+
"contributor": "",
27+
"description": "Billing and Cost Management Dashboards enables users to create dashboards that combine multiple visualizations of cost and usage data. Users can create, manage, and share dashboards. Tags are also available for dashboards."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS S3 Control",
32+
"contributor": "",
33+
"description": "Adds support for Compute checksum functionality in Amazon S3 Batch Operations. You can now calculate checksums for a list of objects using supported algorithms in Amazon S3, without requiring a restore or download"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS SDK for Java v2",
38+
"contributor": "",
39+
"description": "Update netty to 4.1.124"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Connect Participant Service",
44+
"contributor": "",
45+
"description": "Amazon Connect Service Feature: Add support to enable multi-user in-app, web, and video calling."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Connect Service",
50+
"contributor": "",
51+
"description": "Amazon Connect Service Feature: Add support to enable multi-user in-app, web, and video calling."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon SageMaker Service",
56+
"contributor": "",
57+
"description": "Customer managed keys now available for volume encryption of SageMaker HyperPod clusters."
58+
}
59+
]
60+
}

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,37 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.32.25__ __2025-08-18__
3+
## __AWS Batch__
4+
- ### Features
5+
- Added default_x86_64 and default_arm64 as values to the instanceTypes field.
6+
7+
## __AWS Billing and Cost Management Dashboards__
8+
- ### Features
9+
- Billing and Cost Management Dashboards enables users to create dashboards that combine multiple visualizations of cost and usage data. Users can create, manage, and share dashboards. Tags are also available for dashboards.
10+
11+
## __AWS S3 Control__
12+
- ### Features
13+
- Adds support for Compute checksum functionality in Amazon S3 Batch Operations. You can now calculate checksums for a list of objects using supported algorithms in Amazon S3, without requiring a restore or download
14+
15+
## __AWS SDK for Java v2__
16+
- ### Features
17+
- Update netty to 4.1.124
18+
19+
- ### Bugfixes
20+
- Add duplicateAndRenameSharedEvents customization to support event shapes shared with multiple evenstreams.
21+
- Fix DynamoDB Enhanced Client immutable class introspection fails for "is" prefix fields. Fixes [#4446](https://github.com/aws/aws-sdk-java-v2/issues/4446).
22+
23+
## __Amazon Connect Participant Service__
24+
- ### Features
25+
- Amazon Connect Service Feature: Add support to enable multi-user in-app, web, and video calling.
26+
27+
## __Amazon Connect Service__
28+
- ### Features
29+
- Amazon Connect Service Feature: Add support to enable multi-user in-app, web, and video calling.
30+
31+
## __Amazon SageMaker Service__
32+
- ### Features
33+
- Customer managed keys now available for volume encryption of SageMaker HyperPod clusters.
34+
235
# __2.32.24__ __2025-08-15__
336
## __AWS Glue__
437
- ### 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.32.24</version>
54+
<version>2.32.25</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.32.24</version>
88+
<version>2.32.25</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>software.amazon.awssdk</groupId>
9292
<artifactId>s3</artifactId>
93-
<version>2.32.24</version>
93+
<version>2.32.25</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.32.24</version>
105+
<version>2.32.25</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.32.24</version>
23+
<version>2.32.25</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.32.24</version>
23+
<version>2.32.25</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.32.24</version>
23+
<version>2.32.25</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.32.24</version>
23+
<version>2.32.25</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.32.24</version>
20+
<version>2.32.25</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>
@@ -2123,6 +2123,11 @@ Amazon AutoScaling, etc).</description>
21232123
<artifactId>bcmrecommendedactions</artifactId>
21242124
<version>${awsjavasdk.version}</version>
21252125
</dependency>
2126+
<dependency>
2127+
<groupId>software.amazon.awssdk</groupId>
2128+
<artifactId>bcmdashboards</artifactId>
2129+
<version>${awsjavasdk.version}</version>
2130+
</dependency>
21262131
</dependencies>
21272132
<build>
21282133
<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.32.24</version>
23+
<version>2.32.25</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.32.24</version>
20+
<version>2.32.25</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>
@@ -2328,6 +2328,11 @@
23282328
<artifactId>bcmrecommendedactions</artifactId>
23292329
<version>${awsjavasdk.version}</version>
23302330
</dependency>
2331+
<dependency>
2332+
<groupId>software.amazon.awssdk</groupId>
2333+
<artifactId>bcmdashboards</artifactId>
2334+
<version>${awsjavasdk.version}</version>
2335+
</dependency>
23312336
</dependencies>
23322337
</dependencyManagement>
23332338
</project>

0 commit comments

Comments
 (0)