Skip to content

Commit 7835391

Browse files
Commit version number update changes
1 parent c5e57ed commit 7835391

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+
### 3.7.1097.0 (2025-08-07 18:31 UTC)
2+
* Batch (3.7.500.5)
3+
* This feature allows customers to use AWS Batch with Linux with ARM64 CPU Architecture with Fargate Spot compute support.
4+
* CloudFront (3.7.501.0)
5+
* Added new viewer security policy, TLSv1.3_2025, for CloudFront.
6+
* CodeBuild (3.7.501.0)
7+
* AWS CodeBuild now supports comment-based pull request control.
8+
* GameLiftStreams (3.7.500.5)
9+
* Adds Proton 9.0-2 to the list of runtime environment options available when creating an Amazon GameLift Streams application
10+
* Glue (3.7.501.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 (3.7.501.0)
13+
* Added support for VPC owner account ID associated with DNS request in the GuardDuty finding.
14+
115
### 3.7.1096.0 (2025-08-06 18:31 UTC)
216
* AppStream (3.7.500.4)
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+
### 3.7.1097.0 (2025-08-07 18:31 UTC)
2+
* Batch (3.7.500.5)
3+
* This feature allows customers to use AWS Batch with Linux with ARM64 CPU Architecture with Fargate Spot compute support.
4+
* CloudFront (3.7.501.0)
5+
* Added new viewer security policy, TLSv1.3_2025, for CloudFront.
6+
* CodeBuild (3.7.501.0)
7+
* AWS CodeBuild now supports comment-based pull request control.
8+
* GameLiftStreams (3.7.500.5)
9+
* Adds Proton 9.0-2 to the list of runtime environment options available when creating an Amazon GameLift Streams application
10+
* Glue (3.7.501.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 (3.7.501.0)
13+
* Added support for VPC owner account ID associated with DNS request in the GuardDuty finding.
14+
115
### 3.7.1096.0 (2025-08-06 18:31 UTC)
216
* AppStream (3.7.500.4)
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" : "3.7.500.0",
4-
"ProductVersion" : "3.7.1096.0",
4+
"ProductVersion" : "3.7.1097.0",
55
"CoreVersion" : "3.7.500.4",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -40,7 +40,7 @@
4040
"InPreview" : false
4141
},
4242
"CloudFront" : {
43-
"Version" : "3.7.500.4",
43+
"Version" : "3.7.501.0",
4444
"AssemblyVersionOverride" : "3.3.4.0",
4545
"Dependencies" : {
4646
"Core" : "3.7.500.4"
@@ -660,7 +660,7 @@
660660
"InPreview" : false
661661
},
662662
"CodeBuild" : {
663-
"Version" : "3.7.500.4",
663+
"Version" : "3.7.501.0",
664664
"AssemblyVersionOverride" : "3.3",
665665
"Dependencies" : {
666666
"Core" : "3.7.500.4"
@@ -708,7 +708,7 @@
708708
"InPreview" : false
709709
},
710710
"Batch" : {
711-
"Version" : "3.7.500.4",
711+
"Version" : "3.7.500.5",
712712
"AssemblyVersionOverride" : "3.3",
713713
"Dependencies" : {
714714
"Core" : "3.7.500.4"
@@ -820,7 +820,7 @@
820820
"InPreview" : false
821821
},
822822
"Glue" : {
823-
"Version" : "3.7.500.4",
823+
"Version" : "3.7.501.0",
824824
"AssemblyVersionOverride" : "3.3",
825825
"Dependencies" : {
826826
"Core" : "3.7.500.4"
@@ -900,7 +900,7 @@
900900
"InPreview" : false
901901
},
902902
"GuardDuty" : {
903-
"Version" : "3.7.500.4",
903+
"Version" : "3.7.501.0",
904904
"AssemblyVersionOverride" : "3.3",
905905
"Dependencies" : {
906906
"Core" : "3.7.500.4"
@@ -3228,7 +3228,7 @@
32283228
"InPreview" : false
32293229
},
32303230
"GameLiftStreams" : {
3231-
"Version" : "3.7.500.4",
3231+
"Version" : "3.7.500.5",
32323232
"AssemblyVersionOverride" : "3.3",
32333233
"Dependencies" : {
32343234
"Core" : "3.7.500.4"

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("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.500.4")]
32+
[assembly: AssemblyFileVersion("3.7.500.5")]

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("3.3.4.0")]
32-
[assembly: AssemblyFileVersion("3.7.500.4")]
32+
[assembly: AssemblyFileVersion("3.7.501.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("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.500.4")]
32+
[assembly: AssemblyFileVersion("3.7.501.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("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.500.4")]
32+
[assembly: AssemblyFileVersion("3.7.500.5")]

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("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.500.4")]
32+
[assembly: AssemblyFileVersion("3.7.501.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("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.500.4")]
32+
[assembly: AssemblyFileVersion("3.7.501.0")]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Amazon.Batch
3232
public partial class AmazonBatchConfig : ClientConfig
3333
{
3434
private static readonly string UserAgentString =
35-
InternalSDKUtils.BuildUserAgentString("Batch", "3.7.500.4");
35+
InternalSDKUtils.BuildUserAgentString("Batch", "3.7.500.5");
3636

3737
private string _userAgent = UserAgentString;
3838
///<summary>

0 commit comments

Comments
 (0)