Skip to content

Commit 2adef42

Browse files
authored
Merge branch 'master' into dongie/lengthaware-subscriber
2 parents 9b1bf4e + e302d3f commit 2adef42

File tree

527 files changed

+5548
-719
lines changed

Some content is hidden

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

527 files changed

+5548
-719
lines changed

.attach_pid802

Whitespace-only changes.

.changes/2.32.14.json

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"version": "2.32.14",
3+
"date": "2025-08-01",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "Amazon S3",
8+
"contributor": "",
9+
"description": "Add additional validations for multipart upload operations in the Java multipart S3 client."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "ARC - Region switch",
14+
"contributor": "",
15+
"description": "This is the initial SDK release for Region switch"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS AI Ops",
20+
"contributor": "",
21+
"description": "This release includes fix for InvestigationGroup timestamp conversion issue."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Audit Manager",
26+
"contributor": "",
27+
"description": "Added a note to Framework APIs (CreateAssessmentFramework, GetAssessmentFramework, UpdateAssessmentFramework) clarifying that the Controls object returns a partial response when called through Framework APIs. Added documentation that the Framework's controlSources parameter is no longer supported."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Certificate Manager Private Certificate Authority",
32+
"contributor": "",
33+
"description": "Doc-only update to add more information to GetCertificate action."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS Parallel Computing Service",
38+
"contributor": "",
39+
"description": "Add support for IPv6 Networking for Clusters."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS SDK for Java v2",
44+
"contributor": "",
45+
"description": "Fixed SigV4a signing to respect pre-existing Host headers to be consistent with existing SigV4 signing behavior."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS SecurityHub",
50+
"contributor": "",
51+
"description": "Release new resource detail type CodeRepository"
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon Lightsail",
56+
"contributor": "",
57+
"description": "This release adds support for the Asia Pacific (Jakarta) (ap-southeast-3) Region."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon Simple Notification Service",
62+
"contributor": "",
63+
"description": "Amazon SNS support for Amazon SQS fair queues"
64+
},
65+
{
66+
"type": "feature",
67+
"category": "CloudWatch Observability Admin Service",
68+
"contributor": "",
69+
"description": "CloudWatch Observability Admin adds the ability to enable telemetry on AWS resources such as Amazon VPCs (Flow Logs) in customers AWS Accounts and Organizations. The release introduces new APIs to manage telemetry rules, which define telemetry settings to be applied on AWS resources."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "AWS SDK for Java v2",
74+
"contributor": "",
75+
"description": "Updated endpoint and partition metadata."
76+
}
77+
]
78+
}

.changes/next-release/bugfix-AmazonS3-6522f77.json

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

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,50 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.32.14__ __2025-08-01__
3+
## __ARC - Region switch__
4+
- ### Features
5+
- This is the initial SDK release for Region switch
6+
7+
## __AWS AI Ops__
8+
- ### Features
9+
- This release includes fix for InvestigationGroup timestamp conversion issue.
10+
11+
## __AWS Audit Manager__
12+
- ### Features
13+
- Added a note to Framework APIs (CreateAssessmentFramework, GetAssessmentFramework, UpdateAssessmentFramework) clarifying that the Controls object returns a partial response when called through Framework APIs. Added documentation that the Framework's controlSources parameter is no longer supported.
14+
15+
## __AWS Certificate Manager Private Certificate Authority__
16+
- ### Features
17+
- Doc-only update to add more information to GetCertificate action.
18+
19+
## __AWS Parallel Computing Service__
20+
- ### Features
21+
- Add support for IPv6 Networking for Clusters.
22+
23+
## __AWS SDK for Java v2__
24+
- ### Features
25+
- Fixed SigV4a signing to respect pre-existing Host headers to be consistent with existing SigV4 signing behavior.
26+
- Updated endpoint and partition metadata.
27+
28+
## __AWS SecurityHub__
29+
- ### Features
30+
- Release new resource detail type CodeRepository
31+
32+
## __Amazon Lightsail__
33+
- ### Features
34+
- This release adds support for the Asia Pacific (Jakarta) (ap-southeast-3) Region.
35+
36+
## __Amazon S3__
37+
- ### Bugfixes
38+
- Add additional validations for multipart upload operations in the Java multipart S3 client.
39+
40+
## __Amazon Simple Notification Service__
41+
- ### Features
42+
- Amazon SNS support for Amazon SQS fair queues
43+
44+
## __CloudWatch Observability Admin Service__
45+
- ### Features
46+
- CloudWatch Observability Admin adds the ability to enable telemetry on AWS resources such as Amazon VPCs (Flow Logs) in customers AWS Accounts and Organizations. The release introduces new APIs to manage telemetry rules, which define telemetry settings to be applied on AWS resources.
47+
248
# __2.32.13__ __2025-07-31__
349
## __AWS EntityResolution__
450
- ### 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.13</version>
54+
<version>2.32.14</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.13</version>
88+
<version>2.32.14</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>software.amazon.awssdk</groupId>
9292
<artifactId>s3</artifactId>
93-
<version>2.32.13</version>
93+
<version>2.32.14</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.13</version>
105+
<version>2.32.14</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.14-SNAPSHOT</version>
23+
<version>2.32.15-SNAPSHOT</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.14-SNAPSHOT</version>
23+
<version>2.32.15-SNAPSHOT</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.14-SNAPSHOT</version>
23+
<version>2.32.15-SNAPSHOT</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.14-SNAPSHOT</version>
23+
<version>2.32.15-SNAPSHOT</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.14-SNAPSHOT</version>
20+
<version>2.32.15-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>
@@ -2113,6 +2113,11 @@ Amazon AutoScaling, etc).</description>
21132113
<artifactId>bedrockagentcorecontrol</artifactId>
21142114
<version>${awsjavasdk.version}</version>
21152115
</dependency>
2116+
<dependency>
2117+
<groupId>software.amazon.awssdk</groupId>
2118+
<artifactId>arcregionswitch</artifactId>
2119+
<version>${awsjavasdk.version}</version>
2120+
</dependency>
21162121
</dependencies>
21172122
<build>
21182123
<finalName>${project.artifactId}-${project.version}</finalName>

0 commit comments

Comments
 (0)