Skip to content

Commit 3351169

Browse files
authored
Merge branch 'master' into feature/define-dynamo-db-autogenerated-key-annotation
2 parents 6e8f639 + 9ffa404 commit 3351169

File tree

694 files changed

+14040
-11007
lines changed

Some content is hidden

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

694 files changed

+14040
-11007
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,6 +1075,15 @@
10751075
"contributions": [
10761076
"code"
10771077
]
1078+
},
1079+
{
1080+
"login": "MBoegers",
1081+
"name": "Merlin Bögershausen",
1082+
"avatar_url": "https://avatars.githubusercontent.com/u/7557397?v=4",
1083+
"profile": "https://mboegie.dev",
1084+
"contributions": [
1085+
"code"
1086+
]
10781087
}
10791088
],
10801089
"contributorsPerLine": 7,

.brazil.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"sdk-core": { "packageName": "AwsJavaSdk-Core" },
3535
"url-connection-client": { "packageName": "AwsJavaSdk-HttpClient-UrlConnectionClient" },
3636
"utils": { "packageName": "AwsJavaSdk-Core-Utils" },
37+
"utils-lite": { "packageName": "AwsJavaSdk-Core-UtilsLite" },
3738
"imds": { "packageName": "AwsJavaSdk-Imds" },
3839
"crt-core": { "packageName": "AwsJavaSdk-Core-CrtCore" },
3940
"checksums-spi": { "packageName": "AwsJavaSdk-Core-ChecksumsSpi" },
File renamed without changes.
File renamed without changes.

.changes/2.33.x/2.33.10.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"version": "2.33.10",
3+
"date": "2025-09-15",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "Amazon S3",
8+
"contributor": "",
9+
"description": "Added additional validations for multipart download operations in the Java multipart S3 client"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Cost Explorer Service",
14+
"contributor": "",
15+
"description": "Added endpoint support for eusc-de-east-1 region."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Health Imaging",
20+
"contributor": "",
21+
"description": "Added support for OpenID Connect (OIDC) custom authorizer"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS S3 Control",
26+
"contributor": "",
27+
"description": "Introduce three new encryption filters: EncryptionType (SSE-S3, SSE-KMS, DSSE-KMS, SSE-C, NOT-SSE), KmsKeyArn (for SSE-KMS and DSSE-KMS), and BucketKeyEnabled (for SSE-KMS)."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "CloudWatch Observability Admin Service",
32+
"contributor": "",
33+
"description": "CloudWatch Observability Admin adds the ability to enable telemetry centralization in customers' Organizations. The release introduces new APIs to manage centralization rules, which define settings to replicate telemetry data to a central destination in the customers' Organization."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS SDK for Java v2",
38+
"contributor": "",
39+
"description": "Updated endpoint and partition metadata."
40+
}
41+
]
42+
}

.changes/2.33.x/2.33.11.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"version": "2.33.11",
3+
"date": "2025-09-16",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Preserve the initial content-length when calling mark in SdkLengthAwareInputStream."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Budgets",
14+
"contributor": "",
15+
"description": "Add support for custom time periods in budget configuration"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon CloudWatch Logs",
20+
"contributor": "",
21+
"description": "Cloudwatch Logs added support for 2 new API parameters in metric and subscription filter APIs to filter log events based on system field values and emit system field values as dimensions and send them to customer destination as additional metadata."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Interactive Video Service RealTime",
26+
"contributor": "",
27+
"description": "IVS now offers customers the ability to control the positioning of participants in both grid and PiP layouts based on custom attribute values in participant tokens."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon OpenSearch Ingestion",
32+
"contributor": "",
33+
"description": "Adds support for cross-account ingestion for push-based sources. This includes resource policies for sharing pipelines across accounts and features for managing pipeline endpoints which enable accessing pipelines across different VPCs, including VPCs in other accounts."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS SDK for Java v2",
38+
"contributor": "",
39+
"description": "Updated endpoint and partition metadata."
40+
}
41+
]
42+
}

.changes/2.33.x/2.33.12.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"version": "2.33.12",
3+
"date": "2025-09-17",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Network Firewall",
8+
"contributor": "",
9+
"description": "Network Firewall now prevents TLS handshakes with the target server until after the Server Name Indication (SNI) has been seen and verified. The monitoring dashboard now provides deeper insights into PrivateLink endpoint candidates and offers filters based on IP addresses and protocol."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Parallel Computing Service",
14+
"contributor": "",
15+
"description": "Add support for Amazon EC2 Capacity Blocks for ML"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Elastic Compute Cloud",
20+
"contributor": "",
21+
"description": "Add mac-m4.metal and mac-m4pro.metal instance types."
22+
}
23+
]
24+
}

.changes/2.33.x/2.33.13.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"version": "2.33.13",
3+
"date": "2025-09-18",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Budgets",
8+
"contributor": "",
9+
"description": "Added BillingViewHealthStatus Exception which is thrown when a Budget is created or updated with a Billing View that is not in the HEALTHY status"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Bedrock",
14+
"contributor": "",
15+
"description": "Release includes an increase to the maximum policy build document size, an update to DeleteAutomatedReasoningPolicyBuildWorkflow to add ResourceInUseException, and corrections to UpdateAutomatedReasoningPolicyTestCaseRequest."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Chime SDK Messaging",
20+
"contributor": "",
21+
"description": "Amazon Chime SDK Messaging GetMessagingSessionEndpoint API now returns dual-stack WebSocket endpoints supporting IPv4/IPv6."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Elastic Compute Cloud",
26+
"contributor": "",
27+
"description": "Allowed AMIs adds support for four new parameters - marketplaceProductCodes, deprecationTimeCondition, creationDateCondition and imageNames"
28+
}
29+
]
30+
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)