Skip to content

Commit ff9ae06

Browse files
author
AWS
committed
Release 2.31.78. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent f384578 commit ff9ae06

File tree

508 files changed

+581
-549
lines changed

Some content is hidden

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

508 files changed

+581
-549
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+
}

.changes/next-release/bugfix-AWSQueryProtocol-1398d13.json

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

.changes/next-release/bugfix-AWSSDKforJavav2-17f90b1.json

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

.changes/next-release/bugfix-AWSSDKforJavav2-641f6c9.json

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

.changes/next-release/feature-AWSFreeTier-9255e85.json

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

.changes/next-release/feature-AWSOpsWorksCM-4a6b5e1.json

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

.changes/next-release/feature-AWSSDKforJavav2-0443982.json

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

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

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

.changes/next-release/feature-AmazonElasticComputeCloud-5316860.json

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

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.31.78__ __2025-07-09__
3+
## __AWS Free Tier__
4+
- ### Features
5+
- This release introduces four new APIs: GetAccountPlanState and UpgradeAccountPlan for AWS account plan management; ListAccountActivities and GetAccountActivity that provide activity tracking capabilities.
6+
7+
## __AWS OpsWorks CM__
8+
- ### Features
9+
- Removing content that refers to an S3 bucket that is no longer in use.
10+
11+
## __AWS Query Protocol__
12+
- ### Bugfixes
13+
- 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.
14+
15+
## __AWS SDK for Java v2__
16+
- ### Features
17+
- Add validation for invalid usages of the `enableEnvironmentBearerToken` codegen customization.
18+
- Updated endpoint and partition metadata.
19+
20+
- ### Bugfixes
21+
- 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+
- Fixed AsyncRequestBody.fromByteBuffers() and related methods to properly complete when called with no buffers
23+
24+
## __Amazon Elastic Compute Cloud__
25+
- ### Features
26+
- 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.
27+
228
# __2.31.77__ __2025-07-03__
329
## __AWS Elemental MediaPackage v2__
430
- ### Features

0 commit comments

Comments
 (0)