Skip to content

Commit ba10f0f

Browse files
Merge pull request #4035 from aws/staging/b549d68c-5c30-4422-8928-d9de17fddf9e
Pull request: release <- staging/b549d68c-5c30-4422-8928-d9de17fddf9e
2 parents 7860938 + b18241b commit ba10f0f

File tree

507 files changed

+853
-539
lines changed

Some content is hidden

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

507 files changed

+853
-539
lines changed

.changes/2.31.63.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.31.63",
3+
"date": "2025-06-12",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS IoT FleetWise",
8+
"contributor": "",
9+
"description": "Add new status READY_FOR_CHECKIN used for vehicle synchronisation"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Key Management Service",
14+
"contributor": "",
15+
"description": "AWS KMS announces the support of ML-DSA key pairs that creates post-quantum safe digital signatures."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Parallel Computing Service",
20+
"contributor": "",
21+
"description": "Fixed regex patterns for ARN fields."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon API Gateway",
26+
"contributor": "",
27+
"description": "Documentation updates for Amazon API Gateway"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AmazonApiGatewayV2",
32+
"contributor": "",
33+
"description": "Documentation updates for Amazon API Gateway"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AmazonConnectCampaignServiceV2",
38+
"contributor": "",
39+
"description": "Added PutInstanceCommunicationLimits and GetInstanceCommunicationLimits APIs"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon EC2 Container Service",
44+
"contributor": "",
45+
"description": "This Amazon ECS release supports updating the capacityProviderStrategy parameter in update-service."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "EMR Serverless",
50+
"contributor": "",
51+
"description": "This release adds support for retrieval of the optional executionIamPolicy field in the GetJobRun API response."
52+
}
53+
]
54+
}

.github/workflows/codebuild-ci.yml

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Configure AWS Credentials
22-
uses: aws-actions/configure-aws-credentials@v1
22+
uses: aws-actions/configure-aws-credentials@v4
2323
with:
2424
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
2525
aws-region: us-west-2
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Configure AWS Credentials
37-
uses: aws-actions/configure-aws-credentials@v1
37+
uses: aws-actions/configure-aws-credentials@v4
3838
with:
3939
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
4040
aws-region: us-west-2
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- name: Configure AWS Credentials
52-
uses: aws-actions/configure-aws-credentials@v1
52+
uses: aws-actions/configure-aws-credentials@v4
5353
with:
5454
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
5555
aws-region: us-west-2
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565
steps:
6666
- name: Configure AWS Credentials
67-
uses: aws-actions/configure-aws-credentials@v1
67+
uses: aws-actions/configure-aws-credentials@v4
6868
with:
6969
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
7070
aws-region: us-west-2
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ubuntu-latest
8080
steps:
8181
- name: Configure AWS Credentials
82-
uses: aws-actions/configure-aws-credentials@v1
82+
uses: aws-actions/configure-aws-credentials@v4
8383
with:
8484
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
8585
aws-region: us-west-2
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: ubuntu-latest
9494
steps:
9595
- name: Configure AWS Credentials
96-
uses: aws-actions/configure-aws-credentials@v1
96+
uses: aws-actions/configure-aws-credentials@v4
9797
with:
9898
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
9999
aws-region: us-west-2
@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ubuntu-latest
108108
steps:
109109
- name: Configure AWS Credentials
110-
uses: aws-actions/configure-aws-credentials@v1
110+
uses: aws-actions/configure-aws-credentials@v4
111111
with:
112112
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
113113
aws-region: us-west-2
@@ -130,7 +130,7 @@ jobs:
130130
runs-on: ubuntu-latest
131131
steps:
132132
- name: Configure AWS Credentials
133-
uses: aws-actions/configure-aws-credentials@v1
133+
uses: aws-actions/configure-aws-credentials@v4
134134
with:
135135
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
136136
aws-region: us-west-2
@@ -139,12 +139,26 @@ jobs:
139139
uses: aws-actions/aws-codebuild-run-build@v1
140140
with:
141141
project-name: aws-sdk-java-v2-endpoints-test
142+
brazil-json-validation:
143+
if: github.repository == 'aws/aws-sdk-java-v2'
144+
runs-on: ubuntu-latest
145+
steps:
146+
- name: Configure AWS Credentials
147+
uses: aws-actions/configure-aws-credentials@v4
148+
with:
149+
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
150+
aws-region: us-west-2
151+
role-duration-seconds: 7200
152+
- name: Validate Brazil config
153+
uses: aws-actions/aws-codebuild-run-build@v1
154+
with:
155+
project-name: aws-java-sdk-v2-validate-brazil-config
142156
migration-tests:
143157
if: github.repository == 'aws/aws-sdk-java-v2'
144158
runs-on: ubuntu-latest
145159
steps:
146160
- name: Configure AWS Credentials
147-
uses: aws-actions/configure-aws-credentials@v1
161+
uses: aws-actions/configure-aws-credentials@v4
148162
with:
149163
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
150164
aws-region: us-west-2

.github/workflows/merge-queue-metric.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Configure AWS Credentials
21-
uses: aws-actions/configure-aws-credentials@v1
21+
uses: aws-actions/configure-aws-credentials@v4
2222
with:
2323
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
2424
aws-region: us-west-2
@@ -32,11 +32,11 @@ jobs:
3232
if: ${{ github.repository == 'aws/aws-sdk-java-v2' && github.event.action == 'dequeued' && github.event.reason != 'MERGE'}}
3333
steps:
3434
- name: Configure AWS Credentials
35-
uses: aws-actions/configure-aws-credentials@v1
35+
uses: aws-actions/configure-aws-credentials@v4
3636
with:
3737
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
3838
aws-region: us-west-2
3939
role-duration-seconds: 900
4040
- name: Record merge queue removal
4141
run: |
42-
aws --region us-west-2 cloudwatch put-metric-data --namespace AwsJavaSdkV2/GitHub --metric-name MergeQueue-Remove --unit Count --value 1 --dimensions Branch=master
42+
aws --region us-west-2 cloudwatch put-metric-data --namespace AwsJavaSdkV2/GitHub --metric-name MergeQueue-Remove --unit Count --value 1 --dimensions Branch=master

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.31.63__ __2025-06-12__
3+
## __AWS IoT FleetWise__
4+
- ### Features
5+
- Add new status READY_FOR_CHECKIN used for vehicle synchronisation
6+
7+
## __AWS Key Management Service__
8+
- ### Features
9+
- AWS KMS announces the support of ML-DSA key pairs that creates post-quantum safe digital signatures.
10+
11+
## __AWS Parallel Computing Service__
12+
- ### Features
13+
- Fixed regex patterns for ARN fields.
14+
15+
## __Amazon API Gateway__
16+
- ### Features
17+
- Documentation updates for Amazon API Gateway
18+
19+
## __Amazon EC2 Container Service__
20+
- ### Features
21+
- This Amazon ECS release supports updating the capacityProviderStrategy parameter in update-service.
22+
23+
## __AmazonApiGatewayV2__
24+
- ### Features
25+
- Documentation updates for Amazon API Gateway
26+
27+
## __AmazonConnectCampaignServiceV2__
28+
- ### Features
29+
- Added PutInstanceCommunicationLimits and GetInstanceCommunicationLimits APIs
30+
31+
## __EMR Serverless__
32+
- ### Features
33+
- This release adds support for retrieval of the optional executionIamPolicy field in the GetJobRun API response.
34+
235
# __2.31.62__ __2025-06-11__
336
## __AWS Control Catalog__
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.31.62</version>
54+
<version>2.31.63</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.31.62</version>
88+
<version>2.31.63</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>software.amazon.awssdk</groupId>
9292
<artifactId>s3</artifactId>
93-
<version>2.31.62</version>
93+
<version>2.31.63</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.31.62</version>
105+
<version>2.31.63</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.31.62</version>
23+
<version>2.31.63</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.31.62</version>
23+
<version>2.31.63</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.31.62</version>
23+
<version>2.31.63</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.31.62</version>
23+
<version>2.31.63</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.31.62</version>
20+
<version>2.31.63</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.31.62</version>
23+
<version>2.31.63</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.31.62</version>
20+
<version>2.31.63</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>

buildspecs/validate-brazil-config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 0.2
2+
3+
phases:
4+
install:
5+
runtime-versions:
6+
java: "$JAVA_RUNTIME"
7+
python: 3.13
8+
9+
build:
10+
commands:
11+
- mvn clean install -P quick -T0.4C
12+
- mvn exec:exec -Dexec.executable=pwd -pl !:aws-sdk-java-pom,!:sdk-benchmarks,!:module-path-tests -q 2>&1 > modules.txt
13+
- mvn dependency:list -DexcludeTransitive=true -DincludeScope=runtime 2>&1 > deps.txt
14+
- scripts/validate-brazil-config modules.txt deps.txt

bundle-logging-bridge/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.31.62</version>
24+
<version>2.31.63</version>
2525
</parent>
2626
<artifactId>bundle-logging-bridge</artifactId>
2727
<packaging>jar</packaging>

bundle-sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.31.62</version>
24+
<version>2.31.63</version>
2525
</parent>
2626
<artifactId>bundle-sdk</artifactId>
2727
<packaging>jar</packaging>

bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.31.62</version>
24+
<version>2.31.63</version>
2525
</parent>
2626
<artifactId>bundle</artifactId>
2727
<packaging>jar</packaging>

codegen-lite-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>aws-sdk-java-pom</artifactId>
25-
<version>2.31.62</version>
25+
<version>2.31.63</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-lite-maven-plugin</artifactId>

codegen-lite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.31.62</version>
24+
<version>2.31.63</version>
2525
</parent>
2626
<artifactId>codegen-lite</artifactId>
2727
<name>AWS Java SDK :: Code Generator Lite</name>

codegen-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>aws-sdk-java-pom</artifactId>
25-
<version>2.31.62</version>
25+
<version>2.31.63</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-maven-plugin</artifactId>

codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.31.62</version>
24+
<version>2.31.63</version>
2525
</parent>
2626
<artifactId>codegen</artifactId>
2727
<name>AWS Java SDK :: Code Generator</name>

0 commit comments

Comments
 (0)