Skip to content

Commit 6fcfa0f

Browse files
Commit version number update changes
1 parent cffc765 commit 6fcfa0f

File tree

24 files changed

+61
-29
lines changed

24 files changed

+61
-29
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
### 4.0.41.0 (2025-06-27 19:22 UTC)
2+
* ConfigService (4.0.0.12)
3+
* Added important considerations to the PutConformancePack and PutOrganizationConformancPack APIs.
4+
* Connect (4.0.3.0)
5+
* This release adds the following value to an InitiateAs enum: COMPLETED
6+
* Glue (4.0.7.0)
7+
* AWS Glue now supports schema, partition and sort management of Apache Iceberg tables using Glue SDK
8+
* GuardDuty (4.0.2.0)
9+
* Update JSON target for Kubernetes workload resource type.
10+
* QConnect (4.0.1.0)
11+
* Adding UnauthorizedException to public SDK
12+
* RDS (4.0.4.0)
13+
* StartDBCluster and StopDBCluster can now throw InvalidDBShardGroupStateFault.
14+
* SimpleEmailV2 (4.0.1.0)
15+
* Added support for new SES regions
16+
117
### 4.0.40.0 (2025-06-26 18:31 UTC)
218
* Deadline (4.0.4.0)
319
* Added fields to track cumulative task retry attempts for steps and jobs

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
### 4.0.41.0 (2025-06-27 19:22 UTC)
2+
* ConfigService (4.0.0.12)
3+
* Added important considerations to the PutConformancePack and PutOrganizationConformancPack APIs.
4+
* Connect (4.0.3.0)
5+
* This release adds the following value to an InitiateAs enum: COMPLETED
6+
* Glue (4.0.7.0)
7+
* AWS Glue now supports schema, partition and sort management of Apache Iceberg tables using Glue SDK
8+
* GuardDuty (4.0.2.0)
9+
* Update JSON target for Kubernetes workload resource type.
10+
* QConnect (4.0.1.0)
11+
* Adding UnauthorizedException to public SDK
12+
* RDS (4.0.4.0)
13+
* StartDBCluster and StopDBCluster can now throw InvalidDBShardGroupStateFault.
14+
* SimpleEmailV2 (4.0.1.0)
15+
* Added support for new SES regions
16+
117
### 4.0.40.0 (2025-06-26 18:31 UTC)
218
* Deadline (4.0.4.0)
319
* Added fields to track cumulative task retry attempts for steps and jobs

generator/ServiceModels/_sdk-versions.json

Lines changed: 8 additions & 8 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.40.0",
4+
"ProductVersion" : "4.0.41.0",
55
"CoreVersion" : "4.0.0.13",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -72,7 +72,7 @@
7272
"InPreview" : false
7373
},
7474
"ConfigService" : {
75-
"Version" : "4.0.0.11",
75+
"Version" : "4.0.0.12",
7676
"AssemblyVersionOverride" : "4.0",
7777
"Dependencies" : {
7878
"Core" : "4.0.0.13"
@@ -284,7 +284,7 @@
284284
"InPreview" : false
285285
},
286286
"RDS" : {
287-
"Version" : "4.0.3.0",
287+
"Version" : "4.0.4.0",
288288
"AssemblyVersionOverride" : "4.0",
289289
"Dependencies" : {
290290
"Core" : "4.0.0.13"
@@ -820,7 +820,7 @@
820820
"InPreview" : false
821821
},
822822
"Glue" : {
823-
"Version" : "4.0.6.0",
823+
"Version" : "4.0.7.0",
824824
"AssemblyVersionOverride" : "4.0",
825825
"Dependencies" : {
826826
"Core" : "4.0.0.13"
@@ -900,7 +900,7 @@
900900
"InPreview" : false
901901
},
902902
"GuardDuty" : {
903-
"Version" : "4.0.1.2",
903+
"Version" : "4.0.2.0",
904904
"AssemblyVersionOverride" : "4.0",
905905
"Dependencies" : {
906906
"Core" : "4.0.0.13"
@@ -1044,7 +1044,7 @@
10441044
"InPreview" : false
10451045
},
10461046
"Connect" : {
1047-
"Version" : "4.0.2.7",
1047+
"Version" : "4.0.3.0",
10481048
"AssemblyVersionOverride" : "4.0",
10491049
"Dependencies" : {
10501050
"Core" : "4.0.0.13"
@@ -1532,7 +1532,7 @@
15321532
"InPreview" : false
15331533
},
15341534
"SimpleEmailV2" : {
1535-
"Version" : "4.0.0.11",
1535+
"Version" : "4.0.1.0",
15361536
"AssemblyVersionOverride" : "4.0",
15371537
"Dependencies" : {
15381538
"Core" : "4.0.0.13"
@@ -2876,7 +2876,7 @@
28762876
"InPreview" : false
28772877
},
28782878
"QConnect" : {
2879-
"Version" : "4.0.0.11",
2879+
"Version" : "4.0.1.0",
28802880
"AssemblyVersionOverride" : "4.0",
28812881
"Dependencies" : {
28822882
"Core" : "4.0.0.13"

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)