Skip to content

Commit 5f95606

Browse files
Commit version number update changes
1 parent 98cde70 commit 5f95606

File tree

18 files changed

+45
-21
lines changed

18 files changed

+45
-21
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 4.0.59.0 (2025-07-30 18:24 UTC)
2+
* CloudFront (4.0.2.0)
3+
* This release adds new origin timeout options: 1) ResponseCompletionTimeout and 2) OriginReadTimeout (for S3 origins)
4+
* DirectoryService (4.0.1.0)
5+
* This release adds support for AWS Managed Microsoft AD Hybrid Edition, introducing new operations: StartADAssessment, DescribeADAssessment, ListADAssessments, DeleteADAssessment, CreateHybridAD, UpdateHybridAD, and DescribeHybridADUpdate; and updated existing operation: DescribeDirectories.
6+
* DocDB (4.0.1.0)
7+
* Add support for setting Serverless Scaling Configuration on clusters.
8+
* EC2 (4.0.25.0)
9+
* Release to show the next hop IP address for routes propagated by VPC Route Server into VPC route tables.
10+
* IoTWireless (4.0.2.0)
11+
* Added TxPowerIndexMin, TxPowerIndexMax, NbTransMin and NbTransMax params to ServiceProfile.
12+
113
### 4.0.58.0 (2025-07-29 18:20 UTC)
214
* Batch (4.0.2.0)
315
* AWS Batch for SageMaker Training jobs feature support. Includes new APIs for service job submission (e.g., SubmitServiceJob) and managing service environments (e.g., CreateServiceEnvironment) that enable queueing SageMaker Training jobs.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 4.0.59.0 (2025-07-30 18:24 UTC)
2+
* CloudFront (4.0.2.0)
3+
* This release adds new origin timeout options: 1) ResponseCompletionTimeout and 2) OriginReadTimeout (for S3 origins)
4+
* DirectoryService (4.0.1.0)
5+
* This release adds support for AWS Managed Microsoft AD Hybrid Edition, introducing new operations: StartADAssessment, DescribeADAssessment, ListADAssessments, DeleteADAssessment, CreateHybridAD, UpdateHybridAD, and DescribeHybridADUpdate; and updated existing operation: DescribeDirectories.
6+
* DocDB (4.0.1.0)
7+
* Add support for setting Serverless Scaling Configuration on clusters.
8+
* EC2 (4.0.25.0)
9+
* Release to show the next hop IP address for routes propagated by VPC Route Server into VPC route tables.
10+
* IoTWireless (4.0.2.0)
11+
* Added TxPowerIndexMin, TxPowerIndexMax, NbTransMin and NbTransMax params to ServiceProfile.
12+
113
### 4.0.58.0 (2025-07-29 18:20 UTC)
214
* Batch (4.0.2.0)
315
* AWS Batch for SageMaker Training jobs feature support. Includes new APIs for service job submission (e.g., SubmitServiceJob) and managing service environments (e.g., CreateServiceEnvironment) that enable queueing SageMaker Training jobs.

generator/ServiceModels/_sdk-versions.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{
33
"NewServiceVersion" : "4.0.0.0",
4-
"ProductVersion" : "4.0.58.0",
4+
"ProductVersion" : "4.0.59.0",
55
"CoreVersion" : "4.0.0.18",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -40,7 +40,7 @@
4040
"InPreview" : false
4141
},
4242
"CloudFront" : {
43-
"Version" : "4.0.1.1",
43+
"Version" : "4.0.2.0",
4444
"AssemblyVersionOverride" : "4.0",
4545
"Dependencies" : {
4646
"Core" : "4.0.0.17"
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "4.0.24.0",
157+
"Version" : "4.0.25.0",
158158
"AssemblyVersionOverride" : "4.0",
159159
"Dependencies" : {
160160
"Core" : "4.0.0.17"
@@ -396,7 +396,7 @@
396396
"InPreview" : false
397397
},
398398
"DirectoryService" : {
399-
"Version" : "4.0.0.16",
399+
"Version" : "4.0.1.0",
400400
"AssemblyVersionOverride" : "4.0",
401401
"Dependencies" : {
402402
"Core" : "4.0.0.17"
@@ -1316,7 +1316,7 @@
13161316
"InPreview" : false
13171317
},
13181318
"DocDB" : {
1319-
"Version" : "4.0.0.15",
1319+
"Version" : "4.0.1.0",
13201320
"AssemblyVersionOverride" : "4.0",
13211321
"Dependencies" : {
13221322
"Core" : "4.0.0.17"
@@ -1956,7 +1956,7 @@
19561956
"InPreview" : false
19571957
},
19581958
"IoTWireless" : {
1959-
"Version" : "4.0.1.1",
1959+
"Version" : "4.0.2.0",
19601960
"AssemblyVersionOverride" : "4.0",
19611961
"Dependencies" : {
19621962
"Core" : "4.0.0.17"

sdk/code-analysis/ServiceAnalysis/CloudFront/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.1.1")]
32+
[assembly: AssemblyFileVersion("4.0.2.0")]

sdk/code-analysis/ServiceAnalysis/DirectoryService/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.0.16")]
32+
[assembly: AssemblyFileVersion("4.0.1.0")]

sdk/code-analysis/ServiceAnalysis/DocDB/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.0.15")]
32+
[assembly: AssemblyFileVersion("4.0.1.0")]

sdk/code-analysis/ServiceAnalysis/EC2/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.24.0")]
32+
[assembly: AssemblyFileVersion("4.0.25.0")]

sdk/code-analysis/ServiceAnalysis/IoTWireless/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.1.1")]
32+
[assembly: AssemblyFileVersion("4.0.2.0")]

sdk/src/Services/CloudFront/Generated/AmazonCloudFrontConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace Amazon.CloudFront
3333
public partial class AmazonCloudFrontConfig : ClientConfig
3434
{
3535
private static readonly string UserAgentString =
36-
InternalSDKUtils.BuildUserAgentString("CloudFront", "4.0.1.1");
36+
InternalSDKUtils.BuildUserAgentString("CloudFront", "4.0.2.0");
3737

3838
private static readonly AmazonCloudFrontEndpointResolver EndpointResolver =
3939
new AmazonCloudFrontEndpointResolver();

sdk/src/Services/CloudFront/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@
4242
// by using the '*' as shown below:
4343
// [assembly: AssemblyVersion("1.0.*")]
4444
[assembly: AssemblyVersion("4.0")]
45-
[assembly: AssemblyFileVersion("4.0.1.1")]
45+
[assembly: AssemblyFileVersion("4.0.2.0")]

0 commit comments

Comments
 (0)