Skip to content

Commit bfa4b47

Browse files
authored
Merge branch 'master' into feature/master/writeThroughputMetric
2 parents 4a54843 + 9743e0e commit bfa4b47

526 files changed

Lines changed: 2305 additions & 1476 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.17.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"version": "2.41.17",
3+
"date": "2026-01-28",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "Amazon S3",
8+
"contributor": "",
9+
"description": "Fixed multipart uploads not propagating content-type from AsyncRequestBody when using S3AsyncClient with multipartEnabled(true). See Issue [#6607](https://github.com/aws/aws-sdk-java-v2/issues/6607)"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Elemental MediaConvert",
14+
"contributor": "",
15+
"description": "This release adds a follow source mode for audio output channel count, an AES audio frame wrapping option for MXF outputs, and an option to signal DolbyVision compatibility using the SUPPLEMENTAL-CODECS tag in HLS manifests."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Lambda",
20+
"contributor": "",
21+
"description": "We are launching ESM Metrics and logging for Kafka ESM to allow customers to monitor Kafka event processing using CloudWatch Metrics and Logs."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS MediaConnect",
26+
"contributor": "",
27+
"description": "This release adds support for NDI flow sources in AWS Elemental MediaConnect. You can now send content to your MediaConnect transport streams directly from your NDI environment using the new NDI source type. Also adds support for LARGE 4X flow size, which can be used when creating CDI JPEG-XS flows."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS S3 Control",
32+
"contributor": "",
33+
"description": "Adds support for the UpdateObjectEncryption API to change the server-side encryption type of objects in general purpose buckets."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Cognito Identity Provider",
38+
"contributor": "",
39+
"description": "This release adds support for a new lambda trigger to transform federated user attributes during the authentication with external identity providers on Cognito Managed Login."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Connect Service",
44+
"contributor": "",
45+
"description": "Adds support for filtering search results based on tags assigned to contacts."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Elastic Compute Cloud",
50+
"contributor": "",
51+
"description": "SearchTransitGatewayRoutes API response now includes a NextToken field, enabling pagination when retrieving large sets of transit gateway routes. Pass the returned NextToken value in subsequent requests to retrieve the next page of results."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon Simple Storage Service",
56+
"contributor": "",
57+
"description": "Adds support for the UpdateObjectEncryption API to change the server-side encryption type of objects in general purpose buckets."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "AWS SDK for Java v2",
62+
"contributor": "",
63+
"description": "Updated endpoint and partition metadata."
64+
}
65+
]
66+
}

.changes/2.41.18.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"version": "2.41.18",
3+
"date": "2026-01-29",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon Elastic Compute Cloud",
8+
"contributor": "",
9+
"description": "G7e instances feature up to 8 NVIDIA RTX PRO 6000 Blackwell Server Edition GPUs with 768 GB of memory and 5th generation Intel Xeon Scalable processors. Supporting up to 192 vCPUs, 1600 Gbps networking bandwidth with EFA, up to 2 TiB of system memory, and up to 15.2 TB of local NVMe SSD storage."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon GameLift",
14+
"contributor": "",
15+
"description": "Amazon GameLift Servers now supports automatic scaling to and from zero instances based on game session activity. Fleets scale down to zero following a defined period of no game session activity and scale up from zero when game sessions are requested, providing an option for cost optimization."
16+
}
17+
]
18+
}

.changes/2.41.19.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"version": "2.41.19",
3+
"date": "2026-01-30",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS S3 AccessGrants",
8+
"contributor": "prime025",
9+
"description": "Updating S3 AccessGrants plugin version to 2.4.0"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Connect Service",
14+
"contributor": "",
15+
"description": "This release adds Estimated Wait Time support to the GetContactMetrics API for Amazon Connect."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon QuickSight",
20+
"contributor": "",
21+
"description": "Improve SessionTag usage guidelines in the GenerateEmbedURLForAnonymousUser API documentation. Update the GetIdentityContext document with the region support context."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS SDK for Java v2",
26+
"contributor": "",
27+
"description": "Updated endpoint and partition metadata."
28+
}
29+
]
30+
}

.changes/next-release/bugfix-AmazonS3-d039ba6.json

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

CHANGELOG.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,76 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.41.19__ __2026-01-30__
3+
## __AWS S3 AccessGrants__
4+
- ### Features
5+
- Updating S3 AccessGrants plugin version to 2.4.0
6+
- Contributed by: [@prime025](https://github.com/prime025)
7+
8+
## __AWS SDK for Java v2__
9+
- ### Features
10+
- Updated endpoint and partition metadata.
11+
12+
## __Amazon Connect Service__
13+
- ### Features
14+
- This release adds Estimated Wait Time support to the GetContactMetrics API for Amazon Connect.
15+
16+
## __Amazon QuickSight__
17+
- ### Features
18+
- Improve SessionTag usage guidelines in the GenerateEmbedURLForAnonymousUser API documentation. Update the GetIdentityContext document with the region support context.
19+
20+
## __Contributors__
21+
Special thanks to the following contributors to this release:
22+
23+
[@prime025](https://github.com/prime025)
24+
# __2.41.18__ __2026-01-29__
25+
## __Amazon Elastic Compute Cloud__
26+
- ### Features
27+
- G7e instances feature up to 8 NVIDIA RTX PRO 6000 Blackwell Server Edition GPUs with 768 GB of memory and 5th generation Intel Xeon Scalable processors. Supporting up to 192 vCPUs, 1600 Gbps networking bandwidth with EFA, up to 2 TiB of system memory, and up to 15.2 TB of local NVMe SSD storage.
28+
29+
## __Amazon GameLift__
30+
- ### Features
31+
- Amazon GameLift Servers now supports automatic scaling to and from zero instances based on game session activity. Fleets scale down to zero following a defined period of no game session activity and scale up from zero when game sessions are requested, providing an option for cost optimization.
32+
33+
# __2.41.17__ __2026-01-28__
34+
## __AWS Elemental MediaConvert__
35+
- ### Features
36+
- This release adds a follow source mode for audio output channel count, an AES audio frame wrapping option for MXF outputs, and an option to signal DolbyVision compatibility using the SUPPLEMENTAL-CODECS tag in HLS manifests.
37+
38+
## __AWS Lambda__
39+
- ### Features
40+
- We are launching ESM Metrics and logging for Kafka ESM to allow customers to monitor Kafka event processing using CloudWatch Metrics and Logs.
41+
42+
## __AWS MediaConnect__
43+
- ### Features
44+
- This release adds support for NDI flow sources in AWS Elemental MediaConnect. You can now send content to your MediaConnect transport streams directly from your NDI environment using the new NDI source type. Also adds support for LARGE 4X flow size, which can be used when creating CDI JPEG-XS flows.
45+
46+
## __AWS S3 Control__
47+
- ### Features
48+
- Adds support for the UpdateObjectEncryption API to change the server-side encryption type of objects in general purpose buckets.
49+
50+
## __AWS SDK for Java v2__
51+
- ### Features
52+
- Updated endpoint and partition metadata.
53+
54+
## __Amazon Cognito Identity Provider__
55+
- ### Features
56+
- This release adds support for a new lambda trigger to transform federated user attributes during the authentication with external identity providers on Cognito Managed Login.
57+
58+
## __Amazon Connect Service__
59+
- ### Features
60+
- Adds support for filtering search results based on tags assigned to contacts.
61+
62+
## __Amazon Elastic Compute Cloud__
63+
- ### Features
64+
- SearchTransitGatewayRoutes API response now includes a NextToken field, enabling pagination when retrieving large sets of transit gateway routes. Pass the returned NextToken value in subsequent requests to retrieve the next page of results.
65+
66+
## __Amazon S3__
67+
- ### Bugfixes
68+
- Fixed multipart uploads not propagating content-type from AsyncRequestBody when using S3AsyncClient with multipartEnabled(true). See Issue [#6607](https://github.com/aws/aws-sdk-java-v2/issues/6607)
69+
70+
## __Amazon Simple Storage Service__
71+
- ### Features
72+
- Adds support for the UpdateObjectEncryption API to change the server-side encryption type of objects in general purpose buckets.
73+
274
# __2.41.16__ __2026-01-27__
375
## __AWS Elemental MediaLive__
476
- ### 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.16</version>
54+
<version>2.41.19</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.16</version>
88+
<version>2.41.19</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>software.amazon.awssdk</groupId>
9292
<artifactId>s3</artifactId>
93-
<version>2.41.16</version>
93+
<version>2.41.19</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.16</version>
105+
<version>2.41.19</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.17-SNAPSHOT</version>
23+
<version>2.41.20-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.17-SNAPSHOT</version>
23+
<version>2.41.20-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.17-SNAPSHOT</version>
23+
<version>2.41.20-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.17-SNAPSHOT</version>
23+
<version>2.41.20-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

0 commit comments

Comments
 (0)