Skip to content

Commit 44d33a6

Browse files
Merge pull request #4850 from aws/staging/076741f4-0bfb-4b24-90b0-e91333dbad0b
Pull request: release <- staging/076741f4-0bfb-4b24-90b0-e91333dbad0b
2 parents 213b1bb + 5764c12 commit 44d33a6

File tree

544 files changed

+4542
-1067
lines changed

Some content is hidden

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

544 files changed

+4542
-1067
lines changed

.changes/2.42.29.json

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"version": "2.42.29",
3+
"date": "2026-04-06",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Add business metrics tracking for precomputed checksum headers in requests."
10+
},
11+
{
12+
"type": "bugfix",
13+
"category": "Apache 5 HTTP Client",
14+
"contributor": "",
15+
"description": "Fixed a connection leak that could occur when the thread waiting to acquire a connection from the pool is interrupted. Fixes [#6786](https://github.com/aws/aws-sdk-java-v2/issues/6786)."
16+
},
17+
{
18+
"type": "bugfix",
19+
"category": "Netty NIO HTTP Client",
20+
"contributor": "",
21+
"description": "Include channel diagnostics in Read/Write timeout error messages to aid debugging."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWSDeadlineCloud",
26+
"contributor": "",
27+
"description": "Added 8 batch APIs (BatchGetJob, BatchGetStep, BatchGetTask, BatchGetSession, BatchGetSessionAction, BatchGetWorker, BatchUpdateJob, BatchUpdateTask) for bulk operations. Monitors can now use an Identity Center instance in a different region via the identityCenterRegion parameter."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS MediaTailor",
32+
"contributor": "",
33+
"description": "This change adds support for Tagging the resource types Programs and Prefetch Schedules"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS Transfer Family",
38+
"contributor": "",
39+
"description": "AWS Transfer Family Connectors now support IPv6 connectivity, enabling outbound connections to remote SFTP or AS2 servers using IPv4-only or dual-stack (IPv4 and IPv6) configurations based on network requirements."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Access Analyzer",
44+
"contributor": "",
45+
"description": "Brookie helps customers preview the impact of SCPs before deployment using historical access activity. It evaluates attached policies and proposed policy updates using collected access activity through CloudTrail authorization events and reports where currently allowed access will be denied."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Data Lifecycle Manager",
50+
"contributor": "",
51+
"description": "This release adds support for Fast Snapshot Restore AvailabilityZone Ids in Amazon Data Lifecycle Manager EBS snapshot lifecycle policies."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon GuardDuty",
56+
"contributor": "",
57+
"description": "Migrated to Smithy. No functional changes"
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon Lightsail",
62+
"contributor": "",
63+
"description": "This release adds support for the Asia Pacific (Malaysia) (ap-southeast-5) Region."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon Location Service Maps V2",
68+
"contributor": "",
69+
"description": "This release updates API reference documentation for Amazon Location Service Maps APIs to reflect regional restrictions for Grab Maps users"
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon Q Connect",
74+
"contributor": "",
75+
"description": "Added optional originRequestId parameter to SendMessageRequest and ListSpans response in Amazon Q in Connect to support request tracing across service boundaries."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "AWS SDK for Java v2",
80+
"contributor": "",
81+
"description": "Updated endpoint and partition metadata."
82+
}
83+
]
84+
}

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,56 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.42.29__ __2026-04-06__
3+
## __AWS MediaTailor__
4+
- ### Features
5+
- This change adds support for Tagging the resource types Programs and Prefetch Schedules
6+
7+
## __AWS SDK for Java v2__
8+
- ### Features
9+
- Updated endpoint and partition metadata.
10+
11+
- ### Bugfixes
12+
- Add business metrics tracking for precomputed checksum headers in requests.
13+
14+
## __AWS Transfer Family__
15+
- ### Features
16+
- AWS Transfer Family Connectors now support IPv6 connectivity, enabling outbound connections to remote SFTP or AS2 servers using IPv4-only or dual-stack (IPv4 and IPv6) configurations based on network requirements.
17+
18+
## __AWSDeadlineCloud__
19+
- ### Features
20+
- Added 8 batch APIs (BatchGetJob, BatchGetStep, BatchGetTask, BatchGetSession, BatchGetSessionAction, BatchGetWorker, BatchUpdateJob, BatchUpdateTask) for bulk operations. Monitors can now use an Identity Center instance in a different region via the identityCenterRegion parameter.
21+
22+
## __Access Analyzer__
23+
- ### Features
24+
- Brookie helps customers preview the impact of SCPs before deployment using historical access activity. It evaluates attached policies and proposed policy updates using collected access activity through CloudTrail authorization events and reports where currently allowed access will be denied.
25+
26+
## __Amazon Data Lifecycle Manager__
27+
- ### Features
28+
- This release adds support for Fast Snapshot Restore AvailabilityZone Ids in Amazon Data Lifecycle Manager EBS snapshot lifecycle policies.
29+
30+
## __Amazon GuardDuty__
31+
- ### Features
32+
- Migrated to Smithy. No functional changes
33+
34+
## __Amazon Lightsail__
35+
- ### Features
36+
- This release adds support for the Asia Pacific (Malaysia) (ap-southeast-5) Region.
37+
38+
## __Amazon Location Service Maps V2__
39+
- ### Features
40+
- This release updates API reference documentation for Amazon Location Service Maps APIs to reflect regional restrictions for Grab Maps users
41+
42+
## __Amazon Q Connect__
43+
- ### Features
44+
- Added optional originRequestId parameter to SendMessageRequest and ListSpans response in Amazon Q in Connect to support request tracing across service boundaries.
45+
46+
## __Apache 5 HTTP Client__
47+
- ### Bugfixes
48+
- Fixed a connection leak that could occur when the thread waiting to acquire a connection from the pool is interrupted. Fixes [#6786](https://github.com/aws/aws-sdk-java-v2/issues/6786).
49+
50+
## __Netty NIO HTTP Client__
51+
- ### Bugfixes
52+
- Include channel diagnostics in Read/Write timeout error messages to aid debugging.
53+
254
# __2.42.28__ __2026-04-03__
355
## __AWS Elemental MediaLive__
456
- ### Features

CONTRIBUTING.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ __Jump To:__
99
* [Feature Requests](#feature-requests)
1010
* [Code Contributions](#code-contributions)
1111
* [Running CI Checks Locally](#running-ci-checks-locally)
12+
* [Automated Tools](#automated-tools)
1213
* [Additional Resources](#additional-resources)
1314

1415
## Bug Reports
@@ -185,6 +186,24 @@ mvn clean install -Dskip.unit.tests -P integration-tests -Dfindbugs.skip -Dcheck
185186
mvn clean install -pl :dynamodb-enhanced -am -Dskip.unit.tests -P integration-tests -Dfindbugs.skip -Dcheckstyle.skip
186187
```
187188

189+
## Automated Tools
190+
191+
The use of AI tooling for assisted development work is accepted and encouraged
192+
in this repository, but due to the volume of submissions we ask that you observe
193+
the following rules:
194+
195+
- All issue and pull request submissions to this repository that are sourced by
196+
AI must first be reviewed by a human before submitting to the repository.
197+
Items reviewed in this way must include a statement like "generated by AI
198+
tools, and reviewed by <person>"
199+
- Please ensure that your submissions are actually improvements. While we are
200+
grateful for any proposed fixes, even if they are very small, behavior that
201+
looks like creating nuisance PRs or artificially inflating submission counts
202+
is not acceptable.
203+
- We may close issues or pull requests, or limit your ability to interact with
204+
this repository, for behavior that in our estimation violates these rules or
205+
any of the other rules in this repository's
206+
[Code of Conduct](CODE_OF_CONDUCT.md)
188207

189208
## Additional Resources
190209
We maintain [docs](docs/README.md) where information like design decisions, internal

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.42.28</version>
54+
<version>2.42.29</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.42.28</version>
88+
<version>2.42.29</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>software.amazon.awssdk</groupId>
9292
<artifactId>s3</artifactId>
93-
<version>2.42.28</version>
93+
<version>2.42.29</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.42.28</version>
105+
<version>2.42.29</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.42.28</version>
23+
<version>2.42.29</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.42.28</version>
23+
<version>2.42.29</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.42.28</version>
23+
<version>2.42.29</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.42.28</version>
23+
<version>2.42.29</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.42.28</version>
20+
<version>2.42.29</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.42.28</version>
23+
<version>2.42.29</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)