Skip to content

Commit 0dd8786

Browse files
committed
Merge branch 'feature/master/apache5x' into joviegas/post-surface-api-review
2 parents 4d88a3e + ee93292 commit 0dd8786

File tree

627 files changed

+9801
-1725
lines changed

Some content is hidden

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

627 files changed

+9801
-1725
lines changed

.changes/2.31.78.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.31.78",
3+
"date": "2025-07-09",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS Query Protocol",
8+
"contributor": "",
9+
"description": "Fixed EC2 DescribeInstances query failure in non-ASCII digit locales by using ROOT locale when formatting query paths to ensure ASCII digits are always used."
10+
},
11+
{
12+
"type": "bugfix",
13+
"category": "AWS SDK for Java v2",
14+
"contributor": "",
15+
"description": "Fixed AsyncRequestBody.fromByteBuffers() and related methods to properly complete when called with no buffers"
16+
},
17+
{
18+
"type": "bugfix",
19+
"category": "AWS SDK for Java v2",
20+
"contributor": "",
21+
"description": "Fix an issue where the CRC64NVME class cannot be loaded from CRT in some situations, even if `aws-crt` is correctly included in the application classpath."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Free Tier",
26+
"contributor": "",
27+
"description": "This release introduces four new APIs: GetAccountPlanState and UpgradeAccountPlan for AWS account plan management; ListAccountActivities and GetAccountActivity that provide activity tracking capabilities."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS OpsWorks CM",
32+
"contributor": "",
33+
"description": "Removing content that refers to an S3 bucket that is no longer in use."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS SDK for Java v2",
38+
"contributor": "",
39+
"description": "Add validation for invalid usages of the `enableEnvironmentBearerToken` codegen customization."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Elastic Compute Cloud",
44+
"contributor": "",
45+
"description": "Adds support to Capacity Blocks for ML for purchasing EC2 P6e-GB200 UltraServers. Customers can now purchase u-p6e-gb200x72 and u-p6e-gb200x36 UltraServers. Adds new DescribeCapacityBlocks andDescribeCapacityBlockStatus APIs. Adds support for CapacityBlockId to DescribeInstanceTopology."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS SDK for Java v2",
50+
"contributor": "",
51+
"description": "Updated endpoint and partition metadata."
52+
}
53+
]
54+
}
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": "Improve performance for SDK service clients that don't use custom client plugins by optimizing plugin resolution logic"
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "documentation",
3+
"category": "Amazon DynamoDB Enhanced Client",
4+
"contributor": "",
5+
"description": "Add documentation clarifying usage for ddb enhanced client"
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Preview Release of AWS SDK Apache5 HttpClient with Apache HttpClient 5.5.x"
6+
}

.changes/next-release/feature-AWSSDKforJavav2-960b6f3.json

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon DynamoDB",
4+
"contributor": "",
5+
"description": "Enable caching results to URI constructors for account-id based endpoints"
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Add support for caching results to URI constructors for account-id based endpoints"
6+
}

.github/workflows/api-surface-area-review-verification.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ permissions:
55
pull-requests: read
66

77
on:
8+
merge_group:
89
pull_request:
910
types: [ opened, synchronize, reopened, labeled, unlabeled ]
1011
branches:

.github/workflows/changelog-verification.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ permissions:
55
pull-requests: read
66

77
on:
8+
merge_group:
89
pull_request:
910
types: [ opened, synchronize, reopened, labeled, unlabeled ]
1011
branches:

.github/workflows/codebuild-ci.yml

Lines changed: 0 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -167,106 +167,3 @@ jobs:
167167
uses: aws-actions/aws-codebuild-run-build@v1
168168
with:
169169
project-name: aws-sdk-java-v2-migration-test
170-
171-
s3-regression-tests-download:
172-
if: github.repository == 'aws/aws-sdk-java-v2'
173-
runs-on: ubuntu-latest
174-
env:
175-
REGRESSION_TEST: DownloadStreamingRegressionTesting
176-
steps:
177-
- name: Configure AWS Credentials
178-
uses: aws-actions/configure-aws-credentials@v4
179-
with:
180-
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
181-
aws-region: us-west-2
182-
role-duration-seconds: 7200
183-
- name: Run s3 regression tests for downloads
184-
uses: aws-actions/aws-codebuild-run-build@v1
185-
with:
186-
project-name: aws-sdk-java-v2-s3-regression-tests
187-
env-vars-for-codebuild: REGRESSION_TEST
188-
s3-regression-tests-control-plane:
189-
if: github.repository == 'aws/aws-sdk-java-v2'
190-
runs-on: ubuntu-latest
191-
env:
192-
REGRESSION_TEST: ControlPlaneOperationRegressionTesting
193-
steps:
194-
- name: Configure AWS Credentials
195-
uses: aws-actions/configure-aws-credentials@v4
196-
with:
197-
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
198-
aws-region: us-west-2
199-
role-duration-seconds: 7200
200-
- name: Run s3 regression tests for control plane
201-
uses: aws-actions/aws-codebuild-run-build@v1
202-
with:
203-
project-name: aws-sdk-java-v2-s3-regression-tests
204-
env-vars-for-codebuild: REGRESSION_TEST
205-
s3-regression-tests-upload-sync:
206-
if: github.repository == 'aws/aws-sdk-java-v2'
207-
runs-on: ubuntu-latest
208-
env:
209-
REGRESSION_TEST: UploadSyncRegressionTesting
210-
steps:
211-
- name: Configure AWS Credentials
212-
uses: aws-actions/configure-aws-credentials@v4
213-
with:
214-
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
215-
aws-region: us-west-2
216-
role-duration-seconds: 7200
217-
- name: Run s3 regression tests for uploads
218-
uses: aws-actions/aws-codebuild-run-build@v1
219-
with:
220-
project-name: aws-sdk-java-v2-s3-regression-tests
221-
env-vars-for-codebuild: REGRESSION_TEST
222-
s3-regression-tests-upload-async:
223-
if: github.repository == 'aws/aws-sdk-java-v2'
224-
runs-on: ubuntu-latest
225-
env:
226-
REGRESSION_TEST: UploadAsyncRegressionTesting
227-
steps:
228-
- name: Configure AWS Credentials
229-
uses: aws-actions/configure-aws-credentials@v4
230-
with:
231-
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
232-
aws-region: us-west-2
233-
role-duration-seconds: 7200
234-
- name: Run s3 regression tests for uploads
235-
uses: aws-actions/aws-codebuild-run-build@v1
236-
with:
237-
project-name: aws-sdk-java-v2-s3-regression-tests
238-
env-vars-for-codebuild: REGRESSION_TEST
239-
s3-regression-tests-upload-crt:
240-
if: github.repository == 'aws/aws-sdk-java-v2'
241-
runs-on: ubuntu-latest
242-
env:
243-
REGRESSION_TEST: UploadCrtRegressionTesting
244-
steps:
245-
- name: Configure AWS Credentials
246-
uses: aws-actions/configure-aws-credentials@v4
247-
with:
248-
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
249-
aws-region: us-west-2
250-
role-duration-seconds: 7200
251-
- name: Run s3 regression tests for uploads
252-
uses: aws-actions/aws-codebuild-run-build@v1
253-
with:
254-
project-name: aws-sdk-java-v2-s3-regression-tests
255-
env-vars-for-codebuild: REGRESSION_TEST
256-
s3-regression-tests-upload-multi:
257-
if: github.repository == 'aws/aws-sdk-java-v2'
258-
runs-on: ubuntu-latest
259-
env:
260-
REGRESSION_TEST: UploadTransferManagerRegressionTesting
261-
steps:
262-
- name: Configure AWS Credentials
263-
uses: aws-actions/configure-aws-credentials@v4
264-
with:
265-
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
266-
aws-region: us-west-2
267-
role-duration-seconds: 7200
268-
- name: Run s3 regression tests for uploads
269-
uses: aws-actions/aws-codebuild-run-build@v1
270-
with:
271-
project-name: aws-sdk-java-v2-s3-regression-tests
272-
env-vars-for-codebuild: REGRESSION_TEST

0 commit comments

Comments
 (0)