Skip to content

Commit 8ab206e

Browse files
Merge pull request #4498 from aws/staging/c26c432c-9ca1-489f-acd6-a26ab3a87512
Pull request: release <- staging/c26c432c-9ca1-489f-acd6-a26ab3a87512
2 parents d63b88f + efe5f20 commit 8ab206e

File tree

524 files changed

+4382
-694
lines changed

Some content is hidden

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

524 files changed

+4382
-694
lines changed

.changes/2.38.8.json

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
{
2+
"version": "2.38.8",
3+
"date": "2025-11-17",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "Amazon S3",
8+
"contributor": "",
9+
"description": "Fix bug in S3 Multipart uploads with FileAsyncRequestBody - ensure that concurrency is limited correctly by bufferSizeInBytes"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Backup",
14+
"contributor": "",
15+
"description": "AWS Backup now supports specifying a logically air-gapped backup vault as a primary backup target in backup plans and on-demand backup jobs."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Database Migration Service",
20+
"contributor": "",
21+
"description": "This release introduces the SAP ASE(Sybase) Data Provider for AWS Data Migration Service (DMS). In addition, DMS Schema Conversion now supports this provider, enabling customers to migrate SAP ASE(Sybase) databases to Amazon RDS for PostgreSQL or Aurora PostgreSQL seamlessly."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Device Farm",
26+
"contributor": "",
27+
"description": "This release adds support for interacting with devices during a remote access session using the remoteDriverEndpoint interface"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Elemental MediaLive",
32+
"contributor": "",
33+
"description": "Adds configurations for spatial/temporal adaptive quantization in AV1 codec, and conversion to HLG output color space in H265 codec."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS Elemental MediaPackage v2",
38+
"contributor": "",
39+
"description": "Add support for SCTE messages in Segment file output"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS Glue",
44+
"contributor": "",
45+
"description": "Amazon Glue Releasing 2 the new API ListIntegrationResourceProperties and DeleteIntegrationResourceProperty along with minor improvement on existing API(s)."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS Parallel Computing Service",
50+
"contributor": "",
51+
"description": "Added support for the managed Slurm REST API endpoint"
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon AppStream",
56+
"contributor": "",
57+
"description": "Adding support for additional instances and extended storage"
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon Bedrock",
62+
"contributor": "",
63+
"description": "Automated Reasoning checks in Amazon Bedrock Guardrails now automatically generate Q&A tests for new Automated Reasoning policies. The GetAutomatedReasoningPolicyBuildWorkflowResultAssets API adds GENERATED_TEST_CASES asset type, allowing customers to retrieve tests generated by the build workflow."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon Elastic Compute Cloud",
68+
"contributor": "",
69+
"description": "This release introduces new APIs: DescribeInstanceSqlHaStates, DescribeInstanceSqlHaHistoryStates, EnableInstanceSqlHaStandbyDetections and DisableInstanceSqlHaStandbyDetections on Amazon EC2, allowing customers to enroll and monitor SQL Server licensing fee savings for their SQL HA EC2 instances."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon GuardDuty",
74+
"contributor": "",
75+
"description": "Add S3 On-Demand Object Scanning"
76+
},
77+
{
78+
"type": "feature",
79+
"category": "Amazon Lex Model Building V2",
80+
"contributor": "",
81+
"description": "Adds support for LLM as Primary, allowing usage of LLMs as the default NLU system."
82+
},
83+
{
84+
"type": "feature",
85+
"category": "AmazonMWAAServerless",
86+
"contributor": "",
87+
"description": "Amazon MWAA now offers serverless deployment, eliminating operational overhead while optimizing costs. The service supports YAML and Python-based workflows, with 80+ AWS Operators. It provides isolated execution, IAM permissions, and automatic scaling with pay-per-use pricing."
88+
},
89+
{
90+
"type": "feature",
91+
"category": "Amazon OpenSearch Service",
92+
"contributor": "",
93+
"description": "This release adds index operation APIs to support Automatic Semantic Enrichment feature"
94+
},
95+
{
96+
"type": "feature",
97+
"category": "Amazon Route 53 Resolver",
98+
"contributor": "",
99+
"description": "Adding DICTIONARY_DGA to dns-threat-protection as a new enum type. Customers can now set rules for dictionary dga protection"
100+
}
101+
]
102+
}

CHANGELOG.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,69 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.38.8__ __2025-11-17__
3+
## __AWS Backup__
4+
- ### Features
5+
- AWS Backup now supports specifying a logically air-gapped backup vault as a primary backup target in backup plans and on-demand backup jobs.
6+
7+
## __AWS Database Migration Service__
8+
- ### Features
9+
- This release introduces the SAP ASE(Sybase) Data Provider for AWS Data Migration Service (DMS). In addition, DMS Schema Conversion now supports this provider, enabling customers to migrate SAP ASE(Sybase) databases to Amazon RDS for PostgreSQL or Aurora PostgreSQL seamlessly.
10+
11+
## __AWS Device Farm__
12+
- ### Features
13+
- This release adds support for interacting with devices during a remote access session using the remoteDriverEndpoint interface
14+
15+
## __AWS Elemental MediaLive__
16+
- ### Features
17+
- Adds configurations for spatial/temporal adaptive quantization in AV1 codec, and conversion to HLG output color space in H265 codec.
18+
19+
## __AWS Elemental MediaPackage v2__
20+
- ### Features
21+
- Add support for SCTE messages in Segment file output
22+
23+
## __AWS Glue__
24+
- ### Features
25+
- Amazon Glue Releasing 2 the new API ListIntegrationResourceProperties and DeleteIntegrationResourceProperty along with minor improvement on existing API(s).
26+
27+
## __AWS Parallel Computing Service__
28+
- ### Features
29+
- Added support for the managed Slurm REST API endpoint
30+
31+
## __Amazon AppStream__
32+
- ### Features
33+
- Adding support for additional instances and extended storage
34+
35+
## __Amazon Bedrock__
36+
- ### Features
37+
- Automated Reasoning checks in Amazon Bedrock Guardrails now automatically generate Q&A tests for new Automated Reasoning policies. The GetAutomatedReasoningPolicyBuildWorkflowResultAssets API adds GENERATED_TEST_CASES asset type, allowing customers to retrieve tests generated by the build workflow.
38+
39+
## __Amazon Elastic Compute Cloud__
40+
- ### Features
41+
- This release introduces new APIs: DescribeInstanceSqlHaStates, DescribeInstanceSqlHaHistoryStates, EnableInstanceSqlHaStandbyDetections and DisableInstanceSqlHaStandbyDetections on Amazon EC2, allowing customers to enroll and monitor SQL Server licensing fee savings for their SQL HA EC2 instances.
42+
43+
## __Amazon GuardDuty__
44+
- ### Features
45+
- Add S3 On-Demand Object Scanning
46+
47+
## __Amazon Lex Model Building V2__
48+
- ### Features
49+
- Adds support for LLM as Primary, allowing usage of LLMs as the default NLU system.
50+
51+
## __Amazon OpenSearch Service__
52+
- ### Features
53+
- This release adds index operation APIs to support Automatic Semantic Enrichment feature
54+
55+
## __Amazon Route 53 Resolver__
56+
- ### Features
57+
- Adding DICTIONARY_DGA to dns-threat-protection as a new enum type. Customers can now set rules for dictionary dga protection
58+
59+
## __Amazon S3__
60+
- ### Bugfixes
61+
- Fix bug in S3 Multipart uploads with FileAsyncRequestBody - ensure that concurrency is limited correctly by bufferSizeInBytes
62+
63+
## __AmazonMWAAServerless__
64+
- ### Features
65+
- Amazon MWAA now offers serverless deployment, eliminating operational overhead while optimizing costs. The service supports YAML and Python-based workflows, with 80+ AWS Operators. It provides isolated execution, IAM permissions, and automatic scaling with pay-per-use pricing.
66+
267
# __2.38.7__ __2025-11-14__
368
## __AWS Elemental MediaLive__
469
- ### 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.38.7</version>
54+
<version>2.38.8</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.38.7</version>
88+
<version>2.38.8</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>software.amazon.awssdk</groupId>
9292
<artifactId>s3</artifactId>
93-
<version>2.38.7</version>
93+
<version>2.38.8</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.38.7</version>
105+
<version>2.38.8</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.38.7</version>
23+
<version>2.38.8</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.38.7</version>
23+
<version>2.38.8</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.38.7</version>
23+
<version>2.38.8</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.38.7</version>
23+
<version>2.38.8</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

aws-sdk-java/pom.xml

Lines changed: 6 additions & 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.38.7</version>
20+
<version>2.38.8</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>
@@ -2088,6 +2088,11 @@ Amazon AutoScaling, etc).</description>
20882088
<artifactId>rtbfabric</artifactId>
20892089
<version>${awsjavasdk.version}</version>
20902090
</dependency>
2091+
<dependency>
2092+
<groupId>software.amazon.awssdk</groupId>
2093+
<artifactId>mwaaserverless</artifactId>
2094+
<version>${awsjavasdk.version}</version>
2095+
</dependency>
20912096
</dependencies>
20922097
<build>
20932098
<finalName>${project.artifactId}-${project.version}</finalName>

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.38.7</version>
23+
<version>2.38.8</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/pom.xml

Lines changed: 6 additions & 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.38.7</version>
20+
<version>2.38.8</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>
@@ -2293,6 +2293,11 @@
22932293
<artifactId>rtbfabric</artifactId>
22942294
<version>${awsjavasdk.version}</version>
22952295
</dependency>
2296+
<dependency>
2297+
<groupId>software.amazon.awssdk</groupId>
2298+
<artifactId>mwaaserverless</artifactId>
2299+
<version>${awsjavasdk.version}</version>
2300+
</dependency>
22962301
</dependencies>
22972302
</dependencyManagement>
22982303
</project>

0 commit comments

Comments
 (0)