Skip to content

Commit e671a90

Browse files
Commit version number update changes
1 parent fe6478f commit e671a90

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.1117.0 (2025-09-05 18:22 UTC)
2+
* ECS (3.7.500.15)
3+
* This is a documentation only release that adds additional information for Amazon ECS Availability Zone rebalancing.
4+
* PCS (3.7.503.4)
5+
* Documentation-only update to add AccountingStorageEnforce to SlurmCustomSetting.
6+
* SageMaker (3.7.510.0)
7+
* Release IPv6 support with dualstack in SageMaker Notebooks, Tiered Storage Checkpointing Support in SageMaker HyperPod and P5.4xlarge instance type for SageMaker Hosting.
8+
19
### 3.7.1116.0 (2025-09-04 18:21 UTC)
210
* CleanRooms (3.7.504.0)
311
* Add support for configurable compute sizes for PySpark jobs.

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.1117.0 (2025-09-05 18:22 UTC)
2+
* ECS (3.7.500.15)
3+
* This is a documentation only release that adds additional information for Amazon ECS Availability Zone rebalancing.
4+
* PCS (3.7.503.4)
5+
* Documentation-only update to add AccountingStorageEnforce to SlurmCustomSetting.
6+
* SageMaker (3.7.510.0)
7+
* Release IPv6 support with dualstack in SageMaker Notebooks, Tiered Storage Checkpointing Support in SageMaker HyperPod and P5.4xlarge instance type for SageMaker Hosting.
8+
19
### 3.7.1116.0 (2025-09-04 18:21 UTC)
210
* CleanRooms (3.7.504.0)
311
* Add support for configurable compute sizes for PySpark jobs.

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.1116.0",
4+
"ProductVersion" : "3.7.1117.0",
55
"CoreVersion" : "3.7.500.14",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -162,7 +162,7 @@
162162
"InPreview" : false
163163
},
164164
"ECS" : {
165-
"Version" : "3.7.500.14",
165+
"Version" : "3.7.500.15",
166166
"AssemblyVersionOverride" : "3.3",
167167
"Dependencies" : {
168168
"Core" : "3.7.500.14"
@@ -916,7 +916,7 @@
916916
"InPreview" : false
917917
},
918918
"SageMaker" : {
919-
"Version" : "3.7.509.3",
919+
"Version" : "3.7.510.0",
920920
"AssemblyVersionOverride" : "3.3",
921921
"Dependencies" : {
922922
"Core" : "3.7.500.14"
@@ -3028,7 +3028,7 @@
30283028
"InPreview" : false
30293029
},
30303030
"PCS" : {
3031-
"Version" : "3.7.503.3",
3031+
"Version" : "3.7.503.4",
30323032
"AssemblyVersionOverride" : "3.3",
30333033
"Dependencies" : {
30343034
"Core" : "3.7.500.14"

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

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

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

sdk/src/Services/ECS/Generated/AmazonECSConfig.cs

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

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

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

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

sdk/src/Services/PCS/Generated/AmazonPCSConfig.cs

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

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

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

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

0 commit comments

Comments
 (0)