Skip to content

Commit 1764264

Browse files
Merge branch 'master' into 437-increase_test_coverage
2 parents b3744da + 3d03af7 commit 1764264

550 files changed

Lines changed: 3251 additions & 588 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.41.27.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"version": "2.41.27",
3+
"date": "2026-02-11",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Batch",
8+
"contributor": "",
9+
"description": "Add support for listing jobs by share identifier and getting snapshots of active capacity utilization by job queue and share."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Elastic Compute Cloud",
14+
"contributor": "",
15+
"description": "R8i instances powered by custom Intel Xeon 6 processors available only on AWS with sustained all-core 3.9 GHz turbo frequency"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Elastic Kubernetes Service",
20+
"contributor": "",
21+
"description": "This release adds support for Windows Server 2025 in Amazon EKS Managed Node Groups."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon S3 Tables",
26+
"contributor": "",
27+
"description": "S3 Tables now supports setting partition specifications and sort orders on tables. Partition specs allow users to define how data is organized using transform functions. Sort order configurations enable users to specify sort directions and null ordering preferences for optimized data layout."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Managed Streaming for Kafka Connect",
32+
"contributor": "",
33+
"description": "Support configurable upper limits on task count during autoscaling operations via maxAutoscalingTaskCount parameter."
34+
}
35+
]
36+
}

.changes/2.41.28.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"version": "2.41.28",
3+
"date": "2026-02-12",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Add `WRITE_THROUGHPUT` metric to measure request body upload speed (bytes/sec). This metric is reported at the API call attempt level for requests with a body."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Elastic Compute Cloud",
14+
"contributor": "",
15+
"description": "Launching nested virtualization. This feature allows you to run nested VMs inside virtual (non-bare metal) EC2 instances."
16+
}
17+
]
18+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "bugfix",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "prime025",
5+
"description": "Updating S3 AccessGrants plugin version to 2.4.1"
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "bugfix",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Improve support for operationContextParams with chained index and multi-select expressions and improve support for StringArray endpoint parametes."
6+
}

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,34 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.41.28__ __2026-02-12__
3+
## __AWS SDK for Java v2__
4+
- ### Features
5+
- Add `WRITE_THROUGHPUT` metric to measure request body upload speed (bytes/sec). This metric is reported at the API call attempt level for requests with a body.
6+
7+
## __Amazon Elastic Compute Cloud__
8+
- ### Features
9+
- Launching nested virtualization. This feature allows you to run nested VMs inside virtual (non-bare metal) EC2 instances.
10+
11+
# __2.41.27__ __2026-02-11__
12+
## __AWS Batch__
13+
- ### Features
14+
- Add support for listing jobs by share identifier and getting snapshots of active capacity utilization by job queue and share.
15+
16+
## __Amazon Elastic Compute Cloud__
17+
- ### Features
18+
- R8i instances powered by custom Intel Xeon 6 processors available only on AWS with sustained all-core 3.9 GHz turbo frequency
19+
20+
## __Amazon Elastic Kubernetes Service__
21+
- ### Features
22+
- This release adds support for Windows Server 2025 in Amazon EKS Managed Node Groups.
23+
24+
## __Amazon S3 Tables__
25+
- ### Features
26+
- S3 Tables now supports setting partition specifications and sort orders on tables. Partition specs allow users to define how data is organized using transform functions. Sort order configurations enable users to specify sort directions and null ordering preferences for optimized data layout.
27+
28+
## __Managed Streaming for Kafka Connect__
29+
- ### Features
30+
- Support configurable upper limits on task count during autoscaling operations via maxAutoscalingTaskCount parameter.
31+
232
# __2.41.26__ __2026-02-10__
333
## __Amazon Bedrock AgentCore__
434
- ### 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.41.26</version>
54+
<version>2.41.28</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.41.26</version>
88+
<version>2.41.28</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>software.amazon.awssdk</groupId>
9292
<artifactId>s3</artifactId>
93-
<version>2.41.26</version>
93+
<version>2.41.28</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.41.26</version>
105+
<version>2.41.28</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.41.27-SNAPSHOT</version>
23+
<version>2.41.29-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.41.27-SNAPSHOT</version>
23+
<version>2.41.29-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.41.27-SNAPSHOT</version>
23+
<version>2.41.29-SNAPSHOT</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.41.27-SNAPSHOT</version>
23+
<version>2.41.29-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

0 commit comments

Comments
 (0)