Skip to content

Commit f5f5de3

Browse files
authored
Merge branch 'master' into feature/add-sso-reachability-metadata
2 parents 2397391 + 2417a30 commit f5f5de3

4,068 files changed

Lines changed: 541317 additions & 189661 deletions

File tree

Some content is hidden

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

.all-contributorsrc

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,6 +1021,69 @@
10211021
"contributions": [
10221022
"code"
10231023
]
1024+
},
1025+
{
1026+
"login": "S-Saranya1",
1027+
"name": "Saranya Somepalli",
1028+
"avatar_url": "https://avatars.githubusercontent.com/u/196712423?v=4",
1029+
"profile": "https://github.com/S-Saranya1",
1030+
"contributions": [
1031+
"code"
1032+
]
1033+
},
1034+
{
1035+
"login": "RanVaknin",
1036+
"name": "Ran Vaknin",
1037+
"avatar_url": "https://avatars.githubusercontent.com/u/50976344?v=4",
1038+
"profile": "https://github.com/RanVaknin",
1039+
"contributions": [
1040+
"code"
1041+
]
1042+
},
1043+
{
1044+
"login": "greg-at-moderne",
1045+
"name": "Greg Oledzki",
1046+
"avatar_url": "https://avatars.githubusercontent.com/u/192309513?v=4",
1047+
"profile": "https://github.com/greg-at-moderne",
1048+
"contributions": [
1049+
"code"
1050+
]
1051+
},
1052+
{
1053+
"login": "kstich",
1054+
"name": "Kevin Stich",
1055+
"avatar_url": "https://avatars.githubusercontent.com/u/26905335?v=4",
1056+
"profile": "https://github.com/kstich",
1057+
"contributions": [
1058+
"code"
1059+
]
1060+
},
1061+
{
1062+
"login": "jencymaryjoseph",
1063+
"name": "Jency Joseph",
1064+
"avatar_url": "https://avatars.githubusercontent.com/u/35571282?v=4",
1065+
"profile": "https://github.com/jencymaryjoseph",
1066+
"contributions": [
1067+
"code"
1068+
]
1069+
},
1070+
{
1071+
"login": "reifiedbeans",
1072+
"name": "Drew Davis",
1073+
"avatar_url": "https://avatars.githubusercontent.com/u/9686215?v=4",
1074+
"profile": "https://github.com/reifiedbeans",
1075+
"contributions": [
1076+
"code"
1077+
]
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+
]
10241087
}
10251088
],
10261089
"contributorsPerLine": 7,

.brazil.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"modules": {
55
"annotations": { "packageName": "AwsJavaSdk-Core-Annotations" },
66
"apache-client": { "packageName": "AwsJavaSdk-HttpClient-ApacheClient" },
7+
"apache5-client": { "packageName": "AwsJavaSdk-HttpClient-Apache5Client" },
78
"arns": { "packageName": "AwsJavaSdk-Core-Arns" },
89
"auth": { "packageName": "AwsJavaSdk-Core-Auth" },
910
"auth-crt": { "packageName": "AwsJavaSdk-Core-AuthCrt" },
@@ -33,6 +34,7 @@
3334
"sdk-core": { "packageName": "AwsJavaSdk-Core" },
3435
"url-connection-client": { "packageName": "AwsJavaSdk-HttpClient-UrlConnectionClient" },
3536
"utils": { "packageName": "AwsJavaSdk-Core-Utils" },
37+
"utils-lite": { "packageName": "AwsJavaSdk-Core-UtilsLite" },
3638
"imds": { "packageName": "AwsJavaSdk-Imds" },
3739
"crt-core": { "packageName": "AwsJavaSdk-Core-CrtCore" },
3840
"checksums-spi": { "packageName": "AwsJavaSdk-Core-ChecksumsSpi" },
@@ -98,6 +100,7 @@
98100
"region-testing": { "skipImport": true },
99101
"release-scripts": { "skipImport": true },
100102
"s3-benchmarks": { "skipImport": true },
103+
"http-client-benchmarks": { "skipImport": true },
101104
"sdk-benchmarks": { "skipImport": true },
102105
"sdk-native-image-test": { "skipImport": true },
103106
"service-test-utils": { "skipImport": true },
@@ -111,13 +114,15 @@
111114
"v2-migration-tests": {"skipImport": true},
112115
"crt-unavailable-tests": { "skipImport": true },
113116
"bundle-shading-tests": { "skipImport": true },
114-
"architecture-tests": {"skipImport": true}
117+
"architecture-tests": {"skipImport": true},
118+
"s3-tests": {"skipImport": true}
115119
},
116120

117121
"dependencies": {
118122
"com.fasterxml.jackson.core:jackson-annotations": { "packageName": "Jackson-annotations", "packageVersion": "2.9.x" },
119123
"com.fasterxml.jackson.core:jackson-core": { "packageName": "Jackson-core", "packageVersion": "2.9.x" },
120-
"com.fasterxml.jackson.core:jackson-databind": { "packageName": "Jackson-databind", "packageVersion": "2.9.x" },
124+
"com.fasterxml.jackson.core:jackson-databind": { "packageName": "Jackson-databind", "packageVersion": "2.12.x" },
125+
"com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { "packageName": "Jackson-datatype-jdk8", "packageVersion": "2.12.x" },
121126
"com.fasterxml.jackson.dataformat:jackson-dataformat-cbor": { "packageName": "Jackson-dataformat-cbor", "packageVersion": "2.9.x" },
122127
"com.fasterxml.jackson.jr:jackson-jr-objects": { "packageName": "Maven-com-fasterxml-jackson-jr_jackson-jr-objects", "packageVersion": "2.11.x" },
123128
"com.fasterxml.jackson.jr:jackson-jr-stree": { "packageName": "Maven-com-fasterxml-jackson-jr_jackson-jr-stree", "packageVersion": "2.11.x" },
@@ -138,7 +143,9 @@
138143
"io.netty:netty-transport-classes-epoll": { "packageName": "Netty4", "packageVersion": "4.1" },
139144
"io.netty:netty-transport-native-unix-common": { "packageName": "Netty4", "packageVersion": "4.1" },
140145
"org.apache.httpcomponents:httpclient": { "packageName": "Apache-HttpComponents-HttpClient", "packageVersion": "4.5.x" },
146+
"org.apache.httpcomponents.client5:httpclient5": { "packageName": "Apache-HttpComponents-HttpClient5", "packageVersion": "5.0.x" },
141147
"org.apache.httpcomponents:httpcore": { "packageName": "Apache-HttpComponents-HttpCore", "packageVersion": "4.4.x" },
148+
"org.apache.httpcomponents.core5:httpcore5": { "packageName": "Apache-HttpComponents-HttpCore5", "packageVersion": "5.0.x" },
142149
"org.eclipse.jdt:org.eclipse.jdt.core": { "packageName": "AwsJavaSdk-Codegen-EclipseJdtDependencies", "packageVersion": "2.0" },
143150
"org.eclipse.text:org.eclipse.text": { "packageName": "AwsJavaSdk-Codegen-EclipseJdtDependencies", "packageVersion": "2.0" },
144151
"org.reactivestreams:reactive-streams": { "packageName": "Maven-org-reactivestreams_reactive-streams", "packageVersion": "1.x" },

.changes/2.30.x/2.30.12.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"version": "2.30.12",
3+
"date": "2025-02-03",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS MediaTailor",
8+
"contributor": "",
9+
"description": "Add support for CloudWatch Vended Logs which allows for delivery of customer logs to CloudWatch Logs, S3, or Firehose."
10+
}
11+
]
12+
}

.changes/2.30.x/2.30.13.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.30.13",
3+
"date": "2025-02-04",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Fixed an issue in the SDK where it unnecessarily buffers the entire content for streaming operations, causing OOM error. See [#5850](https://github.com/aws/aws-sdk-java-v2/issues/5850)."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS DataSync",
14+
"contributor": "",
15+
"description": "Doc-only update to provide more information on using Kerberos authentication with SMB locations."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Database Migration Service",
20+
"contributor": "",
21+
"description": "Introduces TargetDataSettings with the TablePreparationMode option available for data migrations."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Identity and Access Management",
26+
"contributor": "",
27+
"description": "This release adds support for accepting encrypted SAML assertions. Customers can now configure their identity provider to encrypt the SAML assertions it sends to IAM."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Neptune Graph",
32+
"contributor": "",
33+
"description": "Added argument to `list-export` to filter by graph ID"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon SageMaker Service",
38+
"contributor": "",
39+
"description": "IPv6 support for Hyperpod clusters"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "QBusiness",
44+
"contributor": "",
45+
"description": "Adds functionality to enable/disable a new Q Business Chat orchestration feature. If enabled, Q Business can orchestrate over datasources and plugins without the need for customers to select specific chat modes."
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.30.x/2.30.14.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"version": "2.30.14",
3+
"date": "2025-02-05",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon Relational Database Service",
8+
"contributor": "",
9+
"description": "Documentation updates to clarify the description for the parameter AllocatedStorage for the DB cluster data type, the description for the parameter DeleteAutomatedBackups for the DeleteDBCluster API operation, and removing an outdated note for the CreateDBParameterGroup API operation."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Netty NIO HTTP Client",
14+
"contributor": "",
15+
"description": "Fallback to prior knowledge if default client setting is ALPN and request has HTTP endpoint"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS SDK for Java v2",
20+
"contributor": "",
21+
"description": "Updated endpoint and partition metadata."
22+
},
23+
{
24+
"type": "bugfix",
25+
"category": "AWS SDK for Java v2",
26+
"contributor": "",
27+
"description": "Fix an issue where the trailing checksum of a request body is not sent when the `Content-Length` header is explicitly set to `0`."
28+
}
29+
]
30+
}

.changes/2.30.x/2.30.15.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"version": "2.30.15",
3+
"date": "2025-02-06",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS CloudFormation",
8+
"contributor": "",
9+
"description": "We added 5 new stack refactoring APIs: CreateStackRefactor, ExecuteStackRefactor, ListStackRefactors, DescribeStackRefactor, ListStackRefactorActions."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Connect Cases",
14+
"contributor": "",
15+
"description": "This release adds the ability to conditionally require fields on a template. Check public documentation for more information."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Simple Storage Service",
20+
"contributor": "",
21+
"description": "Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS CRT HTTP Client",
26+
"contributor": "",
27+
"description": "Allow users to configure connectionAcquisitionTimeout for AwsCrtHttpClient and AwsCrtAsyncHttpClient"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Cost Optimization Hub",
32+
"contributor": "",
33+
"description": "This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon Auto Scaling Groups, including those with single and mixed instance types."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS SDK for Java v2",
38+
"contributor": "",
39+
"description": "Updated endpoint and partition metadata."
40+
}
41+
]
42+
}

0 commit comments

Comments
 (0)