Skip to content

Commit 6dc48b6

Browse files
committed
sync with master
2 parents f9c673d + 02319ad commit 6dc48b6

File tree

531 files changed

+5441
-1458
lines changed

Some content is hidden

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

531 files changed

+5441
-1458
lines changed

.changes/2.30.8.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"version": "2.30.8",
3+
"date": "2025-01-28",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS AppSync",
8+
"contributor": "",
9+
"description": "Add stash and outErrors to EvaluateCode/EvaluateMappingTemplate response"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS DataSync",
14+
"contributor": "",
15+
"description": "AWS DataSync now supports the Kerberos authentication protocol for SMB locations."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWSDeadlineCloud",
20+
"contributor": "",
21+
"description": "feature: Deadline: Add support for limiting the concurrent usage of external resources, like floating licenses, using limits and the ability to constrain the maximum number of workers that work on a job"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Elastic Compute Cloud",
26+
"contributor": "",
27+
"description": "This release changes the CreateFleet CLI and SDK's such that if you do not specify a client token, a randomly generated token is used for the request to ensure idempotency."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Kinesis Firehose",
32+
"contributor": "",
33+
"description": "For AppendOnly streams, Firehose will automatically scale to match your throughput."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Timestream InfluxDB",
38+
"contributor": "",
39+
"description": "Adds 'allocatedStorage' parameter to UpdateDbInstance API that allows increasing the database instance storage size and 'dbStorageType' parameter to UpdateDbInstance API that allows changing the storage type of the database instance"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS SDK for Java v2",
44+
"contributor": "",
45+
"description": "Buffer input data from ContentStreamProvider to avoid the need to reread the stream after calculating its length."
46+
}
47+
]
48+
}

.changes/2.30.9.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.30.9",
3+
"date": "2025-01-29",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Billing and Cost Management Pricing Calculator",
8+
"contributor": "",
9+
"description": "Added ConflictException error type in DeleteBillScenario, BatchDeleteBillScenarioCommitmentModification, BatchDeleteBillScenarioUsageModification, BatchUpdateBillScenarioUsageModification, and BatchUpdateBillScenarioCommitmentModification API operations."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Elastic Container Registry",
14+
"contributor": "",
15+
"description": "Add support for Dualstack and Dualstack-with-FIPS Endpoints"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Elastic Container Registry Public",
20+
"contributor": "",
21+
"description": "Add support for Dualstack Endpoints"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Simple Storage Service",
26+
"contributor": "",
27+
"description": "Change the type of MpuObjectSize in CompleteMultipartUploadRequest from int to long."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Transcribe Streaming Service",
32+
"contributor": "",
33+
"description": "This release adds support for AWS HealthScribe Streaming APIs within Amazon Transcribe."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "MailManager",
38+
"contributor": "",
39+
"description": "This release includes a new feature for Amazon SES Mail Manager which allows customers to specify known addresses and domains and make use of those in traffic policies and rules actions to distinguish between known and unknown entries."
40+
},
41+
{
42+
"type": "bugfix",
43+
"category": "Amazon S3",
44+
"contributor": "",
45+
"description": "Fixed an issue that could cause checksum mismatch errors when performing parallel uploads with the async S3 client and the SHA1 or SHA256 checksum algorithms selected."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS SDK for Java v2",
50+
"contributor": "",
51+
"description": "Buffer input data from ContentStreamProvider in cases where content length is known."
52+
}
53+
]
54+
}

CHANGELOG.md

Lines changed: 62 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,69 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2-
# __2.30.8__ __2025-01-28__
2+
# __2.30.10__ __2025-01-30__
33
## __Amazon DynamoDB Enhanced Client__
4-
- ### Bugfixes
4+
- ### Bugfixes
55
- Fixed DynamoDbEnhancedClient TableSchema::itemToMap doesn't respect ignoreNulls with null @DynamoDbFlattened members. See [#2540](https://github.com/aws/aws-sdk-java-v2/issues/2540)
66

7+
# __2.30.9__ __2025-01-29__
8+
## __AWS Billing and Cost Management Pricing Calculator__
9+
- ### Features
10+
- Added ConflictException error type in DeleteBillScenario, BatchDeleteBillScenarioCommitmentModification, BatchDeleteBillScenarioUsageModification, BatchUpdateBillScenarioUsageModification, and BatchUpdateBillScenarioCommitmentModification API operations.
11+
12+
## __Amazon Elastic Container Registry__
13+
- ### Features
14+
- Add support for Dualstack and Dualstack-with-FIPS Endpoints
15+
16+
## __Amazon Elastic Container Registry Public__
17+
- ### Features
18+
- Add support for Dualstack Endpoints
19+
20+
## __Amazon Simple Storage Service__
21+
- ### Features
22+
- Change the type of MpuObjectSize in CompleteMultipartUploadRequest from int to long.
23+
- ### Bugfixes
24+
- Fixed an issue that could cause checksum mismatch errors when performing parallel uploads with the async S3 client and the SHA1 or SHA256 checksum algorithms selected.
25+
26+
## __Amazon Transcribe Streaming Service__
27+
- ### Features
28+
- This release adds support for AWS HealthScribe Streaming APIs within Amazon Transcribe.
29+
30+
## __MailManager__
31+
- ### Features
32+
- This release includes a new feature for Amazon SES Mail Manager which allows customers to specify known addresses and domains and make use of those in traffic policies and rules actions to distinguish between known and unknown entries.
33+
34+
## __AWS SDK for Java v2__
35+
- ### Features
36+
- Buffer input data from ContentStreamProvider in cases where content length is known.
37+
38+
# __2.30.8__ __2025-01-28__
39+
## __AWS AppSync__
40+
- ### Features
41+
- Add stash and outErrors to EvaluateCode/EvaluateMappingTemplate response
42+
43+
## __AWS DataSync__
44+
- ### Features
45+
- AWS DataSync now supports the Kerberos authentication protocol for SMB locations.
46+
47+
## __AWS SDK for Java v2__
48+
- ### Features
49+
- Buffer input data from ContentStreamProvider to avoid the need to reread the stream after calculating its length.
50+
51+
## __AWSDeadlineCloud__
52+
- ### Features
53+
- feature: Deadline: Add support for limiting the concurrent usage of external resources, like floating licenses, using limits and the ability to constrain the maximum number of workers that work on a job
54+
55+
## __Amazon Elastic Compute Cloud__
56+
- ### Features
57+
- This release changes the CreateFleet CLI and SDK's such that if you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.
58+
59+
## __Amazon Kinesis Firehose__
60+
- ### Features
61+
- For AppendOnly streams, Firehose will automatically scale to match your throughput.
62+
63+
## __Timestream InfluxDB__
64+
- ### Features
65+
- Adds 'allocatedStorage' parameter to UpdateDbInstance API that allows increasing the database instance storage size and 'dbStorageType' parameter to UpdateDbInstance API that allows changing the storage type of the database instance
66+
767
# __2.30.7__ __2025-01-27__
868
## __AWS Elemental MediaConvert__
969
- ### 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.30.7</version>
54+
<version>2.30.9</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.30.7</version>
88+
<version>2.30.9</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>software.amazon.awssdk</groupId>
9292
<artifactId>s3</artifactId>
93-
<version>2.30.7</version>
93+
<version>2.30.9</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.30.7</version>
105+
<version>2.30.9</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.30.8-SNAPSHOT</version>
23+
<version>2.30.10-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.30.8-SNAPSHOT</version>
23+
<version>2.30.10-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.30.8-SNAPSHOT</version>
23+
<version>2.30.10-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.30.8-SNAPSHOT</version>
23+
<version>2.30.10-SNAPSHOT</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.30.8-SNAPSHOT</version>
20+
<version>2.30.10-SNAPSHOT</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.30.8-SNAPSHOT</version>
23+
<version>2.30.10-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/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.30.8-SNAPSHOT</version>
20+
<version>2.30.10-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>

bundle-logging-bridge/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.30.8-SNAPSHOT</version>
24+
<version>2.30.10-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>bundle-logging-bridge</artifactId>
2727
<packaging>jar</packaging>

bundle-sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.30.8-SNAPSHOT</version>
24+
<version>2.30.10-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>bundle-sdk</artifactId>
2727
<packaging>jar</packaging>

bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.30.8-SNAPSHOT</version>
24+
<version>2.30.10-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>bundle</artifactId>
2727
<packaging>jar</packaging>

codegen-lite-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>aws-sdk-java-pom</artifactId>
25-
<version>2.30.8-SNAPSHOT</version>
25+
<version>2.30.10-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-lite-maven-plugin</artifactId>

codegen-lite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.30.8-SNAPSHOT</version>
24+
<version>2.30.10-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>codegen-lite</artifactId>
2727
<name>AWS Java SDK :: Code Generator Lite</name>

codegen-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>aws-sdk-java-pom</artifactId>
25-
<version>2.30.8-SNAPSHOT</version>
25+
<version>2.30.10-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-maven-plugin</artifactId>

codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.30.8-SNAPSHOT</version>
24+
<version>2.30.10-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>codegen</artifactId>
2727
<name>AWS Java SDK :: Code Generator</name>

codegen/src/main/java/software/amazon/awssdk/codegen/customization/processors/NewAndLegacyEventStreamProcessor.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ public final class NewAndLegacyEventStreamProcessor implements CodegenCustomizat
4242
approvedEventStreams.put("Transcribe Streaming", new HashSet<>(Arrays.asList("AudioStream",
4343
"TranscriptResultStream",
4444
"MedicalTranscriptResultStream",
45-
"CallAnalyticsTranscriptResultStream")));
45+
"CallAnalyticsTranscriptResultStream",
46+
"MedicalScribeInputStream",
47+
"MedicalScribeResultStream")));
4648

4749
APPROVED_EVENT_STREAMS = Collections.unmodifiableMap(approvedEventStreams);
4850
}

core/annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>core</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.30.8-SNAPSHOT</version>
23+
<version>2.30.10-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/arns/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>core</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.30.8-SNAPSHOT</version>
23+
<version>2.30.10-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/auth-crt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>core</artifactId>
25-
<version>2.30.8-SNAPSHOT</version>
25+
<version>2.30.10-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>auth-crt</artifactId>

core/auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>core</artifactId>
25-
<version>2.30.8-SNAPSHOT</version>
25+
<version>2.30.10-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>auth</artifactId>

core/aws-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>core</artifactId>
25-
<version>2.30.8-SNAPSHOT</version>
25+
<version>2.30.10-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>aws-core</artifactId>

0 commit comments

Comments
 (0)