Skip to content

Commit 4187e62

Browse files
committed
Merge branch 'master' into feature/master/s3mpu
2 parents e041ca2 + 5122136 commit 4187e62

File tree

1,215 files changed

+47185
-8325
lines changed

Some content is hidden

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

1,215 files changed

+47185
-8325
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -958,6 +958,15 @@
958958
"contributions": [
959959
"code"
960960
]
961+
},
962+
{
963+
"login": "eckardnet",
964+
"name": "Eckard Mühlich",
965+
"avatar_url": "https://avatars.githubusercontent.com/u/13320705?v=4",
966+
"profile": "https://github.com/eckardnet",
967+
"contributions": [
968+
"code"
969+
]
961970
}
962971
],
963972
"contributorsPerLine": 7,

.brazil.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"protocol-core": { "packageName": "AwsJavaSdk-Core-ProtocolCore" },
2828
"regions": { "packageName": "AwsJavaSdk-Core-Regions" },
2929
"s3-transfer-manager": { "packageName": "AwsJavaSdk-S3-TransferManager" },
30+
"s3-event-notifications": { "packageName": "AwsJavaSdk-S3-EventNotifications" },
3031
"sdk-core": { "packageName": "AwsJavaSdk-Core" },
3132
"url-connection-client": { "packageName": "AwsJavaSdk-HttpClient-UrlConnectionClient" },
3233
"utils": { "packageName": "AwsJavaSdk-Core-Utils" },

.changes/2.24.x/2.24.0.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"version": "2.24.0",
3+
"date": "2024-02-09",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "Amazon S3",
8+
"contributor": "",
9+
"description": "Fix bug where PUT fails when using SSE-C with Checksum when using S3AsyncClient with multipart enabled. Enable CRC32 for putObject when using multipart client if checksum validation is not disabled and checksum is not set by user"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Batch",
14+
"contributor": "",
15+
"description": "This feature allows Batch to support configuration of repository credentials for jobs running on ECS"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS IoT",
20+
"contributor": "",
21+
"description": "This release allows AWS IoT Core users to enable Online Certificate Status Protocol (OCSP) Stapling for TLS X.509 Server Certificates when creating and updating AWS IoT Domain Configurations with Custom Domain."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Price List Service",
26+
"contributor": "",
27+
"description": "Add Throttling Exception to all APIs."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon EC2 Container Service",
32+
"contributor": "",
33+
"description": "Documentation only update for Amazon ECS."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Prometheus Service",
38+
"contributor": "",
39+
"description": "Overall documentation updates."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Braket",
44+
"contributor": "",
45+
"description": "Creating a job will result in DeviceOfflineException when using an offline device, and DeviceRetiredException when using a retired device."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Cost Optimization Hub",
50+
"contributor": "",
51+
"description": "Adding includeMemberAccounts field to the response of ListEnrollmentStatuses API."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "AWS SDK for Java v2",
56+
"contributor": "",
57+
"description": "Updated endpoint and partition metadata."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "AWS SDK for Java v2",
62+
"contributor": "",
63+
"description": "Updated internal core logic for signing properties with non-default values to be codegen based instead of set at runtime."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon S3",
68+
"contributor": "",
69+
"description": "Overriding signer properties for S3 through the deprecated non-public execution attributes in S3SignerExecutionAttribute no longer works with this release. The recommended approach is to use plugins in order to change these settings."
70+
}
71+
]
72+
}

.changes/2.24.x/2.24.1.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"version": "2.24.1",
3+
"date": "2024-02-12",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS AppSync",
8+
"contributor": "",
9+
"description": "Adds support for new options on GraphqlAPIs, Resolvers and Data Sources for emitting Amazon CloudWatch metrics for enhanced monitoring of AppSync APIs."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon CloudWatch",
14+
"contributor": "",
15+
"description": "This release enables PutMetricData API request payload compression by default."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Neptune Graph",
20+
"contributor": "",
21+
"description": "Adding a new option \"parameters\" for data plane api ExecuteQuery to support running parameterized query via SDK."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Route 53 Domains",
26+
"contributor": "",
27+
"description": "This release adds bill contact support for RegisterDomain, TransferDomain, UpdateDomainContact and GetDomainDetail API."
28+
}
29+
]
30+
}

.changes/2.24.x/2.24.10.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"version": "2.24.10",
3+
"date": "2024-02-23",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS AppSync",
8+
"contributor": "",
9+
"description": "Documentation only updates for AppSync"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "S3 Transfer Manager",
14+
"contributor": "",
15+
"description": "Make Transfer Manager work by default with S3AsyncClient when multipart configuration is enabled."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon QLDB",
20+
"contributor": "",
21+
"description": "Clarify possible values for KmsKeyArn and EncryptionDescription."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Relational Database Service",
26+
"contributor": "",
27+
"description": "Add pattern and length based validations for DBShardGroupIdentifier"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "CloudWatch RUM",
32+
"contributor": "",
33+
"description": "Doc-only update for new RUM metrics that were added"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "S3 Transfer Manager",
38+
"contributor": "",
39+
"description": "Enable multipart configuration by default when creating a new S3TranferManager instance using the .create() method"
40+
}
41+
]
42+
}

.changes/2.24.x/2.24.11.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"version": "2.24.11",
3+
"date": "2024-02-26",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon API Gateway",
8+
"contributor": "",
9+
"description": "Documentation updates for Amazon API Gateway."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Relational Database Service",
14+
"contributor": "",
15+
"description": "This release adds support for gp3 data volumes for Multi-AZ DB Clusters."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Elastic Disaster Recovery Service",
20+
"contributor": "",
21+
"description": "Added volume status to DescribeSourceServer replicated volumes."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Managed Streaming for Kafka Connect",
26+
"contributor": "",
27+
"description": "Adds support for tagging, with new TagResource, UntagResource and ListTagsForResource APIs to manage tags and updates to existing APIs to allow tag on create. This release also adds support for the new DeleteWorkerConfiguration API."
28+
}
29+
]
30+
}

.changes/2.24.x/2.24.12.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"version": "2.24.12",
3+
"date": "2024-02-27",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "sullis",
9+
"description": "upgrade netty version to 4.1.107.Final"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Amplify UI Builder",
14+
"contributor": "",
15+
"description": "We have added the ability to tag resources after they are created"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon S3",
20+
"contributor": "",
21+
"description": "Enable TransferListener when uploading with TransferManager with Java-based S3Client with multipart enabled"
22+
}
23+
]
24+
}

.changes/2.24.x/2.24.13.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.24.13",
3+
"date": "2024-02-28",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "Amazon S3",
8+
"contributor": "",
9+
"description": "Fixed an issue in S3 multipart client that could cause `BlockingInputStreamAsyncRequestBody#writeInputStream` to get stuck if any of the multipart request fails. See [#4801](https://github.com/aws/aws-sdk-java-v2/issues/4801)"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Batch",
14+
"contributor": "",
15+
"description": "This release adds Batch support for configuration of multicontainer jobs in ECS, Fargate, and EKS. This support is available for all types of jobs, including both array jobs and multi-node parallel jobs."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Cost Explorer Service",
20+
"contributor": "",
21+
"description": "This release introduces the new API 'GetApproximateUsageRecords', which retrieves estimated usage records for hourly granularity or resource-level data at daily granularity."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS IoT",
26+
"contributor": "",
27+
"description": "This release reduces the maximum results returned per query invocation from 500 to 100 for the SearchIndex API. This change has no implications as long as the API is invoked until the nextToken is NULL."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS SDK for Java v2",
32+
"contributor": "",
33+
"description": "Switching remaining AWS service clients onto the new SRA (Smithy Reference Architecture) identity and auth logic that was released in v2.21.0. For a list of individual services affected, please check the committed files."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS WAFV2",
38+
"contributor": "",
39+
"description": "AWS WAF now supports configurable time windows for request aggregation with rate-based rules. Customers can now select time windows of 1 minute, 2 minutes or 10 minutes, in addition to the previously supported 5 minutes."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Agents for Amazon Bedrock Runtime",
44+
"contributor": "",
45+
"description": "This release adds support to override search strategy performed by the Retrieve and RetrieveAndGenerate APIs for Amazon Bedrock Agents"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Elastic Compute Cloud",
50+
"contributor": "",
51+
"description": "This release increases the range of MaxResults for GetNetworkInsightsAccessScopeAnalysisFindings to 1,000."
52+
}
53+
]
54+
}

.changes/2.24.x/2.24.2.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.24.2",
3+
"date": "2024-02-13",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "URL Connection Client",
8+
"contributor": "",
9+
"description": "Fix a bug where headers with multiple values don't have all values for that header sent on the wire. This leads to signature mismatch exceptions.\n\nFixes [#4746](https://github.com/aws/aws-sdk-java-v2/issues/4746)."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Marketplace Catalog Service",
14+
"contributor": "",
15+
"description": "AWS Marketplace Catalog API now supports setting intent on requests"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Resource Explorer",
20+
"contributor": "",
21+
"description": "Resource Explorer now uses newly supported IPv4 'amazonaws.com' endpoints by default."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon DynamoDB",
26+
"contributor": "akiesler",
27+
"description": "Add additional logical operator ('and' and 'or') methods to DynamoDB Expression"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Lightsail",
32+
"contributor": "",
33+
"description": "This release adds support to upgrade the major version of a database."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon S3",
38+
"contributor": "",
39+
"description": "Automatically trim object metadata keys of whitespace for `PutObject` and `CreateMultipartUpload`."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Security Lake",
44+
"contributor": "",
45+
"description": "Documentation updates for Security Lake"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS SDK for Java v2",
50+
"contributor": "",
51+
"description": "Updated endpoint and partition metadata."
52+
}
53+
]
54+
}

.changes/2.24.x/2.24.3.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"version": "2.24.3",
3+
"date": "2024-02-14",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Fixed an issue where NPE would be thrown if there was an empty event in the input for an event streaming operation."
10+
},
11+
{
12+
"type": "bugfix",
13+
"category": "Amazon Simple Storage Service",
14+
"contributor": "",
15+
"description": "Fix for Issue [#4912](https://github.com/aws/aws-sdk-java-v2/issues/4912) where client region with AWS_GLOBAL calls failed for cross region access."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Control Tower",
20+
"contributor": "",
21+
"description": "Adds support for new Baseline and EnabledBaseline APIs for automating multi-account governance."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS SDK for Java v2",
26+
"contributor": "",
27+
"description": "Switching half of the AWS service clients onto the new SRA (Smithy Reference Architecture) identity and auth logic that was released in v2.21.0. For a list of individual services affected, please check the committed files."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Lookout for Equipment",
32+
"contributor": "",
33+
"description": "This feature allows customers to see pointwise model diagnostics results for their models."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "QBusiness",
38+
"contributor": "",
39+
"description": "This release adds the metadata-boosting feature, which allows customers to easily fine-tune the underlying ranking of retrieved RAG passages in order to optimize Q&A answer relevance. It also adds new feedback reasons for the PutFeedback API."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS SDK for Java v2",
44+
"contributor": "",
45+
"description": "Updated endpoint and partition metadata."
46+
}
47+
]
48+
}

0 commit comments

Comments
 (0)