Skip to content

Commit f4216bc

Browse files
Commit version number update changes
1 parent fa710fc commit f4216bc

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.1163.0 (2025-11-11 19:23 UTC)
2+
* Batch (3.7.501.11)
3+
* Documentation-only update: update API and doc descriptions per EKS ImageType default value switch from AL2 to AL2023.
4+
* BedrockDataAutomation (3.7.503.0)
5+
* Added support for Language Expansion feature for BDA Audio modality.
6+
* EC2 (3.7.526.0)
7+
* AWS Site-to-Site VPN now supports VPN connections with up to 5 Gbps bandwidth per tunnel, a 4x improvement from existing limit of 1.25 Gbps.
8+
* MedicalImaging (3.7.504.0)
9+
* Added new fields in existing APIs.
10+
* RTBFabric (3.7.502.0)
11+
* Added LogSettings and LinkAttribute fields to external links
12+
* SecurityIR (3.7.504.0)
13+
* Added support for configuring communication preferences as well as clearly displaying case comment author identities.
14+
115
### 3.7.1162.0 (2025-11-10 19:38 UTC)
216
* ACMPCA (3.7.503.0)
317
* Private Certificate Authority service now supports ML-DSA key algorithms.

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.1163.0 (2025-11-11 19:23 UTC)
2+
* Batch (3.7.501.11)
3+
* Documentation-only update: update API and doc descriptions per EKS ImageType default value switch from AL2 to AL2023.
4+
* BedrockDataAutomation (3.7.503.0)
5+
* Added support for Language Expansion feature for BDA Audio modality.
6+
* EC2 (3.7.526.0)
7+
* AWS Site-to-Site VPN now supports VPN connections with up to 5 Gbps bandwidth per tunnel, a 4x improvement from existing limit of 1.25 Gbps.
8+
* MedicalImaging (3.7.504.0)
9+
* Added new fields in existing APIs.
10+
* RTBFabric (3.7.502.0)
11+
* Added LogSettings and LinkAttribute fields to external links
12+
* SecurityIR (3.7.504.0)
13+
* Added support for configuring communication preferences as well as clearly displaying case comment author identities.
14+
115
### 3.7.1162.0 (2025-11-10 19:38 UTC)
216
* ACMPCA (3.7.503.0)
317
* Private Certificate Authority service now supports ML-DSA key algorithms.

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.1162.0",
4+
"ProductVersion" : "3.7.1163.0",
55
"CoreVersion" : "3.7.500.43",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "3.7.525.0",
157+
"Version" : "3.7.526.0",
158158
"AssemblyVersionOverride" : "3.3",
159159
"Dependencies" : {
160160
"Core" : "3.7.500.43"
@@ -684,7 +684,7 @@
684684
"InPreview" : false
685685
},
686686
"Batch" : {
687-
"Version" : "3.7.501.10",
687+
"Version" : "3.7.501.11",
688688
"AssemblyVersionOverride" : "3.3",
689689
"Dependencies" : {
690690
"Core" : "3.7.500.43"
@@ -2628,7 +2628,7 @@
26282628
"InPreview" : false
26292629
},
26302630
"MedicalImaging" : {
2631-
"Version" : "3.7.503.10",
2631+
"Version" : "3.7.504.0",
26322632
"AssemblyVersionOverride" : "3.3",
26332633
"Dependencies" : {
26342634
"Core" : "3.7.500.43"
@@ -3076,7 +3076,7 @@
30763076
"InPreview" : false
30773077
},
30783078
"SecurityIR" : {
3079-
"Version" : "3.7.503.4",
3079+
"Version" : "3.7.504.0",
30803080
"AssemblyVersionOverride" : "3.3",
30813081
"Dependencies" : {
30823082
"Core" : "3.7.500.43"
@@ -3124,7 +3124,7 @@
31243124
"InPreview" : false
31253125
},
31263126
"BedrockDataAutomation" : {
3127-
"Version" : "3.7.502.5",
3127+
"Version" : "3.7.503.0",
31283128
"AssemblyVersionOverride" : "3.3",
31293129
"Dependencies" : {
31303130
"Core" : "3.7.500.43"
@@ -3260,7 +3260,7 @@
32603260
"InPreview" : false
32613261
},
32623262
"RTBFabric" : {
3263-
"Version" : "3.7.501.6",
3263+
"Version" : "3.7.502.0",
32643264
"AssemblyVersionOverride" : "3.3",
32653265
"Dependencies" : {
32663266
"Core" : "3.7.500.43"

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

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

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

sdk/code-analysis/ServiceAnalysis/MedicalImaging/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/code-analysis/ServiceAnalysis/RTBFabric/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.6")]
32+
[assembly: AssemblyFileVersion("3.7.502.0")]

sdk/code-analysis/ServiceAnalysis/SecurityIR/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.4")]
32+
[assembly: AssemblyFileVersion("3.7.504.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.501.10");
35+
InternalSDKUtils.BuildUserAgentString("Batch", "3.7.501.11");
3636

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

0 commit comments

Comments
 (0)