Skip to content

Commit 494bbca

Browse files
committed
Merge branch 'master' into joviegas/crt_close_stream_on_abort
2 parents 655e328 + bd50931 commit 494bbca

538 files changed

Lines changed: 5449 additions & 814 deletions

File tree

Some content is hidden

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

.changes/2.43.1.json

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
{
2+
"version": "2.43.1",
3+
"date": "2026-04-29",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Elemental MediaPackage v2",
8+
"contributor": "",
9+
"description": "This feature adds configuration for specifying SCTE marker handling and allow greater control over generated manifest and segment URIs"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWSDeadlineCloud",
14+
"contributor": "",
15+
"description": "Adds support for rtx-pro-server-6000 GPU accelerator for service-managed fleets."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Elastic Container Registry",
20+
"contributor": "",
21+
"description": "Removes support for registry policy V1"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "S3TransferManager",
26+
"contributor": "",
27+
"description": "Support MRAP buckets in S3 TransferManager."
28+
},
29+
{
30+
"type": "bugfix",
31+
"category": "Amazon S3",
32+
"contributor": "",
33+
"description": "Add custom 503 throttling detection for S3 head operations"
34+
},
35+
{
36+
"type": "bugfix",
37+
"category": "S3 Transfer Manager",
38+
"contributor": "",
39+
"description": "Fixed an issue where cancelling a directory transfer did not fully stop the operation."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon WorkSpaces Web",
44+
"contributor": "",
45+
"description": "Allow admins to configure IPv6 ranges on IP Access Settings."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Bedrock AgentCore Control",
50+
"contributor": "",
51+
"description": "Adds configuration bundles for versioned, immutable agent configuration snapshots with branch-based lineage"
52+
},
53+
{
54+
"type": "feature",
55+
"category": "AWS Transfer Family",
56+
"contributor": "",
57+
"description": "This launch will increase the limits for customers to list the contents from the remote directories from 10k to 200k."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "AWS Account",
62+
"contributor": "",
63+
"description": "Adds AccountState in the response for the GetAccountInformation API. Each state represents a specific phase in the account lifecycle. Use this information to manage account access, automate workflows, or trigger actions based on account state changes."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon Bedrock AgentCore",
68+
"contributor": "",
69+
"description": "Adds batch evaluation for running evaluators against multiple agent sessions with server-side orchestration, AI-powered recommendations for optimizing system prompts and tool descriptions, and AB testing with controlled traffic splitting and statistical significance reporting"
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon CloudFront",
74+
"contributor": "",
75+
"description": "Amazon CloudFront now supports cache tag. Tag objects via response headers and invalidate all matching objects in a single request, replacing manual URL tracking and broad wildcards."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "Amazon GameLift",
80+
"contributor": "",
81+
"description": "Amazon GameLift Servers adds a new DescribeContainerGroupPortMappings API for container fleets, making it easy to discover which connection ports map to your container ports without needing to remotely access the compute."
82+
},
83+
{
84+
"type": "bugfix",
85+
"category": "AWS SDK for Java v2",
86+
"contributor": "",
87+
"description": "Fixed deserialization failure for JSON responses containing field names longer than 50,000 characters. Services like DynamoDB allow attribute names up to 65,535 bytes, which exceeded Jackson's default `maxNameLength` limit."
88+
},
89+
{
90+
"type": "feature",
91+
"category": "AWS SDK for Java v2",
92+
"contributor": "",
93+
"description": "Updated endpoint and partition metadata."
94+
}
95+
]
96+
}

.changes/next-release/bugfix-AWSSDKforJavav2-1f2b503.json

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

.changes/next-release/bugfix-AmazonS3-0dda0b4.json

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

.changes/next-release/bugfix-S3TransferManager-e28a164.json

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

.changes/next-release/feature-S3TransferManager-9973f30.json

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

CHANGELOG.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,64 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.43.1__ __2026-04-29__
3+
## __AWS Account__
4+
- ### Features
5+
- Adds AccountState in the response for the GetAccountInformation API. Each state represents a specific phase in the account lifecycle. Use this information to manage account access, automate workflows, or trigger actions based on account state changes.
6+
7+
## __AWS Elemental MediaPackage v2__
8+
- ### Features
9+
- This feature adds configuration for specifying SCTE marker handling and allow greater control over generated manifest and segment URIs
10+
11+
## __AWS SDK for Java v2__
12+
- ### Features
13+
- Updated endpoint and partition metadata.
14+
15+
- ### Bugfixes
16+
- Fixed deserialization failure for JSON responses containing field names longer than 50,000 characters. Services like DynamoDB allow attribute names up to 65,535 bytes, which exceeded Jackson's default `maxNameLength` limit.
17+
18+
## __AWS Transfer Family__
19+
- ### Features
20+
- This launch will increase the limits for customers to list the contents from the remote directories from 10k to 200k.
21+
22+
## __AWSDeadlineCloud__
23+
- ### Features
24+
- Adds support for rtx-pro-server-6000 GPU accelerator for service-managed fleets.
25+
26+
## __Amazon Bedrock AgentCore__
27+
- ### Features
28+
- Adds batch evaluation for running evaluators against multiple agent sessions with server-side orchestration, AI-powered recommendations for optimizing system prompts and tool descriptions, and AB testing with controlled traffic splitting and statistical significance reporting
29+
30+
## __Amazon Bedrock AgentCore Control__
31+
- ### Features
32+
- Adds configuration bundles for versioned, immutable agent configuration snapshots with branch-based lineage
33+
34+
## __Amazon CloudFront__
35+
- ### Features
36+
- Amazon CloudFront now supports cache tag. Tag objects via response headers and invalidate all matching objects in a single request, replacing manual URL tracking and broad wildcards.
37+
38+
## __Amazon Elastic Container Registry__
39+
- ### Features
40+
- Removes support for registry policy V1
41+
42+
## __Amazon GameLift__
43+
- ### Features
44+
- Amazon GameLift Servers adds a new DescribeContainerGroupPortMappings API for container fleets, making it easy to discover which connection ports map to your container ports without needing to remotely access the compute.
45+
46+
## __Amazon S3__
47+
- ### Bugfixes
48+
- Add custom 503 throttling detection for S3 head operations
49+
50+
## __Amazon WorkSpaces Web__
51+
- ### Features
52+
- Allow admins to configure IPv6 ranges on IP Access Settings.
53+
54+
## __S3 Transfer Manager__
55+
- ### Bugfixes
56+
- Fixed an issue where cancelling a directory transfer did not fully stop the operation.
57+
58+
## __S3TransferManager__
59+
- ### Features
60+
- Support MRAP buckets in S3 TransferManager.
61+
262
# __2.43.0__ __2026-04-27__
363
## __AWS Glue__
464
- ### 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.43.0</version>
54+
<version>2.43.1</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.43.0</version>
88+
<version>2.43.1</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>software.amazon.awssdk</groupId>
9292
<artifactId>s3</artifactId>
93-
<version>2.43.0</version>
93+
<version>2.43.1</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.43.0</version>
105+
<version>2.43.1</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.43.1-SNAPSHOT</version>
23+
<version>2.43.2-SNAPSHOT</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.43.1-SNAPSHOT</version>
23+
<version>2.43.2-SNAPSHOT</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.43.1-SNAPSHOT</version>
23+
<version>2.43.2-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)