Skip to content

Commit f3ce808

Browse files
committed
Merge remote-tracking branch 'upstream/master' into sugmanue/rpcv2-merge-2.27.18-SNAPSHOT
2 parents ec773cd + 71e129f commit f3ce808

File tree

817 files changed

+36227
-8169
lines changed

Some content is hidden

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

817 files changed

+36227
-8169
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.
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.31.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"version": "2.26.31",
3+
"date": "2024-08-06",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Agents for Amazon Bedrock Runtime",
8+
"contributor": "",
9+
"description": "Introduce model invocation output traces for orchestration traces, which contain the model's raw response and usage."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Cognito Identity Provider",
14+
"contributor": "",
15+
"description": "Advanced security feature updates to include password history and log export for Cognito user pools."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon WorkSpaces",
20+
"contributor": "",
21+
"description": "Added support for BYOL_GRAPHICS_G4DN_WSP IngestionProcess"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Cost Optimization Hub",
26+
"contributor": "",
27+
"description": "This release adds savings percentage support to the ListRecommendationSummaries API."
28+
}
29+
]
30+
}
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.27.0.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"version": "2.27.0",
3+
"date": "2024-08-07",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Glue",
8+
"contributor": "",
9+
"description": "Introducing AWS Glue Data Quality anomaly detection, a new functionality that uses ML-based solutions to detect data anomalies users have not explicitly defined rules for."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon AppIntegrations Service",
14+
"contributor": "",
15+
"description": "Updated CreateDataIntegration and CreateDataIntegrationAssociation API to support bulk data export from Amazon Connect Customer Profiles to the customer S3 bucket."
16+
}
17+
]
18+
}

.changes/2.27.1.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"version": "2.27.1",
3+
"date": "2024-08-08",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Update ResponseTransformer so download attempts to a directory that does not exist or does not have write permissions are not retried"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Glue",
14+
"contributor": "",
15+
"description": "This release adds support to retrieve the validation status when creating or updating Glue Data Catalog Views. Also added is support for BasicCatalogTarget partition keys."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS SDK for Java v2 Migration Tool",
20+
"contributor": "",
21+
"description": "Introduce the preview release of the AWS SDK for Java v2 migration tool that automatically migrates applications from the AWS SDK for Java v1 to the AWS SDK for Java v2."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Cognito Identity Provider",
26+
"contributor": "",
27+
"description": "Added support for threat protection for custom authentication in Amazon Cognito user pools."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Connect Service",
32+
"contributor": "",
33+
"description": "This release fixes a regression in number of access control tags that are allowed to be added to a security profile in Amazon Connect. You can now add up to four access control tags on a single security profile."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Elastic Compute Cloud",
38+
"contributor": "",
39+
"description": "Launch of private IPv6 addressing for VPCs and Subnets. VPC IPAM supports the planning and monitoring of private IPv6 usage."
40+
}
41+
]
42+
}

.changes/2.27.10.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"version": "2.27.10",
3+
"date": "2024-08-21",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS EntityResolution",
8+
"contributor": "",
9+
"description": "Increase the mapping attributes in Schema to 35."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Glue",
14+
"contributor": "",
15+
"description": "Add optional field JobRunQueuingEnabled to CreateJob and UpdateJob APIs."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Lambda",
20+
"contributor": "",
21+
"description": "Release FilterCriteria encryption for Lambda EventSourceMapping, enabling customers to encrypt their filter criteria using a customer-owned KMS key."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS SecurityHub",
26+
"contributor": "",
27+
"description": "Security Hub documentation and definition updates"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Elastic Compute Cloud",
32+
"contributor": "",
33+
"description": "DescribeInstanceStatus now returns health information on EBS volumes attached to Nitro instances"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Simple Email Service",
38+
"contributor": "",
39+
"description": "Enable email receiving customers to provide SES with access to their S3 buckets via an IAM role for \"Deliver to S3 Action\""
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS SDK for Java v2",
44+
"contributor": "",
45+
"description": "Updated endpoint and partition metadata."
46+
}
47+
]
48+
}

.changes/2.27.11.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"version": "2.27.11",
3+
"date": "2024-08-22",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon Bedrock",
8+
"contributor": "",
9+
"description": "Amazon Bedrock Evaluation BatchDeleteEvaluationJob API allows customers to delete evaluation jobs under terminated evaluation job statuses - Stopped, Failed, or Completed. Customers can submit a batch of 25 evaluation jobs to be deleted at once."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon EMR Containers",
14+
"contributor": "",
15+
"description": "Correct endpoint for FIPS is configured for US Gov Regions."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon QuickSight",
20+
"contributor": "",
21+
"description": "Explicit query for authors and dashboard viewing sharing for embedded users"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Route 53",
26+
"contributor": "",
27+
"description": "Amazon Route 53 now supports the Asia Pacific (Malaysia) Region (ap-southeast-5) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Auto Scaling",
32+
"contributor": "",
33+
"description": "Amazon EC2 Auto Scaling now provides EBS health check to manage EC2 instance replacement"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Inspector2",
38+
"contributor": "",
39+
"description": "Add enums for Agentless scan statuses and EC2 enablement error states"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS SDK for Java v2",
44+
"contributor": "",
45+
"description": "Updated endpoint and partition metadata."
46+
}
47+
]
48+
}

.changes/2.27.12.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"version": "2.27.12",
3+
"date": "2024-08-23",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS CodeBuild",
8+
"contributor": "",
9+
"description": "Added support for the MAC_ARM environment type for CodeBuild fleets."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Organizations",
14+
"contributor": "",
15+
"description": "Releasing minor partitional endpoint updates."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Supply Chain",
20+
"contributor": "",
21+
"description": "Update API documentation to clarify the event SLA as well as the data model expectations"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Agents for Amazon Bedrock",
26+
"contributor": "",
27+
"description": "Releasing the support for Action User Confirmation."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Agents for Amazon Bedrock Runtime",
32+
"contributor": "",
33+
"description": "Releasing the support for Action User Confirmation."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "QBusiness",
38+
"contributor": "",
39+
"description": "Amazon QBusiness: Enable support for SAML and OIDC federation through AWS IAM Identity Provider integration."
40+
}
41+
]
42+
}

.changes/2.27.13.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"version": "2.27.13",
3+
"date": "2024-08-26",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "s3",
8+
"contributor": "klopfdreh",
9+
"description": "Added reflect-config.json for S3Client in s3 for native builds"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS IoT SiteWise",
14+
"contributor": "",
15+
"description": "AWS IoT SiteWise now supports versioning for asset models. It enables users to retrieve active version of their asset model and perform asset model writes with optimistic lock."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon WorkSpaces",
20+
"contributor": "",
21+
"description": "This release adds support for creating and managing directories that use AWS IAM Identity Center as user identity source. Such directories can be used to create non-Active Directory domain joined WorkSpaces Personal.Updated RegisterWorkspaceDirectory and DescribeWorkspaceDirectories APIs."
22+
}
23+
]
24+
}

.changes/2.27.14.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"version": "2.27.14",
3+
"date": "2024-08-27",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Chatbot",
8+
"contributor": "",
9+
"description": "Update documentation to be consistent with the API docs"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Bedrock",
14+
"contributor": "",
15+
"description": "Amazon Bedrock SDK updates for Inference Profile."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Bedrock Runtime",
20+
"contributor": "",
21+
"description": "Amazon Bedrock SDK updates for Inference Profile."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Omics",
26+
"contributor": "",
27+
"description": "Adds data provenance to import jobs from read sets and references"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Polly",
32+
"contributor": "",
33+
"description": "Amazon Polly adds 2 new voices: Jitka (cs-CZ) and Sabrina (de-CH)."
34+
}
35+
]
36+
}

0 commit comments

Comments
 (0)