Skip to content

Commit fcba722

Browse files
Merge pull request #4193 from aws/staging/ac35dda2-22c9-4c39-bf6c-8d7117057b96
Pull request: release <- staging/ac35dda2-22c9-4c39-bf6c-8d7117057b96
2 parents 8398431 + 5d3e646 commit fcba722

File tree

536 files changed

+1610
-2547
lines changed

Some content is hidden

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

536 files changed

+1610
-2547
lines changed

.attach_pid805

Whitespace-only changes.

.attach_pid811

Whitespace-only changes.

.changes/2.32.19.json

Lines changed: 150 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
{
2+
"version": "2.32.19",
3+
"date": "2025-08-08",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "Amazon S3",
8+
"contributor": "",
9+
"description": "Fix a bug in the Java based multipart client with GetObject incorrect retry behavior"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Backup Search",
14+
"contributor": "",
15+
"description": "Removed incorrect endpoint tests"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Billing",
20+
"contributor": "",
21+
"description": "Removed incorrect endpoint tests"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Billing and Cost Management Pricing Calculator",
26+
"contributor": "",
27+
"description": "Removed incorrect endpoint tests"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Invoicing",
32+
"contributor": "",
33+
"description": "Removed incorrect endpoint tests"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS IoT Data Plane",
38+
"contributor": "",
39+
"description": "Adding DeleteConnection API to IoT Data Plane"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS Multi-party Approval",
44+
"contributor": "",
45+
"description": "Removed incorrect endpoint tests"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS User Notifications",
50+
"contributor": "",
51+
"description": "Removed incorrect endpoint tests"
52+
},
53+
{
54+
"type": "feature",
55+
"category": "AWS User Notifications Contacts",
56+
"contributor": "",
57+
"description": "Removed incorrect endpoint tests"
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon Aurora DSQL",
62+
"contributor": "",
63+
"description": "Removed incorrect endpoint tests"
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon CloudWatch Application Signals",
68+
"contributor": "",
69+
"description": "Removed incorrect endpoint tests"
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon Connect Service",
74+
"contributor": "",
75+
"description": "This release adds a new API GetContactMetrics for Amazon Connect."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "Amazon GameLift Streams",
80+
"contributor": "",
81+
"description": "Removed incorrect endpoint tests"
82+
},
83+
{
84+
"type": "feature",
85+
"category": "Amazon Keyspaces Streams",
86+
"contributor": "",
87+
"description": "Removed incorrect endpoint tests"
88+
},
89+
{
90+
"type": "feature",
91+
"category": "Amazon S3 Vectors",
92+
"contributor": "",
93+
"description": "Removed incorrect endpoint tests"
94+
},
95+
{
96+
"type": "feature",
97+
"category": "Amazon SageMaker Service",
98+
"contributor": "",
99+
"description": "Adds support for GB200 UltraServers in Amazon SageMaker training jobs, training plans, and HyperPod clusters"
100+
},
101+
{
102+
"type": "feature",
103+
"category": "Amazon Transcribe Service",
104+
"contributor": "",
105+
"description": "Update documentation to use key ARN only in OutputEncryptionKMSKeyId request parameter"
106+
},
107+
{
108+
"type": "feature",
109+
"category": "Amazon Workspaces Instances",
110+
"contributor": "",
111+
"description": "Removed incorrect endpoint tests"
112+
},
113+
{
114+
"type": "feature",
115+
"category": "Inspector2",
116+
"contributor": "",
117+
"description": "Add CVSSV4 to Vulnerability Search API and update enable/disable account id list length to 5"
118+
},
119+
{
120+
"type": "feature",
121+
"category": "Managed integrations for AWS IoT Device Management",
122+
"contributor": "",
123+
"description": "Removed incorrect endpoint tests"
124+
},
125+
{
126+
"type": "feature",
127+
"category": "Network Flow Monitor",
128+
"contributor": "",
129+
"description": "Removed incorrect endpoint tests"
130+
},
131+
{
132+
"type": "feature",
133+
"category": "Partner Central Selling API",
134+
"contributor": "",
135+
"description": "Removed incorrect endpoint tests"
136+
},
137+
{
138+
"type": "feature",
139+
"category": "Security Incident Response",
140+
"contributor": "",
141+
"description": "Removed incorrect endpoint tests"
142+
},
143+
{
144+
"type": "feature",
145+
"category": "AWS SDK for Java v2",
146+
"contributor": "",
147+
"description": "Updated endpoint and partition metadata."
148+
}
149+
]
150+
}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ target/
3131
# VS Code
3232
.vscode/*
3333

34+
# Other
35+
.attach_pid*

CHANGELOG.md

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,101 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.32.19__ __2025-08-08__
3+
## __AWS Backup Search__
4+
- ### Features
5+
- Removed incorrect endpoint tests
6+
7+
## __AWS Billing__
8+
- ### Features
9+
- Removed incorrect endpoint tests
10+
11+
## __AWS Billing and Cost Management Pricing Calculator__
12+
- ### Features
13+
- Removed incorrect endpoint tests
14+
15+
## __AWS Invoicing__
16+
- ### Features
17+
- Removed incorrect endpoint tests
18+
19+
## __AWS IoT Data Plane__
20+
- ### Features
21+
- Adding DeleteConnection API to IoT Data Plane
22+
23+
## __AWS Multi-party Approval__
24+
- ### Features
25+
- Removed incorrect endpoint tests
26+
27+
## __AWS SDK for Java v2__
28+
- ### Features
29+
- Updated endpoint and partition metadata.
30+
31+
## __AWS User Notifications__
32+
- ### Features
33+
- Removed incorrect endpoint tests
34+
35+
## __AWS User Notifications Contacts__
36+
- ### Features
37+
- Removed incorrect endpoint tests
38+
39+
## __Amazon Aurora DSQL__
40+
- ### Features
41+
- Removed incorrect endpoint tests
42+
43+
## __Amazon CloudWatch Application Signals__
44+
- ### Features
45+
- Removed incorrect endpoint tests
46+
47+
## __Amazon Connect Service__
48+
- ### Features
49+
- This release adds a new API GetContactMetrics for Amazon Connect.
50+
51+
## __Amazon GameLift Streams__
52+
- ### Features
53+
- Removed incorrect endpoint tests
54+
55+
## __Amazon Keyspaces Streams__
56+
- ### Features
57+
- Removed incorrect endpoint tests
58+
59+
## __Amazon S3__
60+
- ### Bugfixes
61+
- Fix a bug in the Java based multipart client with GetObject incorrect retry behavior
62+
63+
## __Amazon S3 Vectors__
64+
- ### Features
65+
- Removed incorrect endpoint tests
66+
67+
## __Amazon SageMaker Service__
68+
- ### Features
69+
- Adds support for GB200 UltraServers in Amazon SageMaker training jobs, training plans, and HyperPod clusters
70+
71+
## __Amazon Transcribe Service__
72+
- ### Features
73+
- Update documentation to use key ARN only in OutputEncryptionKMSKeyId request parameter
74+
75+
## __Amazon Workspaces Instances__
76+
- ### Features
77+
- Removed incorrect endpoint tests
78+
79+
## __Inspector2__
80+
- ### Features
81+
- Add CVSSV4 to Vulnerability Search API and update enable/disable account id list length to 5
82+
83+
## __Managed integrations for AWS IoT Device Management__
84+
- ### Features
85+
- Removed incorrect endpoint tests
86+
87+
## __Network Flow Monitor__
88+
- ### Features
89+
- Removed incorrect endpoint tests
90+
91+
## __Partner Central Selling API__
92+
- ### Features
93+
- Removed incorrect endpoint tests
94+
95+
## __Security Incident Response__
96+
- ### Features
97+
- Removed incorrect endpoint tests
98+
299
# __2.32.18__ __2025-08-07__
3100
## __AWS Batch__
4101
- ### 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.18</version>
54+
<version>2.32.19</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.18</version>
88+
<version>2.32.19</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>software.amazon.awssdk</groupId>
9292
<artifactId>s3</artifactId>
93-
<version>2.32.18</version>
93+
<version>2.32.19</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.18</version>
105+
<version>2.32.19</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.18</version>
23+
<version>2.32.19</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.18</version>
23+
<version>2.32.19</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.18</version>
23+
<version>2.32.19</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.18</version>
23+
<version>2.32.19</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

0 commit comments

Comments
 (0)