Skip to content

Commit 4a715a7

Browse files
Merge pull request #4491 from aws/staging/f430b799-c7c4-499d-87d3-8b7183b6bf0f
Pull request: release <- staging/f430b799-c7c4-499d-87d3-8b7183b6bf0f
2 parents 4ec2744 + 6f73f3a commit 4a715a7

File tree

512 files changed

+2849
-1814
lines changed

Some content is hidden

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

512 files changed

+2849
-1814
lines changed

.changes/2.38.6.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"version": "2.38.6",
3+
"date": "2025-11-13",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS CloudFormation",
8+
"contributor": "",
9+
"description": "CloudFormation now supports GetHookResult API with annotations to retrieve structured compliance check results and remediation guidance for each evaluated resource, replacing the previous single-message limitation with detailed validation outcomes."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Control Catalog",
14+
"contributor": "",
15+
"description": "Added support for related control mappings with new RELATED_CONTROL mapping type in ListControlMappings API."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Elemental MediaConvert",
20+
"contributor": "",
21+
"description": "Lowers minimum duration for black video generator. Adds support for embedding and signing C2PA content credentials in DASH and CMAF HLS outputs."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS IoT Wireless",
26+
"contributor": "",
27+
"description": "Integration of Device Location with Amazon Sidewalk network for Amazon Sidewalk enabled devices"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Elastic Compute Cloud",
32+
"contributor": "",
33+
"description": "Added support for new accelerator types (\"media\") and accelerator names (\"L4\", \"L40s\", \"GAUDI_HL_205\", \"INFERENTIA2\", \"TRAINIUM\", \"TRAINIUM2\", \"U30\") in Attributes Based Instance Type Selection for launched instance types."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Elastic Container Registry",
38+
"contributor": "",
39+
"description": "Add Amazon ECR FIPS PrivateLink endpoint support"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Relational Database Service",
44+
"contributor": "",
45+
"description": "Updated endpoint and service metadata"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon SageMaker Service",
50+
"contributor": "",
51+
"description": "Added support for minor version upgrades and AWS Identity Center integration for SageMaker Hadron Partner Apps, enabling automated version management and IdC group-based access control."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon WorkSpaces Web",
56+
"contributor": "",
57+
"description": "Support for managing web content filtering for defining, tracking and regulating type of content accessed with WorkSpaces Secure Browser as part of browser settings."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Elastic Load Balancing",
62+
"contributor": "",
63+
"description": "QUIC and TCP_QUIC protocol support for Network Load Balancer (NLB). This capability enables customers to forward QUIC traffic to their targets with ultra-low latency while maintaining session stickiness using QUIC Connection IDs."
64+
}
65+
]
66+
}

.github/workflows/s3-regression-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
BASE_REF=${BASE_REF#refs/heads/}
2828
git fetch origin "$BASE_REF" --depth 1
2929
CHANGED_FILES=$(git diff origin/"$BASE_REF" --name-only)
30-
if echo "$CHANGED_FILES" | grep -q -E '^core/|^services/s3/|^services-custom/s3-transfer-manager/|^http-client-spi/|^http-clients/|^test/s3-tests/'; then
31-
echo "Detected changes in S3, HTTP client, core modules, or s3-tests"
30+
if echo "$CHANGED_FILES" | grep -q -E '^core/|^codegen/|^services/s3/|^services-custom/s3-transfer-manager/|^http-client-spi/|^http-clients/|^test/s3-tests/'; then
31+
echo "Detected changes in S3, HTTP client, core modules, s3-tests or codegen"
3232
echo "has_s3_related_changes=true" >> $GITHUB_OUTPUT
3333
else
34-
echo "No changes detected in S3, HTTP client, or core modules"
34+
echo "No changes detected in S3, HTTP client, core modules, s3-tests or codegen"
3535
echo "has_s3_related_changes=false" >> $GITHUB_OUTPUT
3636
fi
3737

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,45 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.38.6__ __2025-11-13__
3+
## __AWS CloudFormation__
4+
- ### Features
5+
- CloudFormation now supports GetHookResult API with annotations to retrieve structured compliance check results and remediation guidance for each evaluated resource, replacing the previous single-message limitation with detailed validation outcomes.
6+
7+
## __AWS Control Catalog__
8+
- ### Features
9+
- Added support for related control mappings with new RELATED_CONTROL mapping type in ListControlMappings API.
10+
11+
## __AWS Elemental MediaConvert__
12+
- ### Features
13+
- Lowers minimum duration for black video generator. Adds support for embedding and signing C2PA content credentials in DASH and CMAF HLS outputs.
14+
15+
## __AWS IoT Wireless__
16+
- ### Features
17+
- Integration of Device Location with Amazon Sidewalk network for Amazon Sidewalk enabled devices
18+
19+
## __Amazon Elastic Compute Cloud__
20+
- ### Features
21+
- Added support for new accelerator types ("media") and accelerator names ("L4", "L40s", "GAUDI_HL_205", "INFERENTIA2", "TRAINIUM", "TRAINIUM2", "U30") in Attributes Based Instance Type Selection for launched instance types.
22+
23+
## __Amazon Elastic Container Registry__
24+
- ### Features
25+
- Add Amazon ECR FIPS PrivateLink endpoint support
26+
27+
## __Amazon Relational Database Service__
28+
- ### Features
29+
- Updated endpoint and service metadata
30+
31+
## __Amazon SageMaker Service__
32+
- ### Features
33+
- Added support for minor version upgrades and AWS Identity Center integration for SageMaker Hadron Partner Apps, enabling automated version management and IdC group-based access control.
34+
35+
## __Amazon WorkSpaces Web__
36+
- ### Features
37+
- Support for managing web content filtering for defining, tracking and regulating type of content accessed with WorkSpaces Secure Browser as part of browser settings.
38+
39+
## __Elastic Load Balancing__
40+
- ### Features
41+
- QUIC and TCP_QUIC protocol support for Network Load Balancer (NLB). This capability enables customers to forward QUIC traffic to their targets with ultra-low latency while maintaining session stickiness using QUIC Connection IDs.
42+
243
# __2.38.5__ __2025-11-12__
344
## __AWS Database Migration Service__
445
- ### 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.5</version>
54+
<version>2.38.6</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.5</version>
88+
<version>2.38.6</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>software.amazon.awssdk</groupId>
9292
<artifactId>s3</artifactId>
93-
<version>2.38.5</version>
93+
<version>2.38.6</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.5</version>
105+
<version>2.38.6</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.5</version>
23+
<version>2.38.6</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.5</version>
23+
<version>2.38.6</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.5</version>
23+
<version>2.38.6</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.5</version>
23+
<version>2.38.6</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.38.5</version>
20+
<version>2.38.6</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.38.5</version>
23+
<version>2.38.6</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)