Skip to content

Commit 48e885b

Browse files
Commit version number update changes
1 parent 196cdfe commit 48e885b

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+
### 4.0.131.0 (2025-11-11 19:24 UTC)
2+
* Batch (4.0.3.5)
3+
* Documentation-only update: update API and doc descriptions per EKS ImageType default value switch from AL2 to AL2023.
4+
* BedrockDataAutomation (4.0.5.0)
5+
* Added support for Language Expansion feature for BDA Audio modality.
6+
* EC2 (4.0.52.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 (4.0.5.0)
9+
* Added new fields in existing APIs.
10+
* RTBFabric (4.0.2.0)
11+
* Added LogSettings and LinkAttribute fields to external links
12+
* SecurityIR (4.0.5.0)
13+
* Added support for configuring communication preferences as well as clearly displaying case comment author identities.
14+
115
### 4.0.130.0 (2025-11-10 19:39 UTC)
216
* ACMPCA (4.0.3.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+
### 4.0.131.0 (2025-11-11 19:24 UTC)
2+
* Batch (4.0.3.5)
3+
* Documentation-only update: update API and doc descriptions per EKS ImageType default value switch from AL2 to AL2023.
4+
* BedrockDataAutomation (4.0.5.0)
5+
* Added support for Language Expansion feature for BDA Audio modality.
6+
* EC2 (4.0.52.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 (4.0.5.0)
9+
* Added new fields in existing APIs.
10+
* RTBFabric (4.0.2.0)
11+
* Added LogSettings and LinkAttribute fields to external links
12+
* SecurityIR (4.0.5.0)
13+
* Added support for configuring communication preferences as well as clearly displaying case comment author identities.
14+
115
### 4.0.130.0 (2025-11-10 19:39 UTC)
216
* ACMPCA (4.0.3.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" : "4.0.0.0",
4-
"ProductVersion" : "4.0.130.0",
4+
"ProductVersion" : "4.0.131.0",
55
"CoreVersion" : "4.0.3.0",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "4.0.51.0",
157+
"Version" : "4.0.52.0",
158158
"AssemblyVersionOverride" : "4.0",
159159
"Dependencies" : {
160160
"Core" : "4.0.3.0"
@@ -684,7 +684,7 @@
684684
"InPreview" : false
685685
},
686686
"Batch" : {
687-
"Version" : "4.0.3.4",
687+
"Version" : "4.0.3.5",
688688
"AssemblyVersionOverride" : "4.0",
689689
"Dependencies" : {
690690
"Core" : "4.0.3.0"
@@ -2636,7 +2636,7 @@
26362636
"InPreview" : false
26372637
},
26382638
"MedicalImaging" : {
2639-
"Version" : "4.0.4.4",
2639+
"Version" : "4.0.5.0",
26402640
"AssemblyVersionOverride" : "4.0",
26412641
"Dependencies" : {
26422642
"Core" : "4.0.3.0"
@@ -3092,7 +3092,7 @@
30923092
"InPreview" : false
30933093
},
30943094
"SecurityIR" : {
3095-
"Version" : "4.0.4.2",
3095+
"Version" : "4.0.5.0",
30963096
"AssemblyVersionOverride" : "4.0",
30973097
"Dependencies" : {
30983098
"Core" : "4.0.3.0"
@@ -3140,7 +3140,7 @@
31403140
"InPreview" : false
31413141
},
31423142
"BedrockDataAutomation" : {
3143-
"Version" : "4.0.4.2",
3143+
"Version" : "4.0.5.0",
31443144
"AssemblyVersionOverride" : "4.0",
31453145
"Dependencies" : {
31463146
"Core" : "4.0.3.0"
@@ -3276,7 +3276,7 @@
32763276
"InPreview" : false
32773277
},
32783278
"RTBFabric" : {
3279-
"Version" : "4.0.1.4",
3279+
"Version" : "4.0.2.0",
32803280
"AssemblyVersionOverride" : "4.0",
32813281
"Dependencies" : {
32823282
"Core" : "4.0.3.0"

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("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.3.4")]
32+
[assembly: AssemblyFileVersion("4.0.3.5")]

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("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.4.2")]
32+
[assembly: AssemblyFileVersion("4.0.5.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("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.51.0")]
32+
[assembly: AssemblyFileVersion("4.0.52.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("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.4.4")]
32+
[assembly: AssemblyFileVersion("4.0.5.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("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.1.4")]
32+
[assembly: AssemblyFileVersion("4.0.2.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("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.4.2")]
32+
[assembly: AssemblyFileVersion("4.0.5.0")]

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

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

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

0 commit comments

Comments
 (0)