Skip to content

Commit 0a99953

Browse files
Commit version number update changes
1 parent d08d7d2 commit 0a99953

File tree

15 files changed

+37
-17
lines changed

15 files changed

+37
-17
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 4.0.141.0 (2025-11-25 19:21 UTC)
2+
* EC2 (4.0.61.0)
3+
* This release adds support to view Network firewall proxy appliances attached to an existing NAT Gateway via DescribeNatGateways API NatGatewayAttachedAppliance structure.
4+
* NetworkFirewall (4.0.10.0)
5+
* Network Firewall release of the Proxy feature.
6+
* Organizations (4.0.9.0)
7+
* Add support for policy operations on the S3_POLICY and BEDROCK_POLICY policy type.
8+
* Route53 (4.0.7.0)
9+
* Adds support for new route53 feature: accelerated recovery.
10+
111
### 4.0.140.0 (2025-11-24 19:14 UTC)
212
* CloudFront (4.0.10.0)
313
* Add TrustStore, ConnectionFunction APIs to CloudFront SDK

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 4.0.141.0 (2025-11-25 19:21 UTC)
2+
* EC2 (4.0.61.0)
3+
* This release adds support to view Network firewall proxy appliances attached to an existing NAT Gateway via DescribeNatGateways API NatGatewayAttachedAppliance structure.
4+
* NetworkFirewall (4.0.10.0)
5+
* Network Firewall release of the Proxy feature.
6+
* Organizations (4.0.9.0)
7+
* Add support for policy operations on the S3_POLICY and BEDROCK_POLICY policy type.
8+
* Route53 (4.0.7.0)
9+
* Adds support for new route53 feature: accelerated recovery.
10+
111
### 4.0.140.0 (2025-11-24 19:14 UTC)
212
* CloudFront (4.0.10.0)
313
* Add TrustStore, ConnectionFunction APIs to CloudFront SDK

generator/ServiceModels/_sdk-versions.json

Lines changed: 5 additions & 5 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.140.0",
4+
"ProductVersion" : "4.0.141.0",
55
"CoreVersion" : "4.0.3.3",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "4.0.60.0",
157+
"Version" : "4.0.61.0",
158158
"AssemblyVersionOverride" : "4.0",
159159
"Dependencies" : {
160160
"Core" : "4.0.3.3"
@@ -292,7 +292,7 @@
292292
"InPreview" : false
293293
},
294294
"Route53" : {
295-
"Version" : "4.0.6.1",
295+
"Version" : "4.0.7.0",
296296
"AssemblyVersionOverride" : "4.0",
297297
"Dependencies" : {
298298
"Core" : "4.0.3.3"
@@ -724,7 +724,7 @@
724724
"InPreview" : false
725725
},
726726
"Organizations" : {
727-
"Version" : "4.0.8.0",
727+
"Version" : "4.0.9.0",
728728
"AssemblyVersionOverride" : "4.0",
729729
"Dependencies" : {
730730
"Core" : "4.0.3.3"
@@ -1780,7 +1780,7 @@
17801780
"InPreview" : false
17811781
},
17821782
"NetworkFirewall" : {
1783-
"Version" : "4.0.9.1",
1783+
"Version" : "4.0.10.0",
17841784
"AssemblyVersionOverride" : "4.0",
17851785
"Dependencies" : {
17861786
"Core" : "4.0.3.3"

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

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

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

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

sdk/src/Services/EC2/Generated/AmazonEC2Config.cs

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

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

sdk/src/Services/EC2/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.60.0")]
45+
[assembly: AssemblyFileVersion("4.0.61.0")]

sdk/src/Services/NetworkFirewall/Generated/AmazonNetworkFirewallConfig.cs

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

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

0 commit comments

Comments
 (0)