Skip to content

Commit 0e02d2f

Browse files
Commit version number update changes
1 parent 678a9fb commit 0e02d2f

File tree

18 files changed

+45
-21
lines changed

18 files changed

+45
-21
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 4.0.58.0 (2025-07-29 18:20 UTC)
2+
* Batch (4.0.2.0)
3+
* AWS Batch for SageMaker Training jobs feature support. Includes new APIs for service job submission (e.g., SubmitServiceJob) and managing service environments (e.g., CreateServiceEnvironment) that enable queueing SageMaker Training jobs.
4+
* CleanRooms (4.0.2.0)
5+
* This feature provides the ability to update the table reference and allowed columns on an existing configured table.
6+
* Deadline (4.0.7.0)
7+
* Adds support for tag management on monitors.
8+
* LocationService (4.0.1.0)
9+
* This release 1) adds support for multi-polygon geofences with disconnected territories, and 2) enables polygon exclusion zones within geofences for more accurate representation of real-world boundaries.
10+
* OpenSearchServerless (4.0.1.0)
11+
* This is to support Granular access control support for SAML with IAMFedraton in AOSS
12+
113
### 4.0.57.0 (2025-07-28 18:50 UTC)
214
* DirectConnect (4.0.1.0)
315
* Enable MACSec support and features on Interconnects.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 4.0.58.0 (2025-07-29 18:20 UTC)
2+
* Batch (4.0.2.0)
3+
* AWS Batch for SageMaker Training jobs feature support. Includes new APIs for service job submission (e.g., SubmitServiceJob) and managing service environments (e.g., CreateServiceEnvironment) that enable queueing SageMaker Training jobs.
4+
* CleanRooms (4.0.2.0)
5+
* This feature provides the ability to update the table reference and allowed columns on an existing configured table.
6+
* Deadline (4.0.7.0)
7+
* Adds support for tag management on monitors.
8+
* LocationService (4.0.1.0)
9+
* This release 1) adds support for multi-polygon geofences with disconnected territories, and 2) enables polygon exclusion zones within geofences for more accurate representation of real-world boundaries.
10+
* OpenSearchServerless (4.0.1.0)
11+
* This is to support Granular access control support for SAML with IAMFedraton in AOSS
12+
113
### 4.0.57.0 (2025-07-28 18:50 UTC)
214
* DirectConnect (4.0.1.0)
315
* Enable MACSec support and features on Interconnects.

generator/ServiceModels/_sdk-versions.json

Lines changed: 6 additions & 6 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.57.0",
4+
"ProductVersion" : "4.0.58.0",
55
"CoreVersion" : "4.0.0.18",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -708,7 +708,7 @@
708708
"InPreview" : false
709709
},
710710
"Batch" : {
711-
"Version" : "4.0.1.4",
711+
"Version" : "4.0.2.0",
712712
"AssemblyVersionOverride" : "4.0",
713713
"Dependencies" : {
714714
"Core" : "4.0.0.17"
@@ -1980,7 +1980,7 @@
19801980
"InPreview" : false
19811981
},
19821982
"LocationService" : {
1983-
"Version" : "4.0.0.15",
1983+
"Version" : "4.0.1.0",
19841984
"AssemblyVersionOverride" : "4.0",
19851985
"Dependencies" : {
19861986
"Core" : "4.0.0.17"
@@ -2524,7 +2524,7 @@
25242524
"InPreview" : false
25252525
},
25262526
"OpenSearchServerless" : {
2527-
"Version" : "4.0.0.15",
2527+
"Version" : "4.0.1.0",
25282528
"AssemblyVersionOverride" : "4.0",
25292529
"Dependencies" : {
25302530
"Core" : "4.0.0.17"
@@ -2604,7 +2604,7 @@
26042604
"InPreview" : false
26052605
},
26062606
"CleanRooms" : {
2607-
"Version" : "4.0.1.14",
2607+
"Version" : "4.0.2.0",
26082608
"AssemblyVersionOverride" : "4.0",
26092609
"Dependencies" : {
26102610
"Core" : "4.0.0.17"
@@ -2972,7 +2972,7 @@
29722972
"InPreview" : false
29732973
},
29742974
"Deadline" : {
2975-
"Version" : "4.0.6.1",
2975+
"Version" : "4.0.7.0",
29762976
"AssemblyVersionOverride" : "4.0",
29772977
"Dependencies" : {
29782978
"Core" : "4.0.0.17"

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

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

sdk/code-analysis/ServiceAnalysis/Deadline/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/code-analysis/ServiceAnalysis/LocationService/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.0.15")]
32+
[assembly: AssemblyFileVersion("4.0.1.0")]

sdk/code-analysis/ServiceAnalysis/OpenSearchServerless/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.0.15")]
32+
[assembly: AssemblyFileVersion("4.0.1.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.1.4");
36+
InternalSDKUtils.BuildUserAgentString("Batch", "4.0.2.0");
3737

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

sdk/src/Services/Batch/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.1.4")]
45+
[assembly: AssemblyFileVersion("4.0.2.0")]

0 commit comments

Comments
 (0)