Skip to content

Commit 0fa8725

Browse files
committed
Merge branch 'master' into feature/master/multipart-download-byteArrayAsyncResponseTransformer-retry
2 parents 7e1cf14 + 08bae37 commit 0fa8725

File tree

579 files changed

+8643
-3774
lines changed

Some content is hidden

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

579 files changed

+8643
-3774
lines changed

.changes/2.32.23.json

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
{
2+
"version": "2.32.23",
3+
"date": "2025-08-14",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Fixed 407 Proxy Authentication error when preemptiveBasicAuthenticationEnabled is true. Fixes [#5884](https://github.com/aws/aws-sdk-java-v2/issues/5884)."
10+
},
11+
{
12+
"type": "documentation",
13+
"category": "AWS SDK for Java v2",
14+
"contributor": "",
15+
"description": "Improve EventStreamResponseHandler.Builder.onError method to mention the callback may be called multiple time, similarly to the exceptionOccurred method"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "ARC - Region switch",
20+
"contributor": "",
21+
"description": "Endpoint rule test and documentation update."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Billing and Cost Management Recommended Actions",
26+
"contributor": "",
27+
"description": "Initial SDK release for AWS Billing and Cost Management Recommended Actions."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Cloud Map",
32+
"contributor": "",
33+
"description": "Added support for cross account through Id parameter overloading with ARN and allow owner account for some APIs instead of ARN"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS Direct Connect",
38+
"contributor": "",
39+
"description": "Added pagination support for DescribeHostedConnections, DescribeVirtualInterfaces, DescribeConnections, DescribeInterconnects, DescribeLags. Added asnLong support for BGP peer operations which supports a large range."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS Elemental MediaLive",
44+
"contributor": "",
45+
"description": "CMAF Ingest output groups in MediaLive can now accept one additional destination url for single pipeline channels and up to two additional destination urls for standard channels."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS Glue",
50+
"contributor": "",
51+
"description": "AWS Glue now supports Trusted Identity Propagation."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "AWS Parallel Computing Service",
56+
"contributor": "",
57+
"description": "Updated the regex pattern and description of iamInstanceProfileArn in the CreateComputeNodeGroup and UpdateComputeNodeGroup API actions. Name and path requirements apply to the ARN of the IAM role associated with the instance profile and not the ARN of the instance profile."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon DynamoDB",
62+
"contributor": "",
63+
"description": "This release 1/ Adds support for throttled keys mode for CloudWatch Contributor Insights, 2/ Adds throttling reasons to exceptions across dataplane APIs. 3/ Explicitly models ThrottlingException as a class in statically typed languages. Refer to the launch day blog post for more details."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon Elastic Compute Cloud",
68+
"contributor": "",
69+
"description": "This release adds ModifyInstanceConnectEndpoint API to update configurations on existing EC2 Instance Connect Endpoints and improves IPv6 support through dualstack DNS names for EC2 Instance Connect Endpoints."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon FSx",
74+
"contributor": "",
75+
"description": "Amazon FSx for NetApp ONTAP 2nd generation file systems now support decreasing SSD storage capacity."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "Amazon GuardDuty",
80+
"contributor": "",
81+
"description": "Added support for entity lists."
82+
},
83+
{
84+
"type": "feature",
85+
"category": "Amazon WorkSpaces",
86+
"contributor": "",
87+
"description": "New APIs introduced to import WorkSpaces BYOL image using a new process that leveraged EC2 Image Builder. WorkSpaces tests and fixes your image's compatibility issues and supports customized VM images."
88+
},
89+
{
90+
"type": "feature",
91+
"category": "QApps",
92+
"contributor": "",
93+
"description": "Documentation update for Amazon Q Apps API Reference"
94+
}
95+
]
96+
}

.changes/2.32.24.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"version": "2.32.24",
3+
"date": "2025-08-15",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "S3 Transfer Manager",
8+
"contributor": "",
9+
"description": "Fix bug in progress reporting in upload when using the CRT client."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Glue",
14+
"contributor": "",
15+
"description": "AWS Glue Zero ETL now supports On-demand snapshot load"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS SDK for Java v2",
20+
"contributor": "",
21+
"description": "Avoid extra byte array copying when downloading to memory with AsyncResponseTransformer"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Agents for Amazon Bedrock",
26+
"contributor": "",
27+
"description": "This release adds support for saving Bedrock Flows while node configuration is still in progress, even if the Flow is not yet able to be invoked"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Prometheus Service",
32+
"contributor": "",
33+
"description": "Add Resource-based Policy APIs for Amazon Prometheus"
34+
}
35+
]
36+
}

.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+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "bugfix",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Fix a potential NullPointerException that may be thrown when API call timeout is configured"
6+
}

.changes/next-release/bugfix-AWSSDKforJavav2-cefa8ba.json

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

.changes/next-release/documentation-AWSSDKforJavav2-6b16da2.json

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

CHANGELOG.md

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,118 @@
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+
35+
# __2.32.24__ __2025-08-15__
36+
## __AWS Glue__
37+
- ### Features
38+
- AWS Glue Zero ETL now supports On-demand snapshot load
39+
40+
## __AWS SDK for Java v2__
41+
- ### Features
42+
- Avoid extra byte array copying when downloading to memory with AsyncResponseTransformer
43+
44+
## __Agents for Amazon Bedrock__
45+
- ### Features
46+
- This release adds support for saving Bedrock Flows while node configuration is still in progress, even if the Flow is not yet able to be invoked
47+
48+
## __Amazon Prometheus Service__
49+
- ### Features
50+
- Add Resource-based Policy APIs for Amazon Prometheus
51+
52+
## __S3 Transfer Manager__
53+
- ### Bugfixes
54+
- Fix bug in progress reporting in upload when using the CRT client.
55+
56+
# __2.32.23__ __2025-08-14__
57+
## __ARC - Region switch__
58+
- ### Features
59+
- Endpoint rule test and documentation update.
60+
61+
## __AWS Billing and Cost Management Recommended Actions__
62+
- ### Features
63+
- Initial SDK release for AWS Billing and Cost Management Recommended Actions.
64+
65+
## __AWS Cloud Map__
66+
- ### Features
67+
- Added support for cross account through Id parameter overloading with ARN and allow owner account for some APIs instead of ARN
68+
69+
## __AWS Direct Connect__
70+
- ### Features
71+
- Added pagination support for DescribeHostedConnections, DescribeVirtualInterfaces, DescribeConnections, DescribeInterconnects, DescribeLags. Added asnLong support for BGP peer operations which supports a large range.
72+
73+
## __AWS Elemental MediaLive__
74+
- ### Features
75+
- CMAF Ingest output groups in MediaLive can now accept one additional destination url for single pipeline channels and up to two additional destination urls for standard channels.
76+
77+
## __AWS Glue__
78+
- ### Features
79+
- AWS Glue now supports Trusted Identity Propagation.
80+
81+
## __AWS Parallel Computing Service__
82+
- ### Features
83+
- Updated the regex pattern and description of iamInstanceProfileArn in the CreateComputeNodeGroup and UpdateComputeNodeGroup API actions. Name and path requirements apply to the ARN of the IAM role associated with the instance profile and not the ARN of the instance profile.
84+
85+
## __AWS SDK for Java v2__
86+
- ### Bugfixes
87+
- Fixed 407 Proxy Authentication error when preemptiveBasicAuthenticationEnabled is true. Fixes [#5884](https://github.com/aws/aws-sdk-java-v2/issues/5884).
88+
89+
- ### Documentations
90+
- Improve EventStreamResponseHandler.Builder.onError method to mention the callback may be called multiple time, similarly to the exceptionOccurred method
91+
92+
## __Amazon DynamoDB__
93+
- ### Features
94+
- This release 1/ Adds support for throttled keys mode for CloudWatch Contributor Insights, 2/ Adds throttling reasons to exceptions across dataplane APIs. 3/ Explicitly models ThrottlingException as a class in statically typed languages. Refer to the launch day blog post for more details.
95+
96+
## __Amazon Elastic Compute Cloud__
97+
- ### Features
98+
- This release adds ModifyInstanceConnectEndpoint API to update configurations on existing EC2 Instance Connect Endpoints and improves IPv6 support through dualstack DNS names for EC2 Instance Connect Endpoints.
99+
100+
## __Amazon FSx__
101+
- ### Features
102+
- Amazon FSx for NetApp ONTAP 2nd generation file systems now support decreasing SSD storage capacity.
103+
104+
## __Amazon GuardDuty__
105+
- ### Features
106+
- Added support for entity lists.
107+
108+
## __Amazon WorkSpaces__
109+
- ### Features
110+
- New APIs introduced to import WorkSpaces BYOL image using a new process that leveraged EC2 Image Builder. WorkSpaces tests and fixes your image's compatibility issues and supports customized VM images.
111+
112+
## __QApps__
113+
- ### Features
114+
- Documentation update for Amazon Q Apps API Reference
115+
2116
# __2.32.22__ __2025-08-13__
3117
## __Amazon DataZone__
4118
- ### 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.22</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.22</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.22</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.22</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.23-SNAPSHOT</version>
23+
<version>2.32.26-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)