Skip to content

Commit bb372da

Browse files
committed
Merge branch 'master' into feature/master/apache5x
2 parents c3cb46f + b467a60 commit bb372da

File tree

527 files changed

+5598
-955
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

+5598
-955
lines changed

.changes/2.31.72.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"version": "2.31.72",
3+
"date": "2025-06-26",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "EmfMetricLoggingPublisher",
8+
"contributor": "",
9+
"description": "Fixed the bug that EmfMetricLoggingPublisher not properly publishing Long type metrics"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWSDeadlineCloud",
14+
"contributor": "",
15+
"description": "Added fields to track cumulative task retry attempts for steps and jobs"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Key Management Service",
20+
"contributor": "",
21+
"description": "This release updates AWS CLI examples for KMS APIs."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS SDK for Java v2",
26+
"contributor": "",
27+
"description": "Add code generation validation for missing request URI on an operation."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS SDK for Java v2",
32+
"contributor": "",
33+
"description": "Add support for defining service model validators and generating valdiation reports during code generation."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS SDK for Java v2",
38+
"contributor": "",
39+
"description": "Add support for validating that shared models between two services are identical."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Elastic Compute Cloud",
44+
"contributor": "",
45+
"description": "This release adds support for OdbNetworkArn as a target in VPC Route Tables"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Keyspaces",
50+
"contributor": "",
51+
"description": "This release provides change data capture (CDC) streams support through updates to the Amazon Keyspaces API."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon Keyspaces Streams",
56+
"contributor": "",
57+
"description": "This release adds change data capture (CDC) streams support through the new Amazon Keyspaces Streams API."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon WorkSpaces",
62+
"contributor": "",
63+
"description": "Updated modifyStreamingProperties to support PrivateLink VPC endpoints for directories"
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Code Generator Maven Plugin",
68+
"contributor": "",
69+
"description": "Update the generator plugin to support model validation during code generation. In addition, this adds the `writeValidationReport` flag to support writing the validation report to disk."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Managed integrations for AWS IoT Device Management",
74+
"contributor": "",
75+
"description": "Adding managed integrations APIs for IoT Device Management to onboard and control devices across different manufacturers, connectivity protocols and third party vendor clouds. APIs include managed thing operations, provisioning profile management, and cloud connector operations."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "QBusiness",
80+
"contributor": "",
81+
"description": "Added support for App level authentication for QBusiness DataAccessor using AWS IAM Identity center Trusted Token issuer"
82+
},
83+
{
84+
"type": "feature",
85+
"category": "AWS SDK for Java v2",
86+
"contributor": "",
87+
"description": "Updated endpoint and partition metadata."
88+
}
89+
]
90+
}

.changes/2.31.73.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.31.73",
3+
"date": "2025-06-27",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Config",
8+
"contributor": "",
9+
"description": "Added important considerations to the PutConformancePack and PutOrganizationConformancPack APIs."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Glue",
14+
"contributor": "",
15+
"description": "AWS Glue now supports schema, partition and sort management of Apache Iceberg tables using Glue SDK"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Connect Service",
20+
"contributor": "",
21+
"description": "This release adds the following value to an InitiateAs enum: COMPLETED"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon GuardDuty",
26+
"contributor": "",
27+
"description": "Update JSON target for Kubernetes workload resource type."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Q Connect",
32+
"contributor": "",
33+
"description": "Adding UnauthorizedException to public SDK"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Relational Database Service",
38+
"contributor": "",
39+
"description": "StartDBCluster and StopDBCluster can now throw InvalidDBShardGroupStateFault."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Simple Email Service",
44+
"contributor": "",
45+
"description": "Added support for new SES regions"
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-AWSSDKforJavav2-17f90b1.json

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

.changes/next-release/feature-AWSSDKforJavav2-7cf1e5c.json

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

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

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

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

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

.changes/next-release/feature-CodeGeneratorMavenPlugin-64c91e8.json

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

CHANGELOG.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,85 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.31.73__ __2025-06-27__
3+
## __AWS Config__
4+
- ### Features
5+
- Added important considerations to the PutConformancePack and PutOrganizationConformancPack APIs.
6+
7+
## __AWS Glue__
8+
- ### Features
9+
- AWS Glue now supports schema, partition and sort management of Apache Iceberg tables using Glue SDK
10+
11+
## __AWS SDK for Java v2__
12+
- ### Features
13+
- Updated endpoint and partition metadata.
14+
15+
## __Amazon Connect Service__
16+
- ### Features
17+
- This release adds the following value to an InitiateAs enum: COMPLETED
18+
19+
## __Amazon GuardDuty__
20+
- ### Features
21+
- Update JSON target for Kubernetes workload resource type.
22+
23+
## __Amazon Q Connect__
24+
- ### Features
25+
- Adding UnauthorizedException to public SDK
26+
27+
## __Amazon Relational Database Service__
28+
- ### Features
29+
- StartDBCluster and StopDBCluster can now throw InvalidDBShardGroupStateFault.
30+
31+
## __Amazon Simple Email Service__
32+
- ### Features
33+
- Added support for new SES regions
34+
35+
# __2.31.72__ __2025-06-26__
36+
## __AWS Key Management Service__
37+
- ### Features
38+
- This release updates AWS CLI examples for KMS APIs.
39+
40+
## __AWS SDK for Java v2__
41+
- ### Features
42+
- Add code generation validation for missing request URI on an operation.
43+
- Add support for defining service model validators and generating valdiation reports during code generation.
44+
- Add support for validating that shared models between two services are identical.
45+
- Updated endpoint and partition metadata.
46+
47+
## __AWSDeadlineCloud__
48+
- ### Features
49+
- Added fields to track cumulative task retry attempts for steps and jobs
50+
51+
## __Amazon Elastic Compute Cloud__
52+
- ### Features
53+
- This release adds support for OdbNetworkArn as a target in VPC Route Tables
54+
55+
## __Amazon Keyspaces__
56+
- ### Features
57+
- This release provides change data capture (CDC) streams support through updates to the Amazon Keyspaces API.
58+
59+
## __Amazon Keyspaces Streams__
60+
- ### Features
61+
- This release adds change data capture (CDC) streams support through the new Amazon Keyspaces Streams API.
62+
63+
## __Amazon WorkSpaces__
64+
- ### Features
65+
- Updated modifyStreamingProperties to support PrivateLink VPC endpoints for directories
66+
67+
## __Code Generator Maven Plugin__
68+
- ### Features
69+
- Update the generator plugin to support model validation during code generation. In addition, this adds the `writeValidationReport` flag to support writing the validation report to disk.
70+
71+
## __EmfMetricLoggingPublisher__
72+
- ### Bugfixes
73+
- Fixed the bug that EmfMetricLoggingPublisher not properly publishing Long type metrics
74+
75+
## __Managed integrations for AWS IoT Device Management__
76+
- ### Features
77+
- Adding managed integrations APIs for IoT Device Management to onboard and control devices across different manufacturers, connectivity protocols and third party vendor clouds. APIs include managed thing operations, provisioning profile management, and cloud connector operations.
78+
79+
## __QBusiness__
80+
- ### Features
81+
- Added support for App level authentication for QBusiness DataAccessor using AWS IAM Identity center Trusted Token issuer
82+
283
# __2.31.71__ __2025-06-25__
384
## __AWS S3 Control__
485
- ### 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.71</version>
54+
<version>2.31.73</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.71</version>
88+
<version>2.31.73</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>software.amazon.awssdk</groupId>
9292
<artifactId>s3</artifactId>
93-
<version>2.31.71</version>
93+
<version>2.31.73</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.71</version>
105+
<version>2.31.73</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.72-SNAPSHOT</version>
23+
<version>2.31.74-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)