Skip to content

Commit 6ed297e

Browse files
committed
Merge branch 'master' into feature/master/sqs-batch-manager
2 parents 18c06cc + ef181f4 commit 6ed297e

File tree

881 files changed

+40749
-10039
lines changed

Some content is hidden

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

881 files changed

+40749
-10039
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -994,6 +994,15 @@
994994
"contributions": [
995995
"code"
996996
]
997+
},
998+
{
999+
"login": "prateek-vats",
1000+
"name": "prateek-vats",
1001+
"avatar_url": "https://avatars.githubusercontent.com/u/177409977?v=4",
1002+
"profile": "https://github.com/prateek-vats",
1003+
"contributions": [
1004+
"code"
1005+
]
9971006
}
9981007
],
9991008
"contributorsPerLine": 7,

.brazil.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646

4747
"dynamodb": { "packageName": "AwsJavaSdk-DynamoDb" },
4848
"waf": { "packageName": "AwsJavaSdk-Waf" },
49+
"v2-migration": { "packageName": "AwsJavaSdk-Tooling-V2Migration"},
4950

5051
"third-party-jackson-core": {
5152
"packageName": "AwsJavaSdk-ThirdParty-JacksonCore",
@@ -105,6 +106,7 @@
105106
"tests-coverage-reporting": { "skipImport": true },
106107
"third-party": { "skipImport": true },
107108
"third-party-slf4j-api": { "skipImport": true },
109+
"v2-migration-tests": {"skipImport": true},
108110
"crt-unavailable-tests": { "skipImport": true },
109111
"bundle-shading-tests": { "skipImport": true }
110112
},
@@ -145,6 +147,9 @@
145147
"org.junit.jupiter:junit-jupiter": { "packageName": "JUnit5", "packageVersion": "5.x" },
146148
"org.mockito:mockito-core": { "packageName": "Mockito", "packageVersion": "3.x" },
147149
"io.reactivex.rxjava3:rxjava": { "packageName": "RxJava", "packageVersion": "3.x" },
148-
"org.assertj:assertj-core": { "packageName": "AssertJ", "packageVersion": "3.22.x" }
150+
"org.assertj:assertj-core": { "packageName": "AssertJ", "packageVersion": "3.22.x" },
151+
"org.openrewrite:rewrite-java-8": {"packageName": "Maven-org-openrewrite_rewrite-java-8", "packageVersion": "8.x"},
152+
"org.openrewrite:rewrite-java": {"packageName": "Maven-org-openrewrite_rewrite-java", "packageVersion": "8.x"},
153+
"org.openrewrite.recipe:rewrite-java-dependencies": {"packageName": "Maven-org-openrewrite-recipe_rewrite-java-dependencies", "packageVersion": "1.x"}
149154
}
150155
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.changes/2.26.x/2.26.23.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"version": "2.26.23",
3+
"date": "2024-07-23",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS AppSync",
8+
"contributor": "",
9+
"description": "Adding support for paginators in AppSync list APIs"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Clean Rooms ML",
14+
"contributor": "",
15+
"description": "Adds SQL query as the source of seed audience for audience generation job."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Clean Rooms Service",
20+
"contributor": "",
21+
"description": "This release adds AWS Entity Resolution integration to associate ID namespaces & ID mapping workflow resources as part of ID namespace association and ID mapping table in AWS Clean Rooms. It also introduces a new ID_MAPPING_TABLE analysis rule to manage the protection on ID mapping table."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS EntityResolution",
26+
"contributor": "",
27+
"description": "Support First Party ID Mapping"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Connect Contact Lens",
32+
"contributor": "",
33+
"description": "Added PostContactSummary segment type on ListRealTimeContactAnalysisSegments API"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Connect Service",
38+
"contributor": "",
39+
"description": "Added PostContactSummary segment type on ListRealTimeContactAnalysisSegmentsV2 API"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon DataZone",
44+
"contributor": "",
45+
"description": "This release removes the deprecated dataProductItem field from Search API output."
46+
}
47+
]
48+
}

.changes/2.26.x/2.26.24.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.26.24",
3+
"date": "2024-07-24",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Fixed the issue where request-level signer override provided through ExecutionInterceptor is not honored."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Clean Rooms Service",
14+
"contributor": "",
15+
"description": "Three enhancements to the AWS Clean Rooms: Disallowed Output Columns, Flexible Result Receivers, SQL as a Seed"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Elemental MediaPackage v2",
20+
"contributor": "",
21+
"description": "This release adds support for Irdeto DRM encryption in DASH manifests."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Health Imaging",
26+
"contributor": "",
27+
"description": "CopyImageSet API adds copying selected instances between image sets, and overriding inconsistent metadata with a force parameter. UpdateImageSetMetadata API enables reverting to prior versions; updates to Study, Series, and SOP Instance UIDs; and updates to private elements, with a force parameter."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS IoT SiteWise",
32+
"contributor": "",
33+
"description": "Adds support for creating SiteWise Edge gateways that run on a Siemens Industrial Edge Device."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon DynamoDB",
38+
"contributor": "",
39+
"description": "DynamoDB doc only update for July"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Pinpoint SMS Voice V2",
44+
"contributor": "",
45+
"description": "Update for rebrand to AWS End User Messaging SMS and Voice."
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.26.x/2.26.25.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"version": "2.26.25",
3+
"date": "2024-07-25",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS CodeCommit",
8+
"contributor": "",
9+
"description": "CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Network Firewall",
14+
"contributor": "",
15+
"description": "You can now log events that are related to TLS inspection, in addition to the existing alert and flow logging."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Outposts",
20+
"contributor": "",
21+
"description": "Adding default vCPU information to GetOutpostSupportedInstanceTypes and GetOutpostInstanceTypes responses"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS SDK for Java v2",
26+
"contributor": "",
27+
"description": "Adds support for Map type to JmesPathRuntime"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Step Functions",
32+
"contributor": "",
33+
"description": "This release adds support to customer managed KMS key encryption in AWS Step Functions."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Bedrock Runtime",
38+
"contributor": "",
39+
"description": "Provides ServiceUnavailableException error message"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon CloudWatch Application Signals",
44+
"contributor": "",
45+
"description": "CloudWatch Application Signals now supports application logs correlation with traces and operational health metrics of applications running on EC2 instances. Users can view the most relevant telemetry to troubleshoot application health anomalies such as spikes in latency, errors, and availability."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon DataZone",
50+
"contributor": "",
51+
"description": "Introduces GetEnvironmentCredentials operation to SDK"
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon EC2 Container Registry",
56+
"contributor": "",
57+
"description": "API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon Elastic Compute Cloud",
62+
"contributor": "",
63+
"description": "EC2 Fleet now supports using custom identifiers to reference Amazon Machine Images (AMI) in launch requests that are configured to choose from a diversified list of instance types."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon Elastic Kubernetes Service",
68+
"contributor": "",
69+
"description": "This release adds support for EKS cluster to manage extended support."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Application Auto Scaling",
74+
"contributor": "",
75+
"description": "Application Auto Scaling is now more responsive to the changes in demand of your SageMaker Inference endpoints. To get started, create or update a Target Tracking policy based on High Resolution CloudWatch metrics."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "DynamoDB Enhanced Client",
80+
"contributor": "shetsa-amzn",
81+
"description": "Adding support for Select in QueryEnhancedRequest"
82+
},
83+
{
84+
"type": "feature",
85+
"category": "Elastic Load Balancing",
86+
"contributor": "",
87+
"description": "This release adds support for sharing trust stores across accounts and organizations through integration with AWS Resource Access Manager."
88+
}
89+
]
90+
}

.changes/2.26.x/2.26.26.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"version": "2.26.26",
3+
"date": "2024-07-29",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon ElastiCache",
8+
"contributor": "",
9+
"description": "Renaming full service name as it appears in developer documentation."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon MemoryDB",
14+
"contributor": "",
15+
"description": "Renaming full service name as it appears in developer documentation."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS SDK for Java v2",
20+
"contributor": "",
21+
"description": "Updated endpoint and partition metadata."
22+
}
23+
]
24+
}

.changes/2.26.x/2.26.27.json

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"version": "2.26.27",
3+
"date": "2024-07-30",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Fixed an issue in the SDK that caused a generic `RuntimeException` to be thrown instead of `ApiCallTimeoutException`/`ApiCallAttemptTimeoutException` when API call/API call attempt timeout is breached."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS CodePipeline",
14+
"contributor": "",
15+
"description": "AWS CodePipeline V2 type pipelines now support stage level conditions to enable development teams to safely release changes that meet quality and compliance requirements."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Telco Network Builder",
20+
"contributor": "",
21+
"description": "This release adds Network Service Update, through which customers will be able to update their instantiated networks to a new network package. See the documentation for limitations. The release also enhances the Get network operation API to return parameter overrides used during the operation."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon AppStream",
26+
"contributor": "",
27+
"description": "Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon CloudWatch Logs",
32+
"contributor": "",
33+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon ElastiCache",
38+
"contributor": "",
39+
"description": "Doc only update for changes to deletion API."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon EventBridge",
44+
"contributor": "",
45+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Lex Model Building V2",
50+
"contributor": "",
51+
"description": "This release adds new capabilities to the AMAZON.QnAIntent: Custom prompting, Guardrails integration and ExactResponse support for Bedrock Knowledge Base."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon WorkSpaces",
56+
"contributor": "",
57+
"description": "Removing multi-session as it isn't supported for pools"
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Auto Scaling",
62+
"contributor": "",
63+
"description": "Increase the length limit for VPCZoneIdentifier from 2047 to 5000"
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Elastic Load Balancing",
68+
"contributor": "",
69+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "IAM Roles Anywhere",
74+
"contributor": "",
75+
"description": "IAM RolesAnywhere now supports custom role session name on the CreateSession. This release adds the acceptRoleSessionName option to a profile to control whether a role session name will be accepted in a session request with a given profile."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "AWS SDK for Java v2",
80+
"contributor": "",
81+
"description": "Updated endpoint and partition metadata."
82+
}
83+
]
84+
}

0 commit comments

Comments
 (0)