Skip to content

Commit 580af13

Browse files
Commit version number update changes
1 parent 90deaf5 commit 580af13

File tree

21 files changed

+53
-25
lines changed

21 files changed

+53
-25
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### 4.0.65.0 (2025-08-07 18:32 UTC)
2+
* Batch (4.0.2.3)
3+
* This feature allows customers to use AWS Batch with Linux with ARM64 CPU Architecture with Fargate Spot compute support.
4+
* CloudFront (4.0.3.0)
5+
* Added new viewer security policy, TLSv1.3_2025, for CloudFront.
6+
* CodeBuild (4.0.2.0)
7+
* AWS CodeBuild now supports comment-based pull request control.
8+
* GameLiftStreams (4.0.0.18)
9+
* Adds Proton 9.0-2 to the list of runtime environment options available when creating an Amazon GameLift Streams application
10+
* Glue (4.0.12.0)
11+
* AWS Glue Data Catalog now supports Iceberg Optimization settings at the Catalog level, and supports new options to control the optimization job run rate.
12+
* GuardDuty (4.0.4.0)
13+
* Added support for VPC owner account ID associated with DNS request in the GuardDuty finding.
14+
115
### 4.0.64.0 (2025-08-06 18:29 UTC)
216
* AppStream (4.0.0.17)
317
* Added support for G6 instances

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### 4.0.65.0 (2025-08-07 18:32 UTC)
2+
* Batch (4.0.2.3)
3+
* This feature allows customers to use AWS Batch with Linux with ARM64 CPU Architecture with Fargate Spot compute support.
4+
* CloudFront (4.0.3.0)
5+
* Added new viewer security policy, TLSv1.3_2025, for CloudFront.
6+
* CodeBuild (4.0.2.0)
7+
* AWS CodeBuild now supports comment-based pull request control.
8+
* GameLiftStreams (4.0.0.18)
9+
* Adds Proton 9.0-2 to the list of runtime environment options available when creating an Amazon GameLift Streams application
10+
* Glue (4.0.12.0)
11+
* AWS Glue Data Catalog now supports Iceberg Optimization settings at the Catalog level, and supports new options to control the optimization job run rate.
12+
* GuardDuty (4.0.4.0)
13+
* Added support for VPC owner account ID associated with DNS request in the GuardDuty finding.
14+
115
### 4.0.64.0 (2025-08-06 18:29 UTC)
216
* AppStream (4.0.0.17)
317
* Added support for G6 instances

generator/ServiceModels/_sdk-versions.json

Lines changed: 7 additions & 7 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.64.0",
4+
"ProductVersion" : "4.0.65.0",
55
"CoreVersion" : "4.0.0.21",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -40,7 +40,7 @@
4040
"InPreview" : false
4141
},
4242
"CloudFront" : {
43-
"Version" : "4.0.2.2",
43+
"Version" : "4.0.3.0",
4444
"AssemblyVersionOverride" : "4.0",
4545
"Dependencies" : {
4646
"Core" : "4.0.0.21"
@@ -660,7 +660,7 @@
660660
"InPreview" : false
661661
},
662662
"CodeBuild" : {
663-
"Version" : "4.0.1.14",
663+
"Version" : "4.0.2.0",
664664
"AssemblyVersionOverride" : "4.0",
665665
"Dependencies" : {
666666
"Core" : "4.0.0.21"
@@ -708,7 +708,7 @@
708708
"InPreview" : false
709709
},
710710
"Batch" : {
711-
"Version" : "4.0.2.2",
711+
"Version" : "4.0.2.3",
712712
"AssemblyVersionOverride" : "4.0",
713713
"Dependencies" : {
714714
"Core" : "4.0.0.21"
@@ -820,7 +820,7 @@
820820
"InPreview" : false
821821
},
822822
"Glue" : {
823-
"Version" : "4.0.11.2",
823+
"Version" : "4.0.12.0",
824824
"AssemblyVersionOverride" : "4.0",
825825
"Dependencies" : {
826826
"Core" : "4.0.0.21"
@@ -900,7 +900,7 @@
900900
"InPreview" : false
901901
},
902902
"GuardDuty" : {
903-
"Version" : "4.0.3.3",
903+
"Version" : "4.0.4.0",
904904
"AssemblyVersionOverride" : "4.0",
905905
"Dependencies" : {
906906
"Core" : "4.0.0.21"
@@ -3244,7 +3244,7 @@
32443244
"InPreview" : false
32453245
},
32463246
"GameLiftStreams" : {
3247-
"Version" : "4.0.0.17",
3247+
"Version" : "4.0.0.18",
32483248
"AssemblyVersionOverride" : "4.0",
32493249
"Dependencies" : {
32503250
"Core" : "4.0.0.21"

sdk/code-analysis/ServiceAnalysis/Batch/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.2.2")]
32+
[assembly: AssemblyFileVersion("4.0.2.3")]

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.2.2")]
32+
[assembly: AssemblyFileVersion("4.0.3.0")]

sdk/code-analysis/ServiceAnalysis/CodeBuild/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.14")]
32+
[assembly: AssemblyFileVersion("4.0.2.0")]

sdk/code-analysis/ServiceAnalysis/GameLiftStreams/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.17")]
32+
[assembly: AssemblyFileVersion("4.0.0.18")]

sdk/code-analysis/ServiceAnalysis/Glue/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.11.2")]
32+
[assembly: AssemblyFileVersion("4.0.12.0")]

sdk/code-analysis/ServiceAnalysis/GuardDuty/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.3.3")]
32+
[assembly: AssemblyFileVersion("4.0.4.0")]

sdk/src/Services/Batch/Generated/AmazonBatchConfig.cs

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

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

0 commit comments

Comments
 (0)