Skip to content

Commit ca8952c

Browse files
Commit version number update changes
1 parent 307bacc commit ca8952c

File tree

9 files changed

+21
-9
lines changed

9 files changed

+21
-9
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 3.7.1172.0 (2025-11-24 19:16 UTC)
2+
* CloudFront (3.7.508.0)
3+
* Add TrustStore, ConnectionFunction APIs to CloudFront SDK
4+
* CloudWatchLogs (3.7.505.0)
5+
* New CloudWatch Logs feature - LogGroup Deletion Protection, a capability that allows customers to safeguard their critical CloudWatch log groups from accidental or unintended deletion.
6+
17
### 3.7.1171.0 (2025-11-21 22:36 UTC)
28
* APIGateway (3.7.504.0)
39
* API Gateway supports VPC link V2 for REST APIs.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 3.7.1172.0 (2025-11-24 19:16 UTC)
2+
* CloudFront (3.7.508.0)
3+
* Add TrustStore, ConnectionFunction APIs to CloudFront SDK
4+
* CloudWatchLogs (3.7.505.0)
5+
* New CloudWatch Logs feature - LogGroup Deletion Protection, a capability that allows customers to safeguard their critical CloudWatch log groups from accidental or unintended deletion.
6+
17
### 3.7.1171.0 (2025-11-21 22:36 UTC)
28
* APIGateway (3.7.504.0)
39
* API Gateway supports VPC link V2 for REST APIs.

generator/ServiceModels/_sdk-versions.json

Lines changed: 3 additions & 3 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.1171.0",
4+
"ProductVersion" : "3.7.1172.0",
55
"CoreVersion" : "3.7.500.48",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -40,7 +40,7 @@
4040
"InPreview" : false
4141
},
4242
"CloudFront" : {
43-
"Version" : "3.7.507.1",
43+
"Version" : "3.7.508.0",
4444
"AssemblyVersionOverride" : "3.3.4.0",
4545
"Dependencies" : {
4646
"Core" : "3.7.500.48"
@@ -88,7 +88,7 @@
8888
"InPreview" : false
8989
},
9090
"CloudWatchLogs" : {
91-
"Version" : "3.7.504.2",
91+
"Version" : "3.7.505.0",
9292
"AssemblyVersionOverride" : "3.3",
9393
"Dependencies" : {
9494
"Core" : "3.7.500.48"

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

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

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

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
// by using the '*' as shown below:
4545
// [assembly: AssemblyVersion("1.0.*")]
4646
[assembly: AssemblyVersion("3.3.4.0")]
47-
[assembly: AssemblyFileVersion("3.7.507.1")]
47+
[assembly: AssemblyFileVersion("3.7.508.0")]
4848

4949
#if BCL
5050
[assembly: System.Security.AllowPartiallyTrustedCallers]

sdk/src/Services/CloudWatchLogs/Generated/AmazonCloudWatchLogsConfig.cs

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
// by using the '*' as shown below:
4545
// [assembly: AssemblyVersion("1.0.*")]
4646
[assembly: AssemblyVersion("3.3")]
47-
[assembly: AssemblyFileVersion("3.7.504.2")]
47+
[assembly: AssemblyFileVersion("3.7.505.0")]
4848

4949
#if BCL
5050
[assembly: System.Security.AllowPartiallyTrustedCallers]

0 commit comments

Comments
 (0)