Skip to content

Commit 9f0d527

Browse files
Commit version number update changes
1 parent d4cba1c commit 9f0d527

File tree

12 files changed

+29
-13
lines changed

12 files changed

+29
-13
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 3.7.1125.0 (2025-09-17 18:38 UTC)
2+
* EC2 (3.7.512.0)
3+
* Add mac-m4.metal and mac-m4pro.metal instance types.
4+
* NetworkFirewall (3.7.502.0)
5+
* Network Firewall now prevents TLS handshakes with the target server until after the Server Name Indication (SNI) has been seen and verified. The monitoring dashboard now provides deeper insights into PrivateLink endpoint candidates and offers filters based on IP addresses and protocol.
6+
* PCS (3.7.504.0)
7+
* Add support for Amazon EC2 Capacity Blocks for ML
8+
19
### 3.7.1124.0 (2025-09-16 18:30 UTC)
210
* Budgets (3.7.503.0)
311
* Add support for custom time periods in budget configuration

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 3.7.1125.0 (2025-09-17 18:38 UTC)
2+
* EC2 (3.7.512.0)
3+
* Add mac-m4.metal and mac-m4pro.metal instance types.
4+
* NetworkFirewall (3.7.502.0)
5+
* Network Firewall now prevents TLS handshakes with the target server until after the Server Name Indication (SNI) has been seen and verified. The monitoring dashboard now provides deeper insights into PrivateLink endpoint candidates and offers filters based on IP addresses and protocol.
6+
* PCS (3.7.504.0)
7+
* Add support for Amazon EC2 Capacity Blocks for ML
8+
19
### 3.7.1124.0 (2025-09-16 18:30 UTC)
210
* Budgets (3.7.503.0)
311
* Add support for custom time periods in budget configuration

generator/ServiceModels/_sdk-versions.json

Lines changed: 4 additions & 4 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.1124.0",
4+
"ProductVersion" : "3.7.1125.0",
55
"CoreVersion" : "3.7.500.20",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "3.7.511.6",
157+
"Version" : "3.7.512.0",
158158
"AssemblyVersionOverride" : "3.3",
159159
"Dependencies" : {
160160
"Core" : "3.7.500.20"
@@ -1796,7 +1796,7 @@
17961796
"InPreview" : false
17971797
},
17981798
"NetworkFirewall" : {
1799-
"Version" : "3.7.501.9",
1799+
"Version" : "3.7.502.0",
18001800
"AssemblyVersionOverride" : "3.3",
18011801
"Dependencies" : {
18021802
"Core" : "3.7.500.20"
@@ -3020,7 +3020,7 @@
30203020
"InPreview" : false
30213021
},
30223022
"PCS" : {
3023-
"Version" : "3.7.503.10",
3023+
"Version" : "3.7.504.0",
30243024
"AssemblyVersionOverride" : "3.3",
30253025
"Dependencies" : {
30263026
"Core" : "3.7.500.20"

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("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.511.6")]
32+
[assembly: AssemblyFileVersion("3.7.512.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("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.501.9")]
32+
[assembly: AssemblyFileVersion("3.7.502.0")]

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

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

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

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

sdk/src/Services/EC2/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.511.6")]
47+
[assembly: AssemblyFileVersion("3.7.512.0")]
4848

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

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

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

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

sdk/src/Services/NetworkFirewall/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.501.9")]
47+
[assembly: AssemblyFileVersion("3.7.502.0")]
4848

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

0 commit comments

Comments
 (0)