Skip to content

Commit 976f849

Browse files
Commit version number update changes
1 parent 9006292 commit 976f849

File tree

23 files changed

+54
-55
lines changed

23 files changed

+54
-55
lines changed

changelogs/SDK.CHANGELOG.2026.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
### 4.0.216.0 (2026-03-23 18:18 UTC)
2+
* Batch (4.0.8.0)
3+
* AWS Batch AMI Visibility feature support. Adds read-only batchImageStatus to Ec2Configuration to provide visibility on the status of Batch-vended AMIs used by Compute Environments.
4+
* ConnectCases (4.0.12.0)
5+
* You can now use the UpdateRelatedItem API to update the content of comments and custom related items associated with a case.
6+
* DynamoDBv2 (4.0.17.1)
7+
* Fix Key Expression issue with renamable sort keys.
8+
* Extend Expression Builder for Projection expressions.
9+
* Lightsail (4.0.5.0)
10+
* Add support for tagging of ContactMethod resource type
11+
* Omics (4.0.6.0)
12+
* Adds support for batch workflow runs in Amazon Omics, enabling users to submit, manage, and monitor multiple runs as a single batch. Includes APIs to create, cancel, and delete batches, track submission statuses and counts, list runs within a batch, and configure default settings.
13+
* Core 4.0.3.21
14+
* Render <important> and <note> XML doc tags as styled noteblock divs in the SDK reference documentation generator.
15+
116
### 4.0.215.0 (2026-03-20 18:24 UTC)
217
* Backup (4.0.10.14)
318
* Fix Typo for S3Backup Options ( S3BackupACLs to BackupACLs)

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
### 4.0.216.0 (2026-03-23 18:18 UTC)
2+
* Batch (4.0.8.0)
3+
* AWS Batch AMI Visibility feature support. Adds read-only batchImageStatus to Ec2Configuration to provide visibility on the status of Batch-vended AMIs used by Compute Environments.
4+
* ConnectCases (4.0.12.0)
5+
* You can now use the UpdateRelatedItem API to update the content of comments and custom related items associated with a case.
6+
* DynamoDBv2 (4.0.17.1)
7+
* Fix Key Expression issue with renamable sort keys.
8+
* Extend Expression Builder for Projection expressions.
9+
* Lightsail (4.0.5.0)
10+
* Add support for tagging of ContactMethod resource type
11+
* Omics (4.0.6.0)
12+
* Adds support for batch workflow runs in Amazon Omics, enabling users to submit, manage, and monitor multiple runs as a single batch. Includes APIs to create, cancel, and delete batches, track submission statuses and counts, list runs within a batch, and configure default settings.
13+
* Core 4.0.3.21
14+
* Render <important> and <note> XML doc tags as styled noteblock divs in the SDK reference documentation generator.
15+
116
### 4.0.215.0 (2026-03-20 18:24 UTC)
217
* Backup (4.0.10.14)
318
* Fix Typo for S3Backup Options ( S3BackupACLs to BackupACLs)

generator/.DevConfigs/1b37806c-0428-4c29-af36-ffb0fb271403.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

generator/.DevConfigs/264e45e8-60ef-4e07-8f70-7fb4dc554186.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

generator/.DevConfigs/4638aac9-482b-475c-a414-a34014955753.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

generator/ServiceModels/_sdk-versions.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
{
33
"NewServiceVersion" : "4.0.0.0",
4-
"ProductVersion" : "4.0.215.0",
5-
"CoreVersion" : "4.0.3.20",
4+
"ProductVersion" : "4.0.216.0",
5+
"CoreVersion" : "4.0.3.21",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
88
"PreviewLabel" : "",
@@ -146,7 +146,7 @@
146146
"InPreview" : false
147147
},
148148
"DynamoDBv2" : {
149-
"Version" : "4.0.17.0",
149+
"Version" : "4.0.17.1",
150150
"AssemblyVersionOverride" : "4.0",
151151
"Dependencies" : {
152152
"Core" : "4.0.3.19"
@@ -604,7 +604,7 @@
604604
"InPreview" : false
605605
},
606606
"Lightsail" : {
607-
"Version" : "4.0.4.20",
607+
"Version" : "4.0.5.0",
608608
"AssemblyVersionOverride" : "4.0",
609609
"Dependencies" : {
610610
"Core" : "4.0.3.19"
@@ -684,7 +684,7 @@
684684
"InPreview" : false
685685
},
686686
"Batch" : {
687-
"Version" : "4.0.7.0",
687+
"Version" : "4.0.8.0",
688688
"AssemblyVersionOverride" : "4.0",
689689
"Dependencies" : {
690690
"Core" : "4.0.3.19"
@@ -2364,7 +2364,7 @@
23642364
"InPreview" : false
23652365
},
23662366
"ConnectCases" : {
2367-
"Version" : "4.0.11.2",
2367+
"Version" : "4.0.12.0",
23682368
"AssemblyVersionOverride" : "4.0",
23692369
"Dependencies" : {
23702370
"Core" : "4.0.3.19"
@@ -2444,7 +2444,7 @@
24442444
"InPreview" : false
24452445
},
24462446
"Omics" : {
2447-
"Version" : "4.0.5.17",
2447+
"Version" : "4.0.6.0",
24482448
"AssemblyVersionOverride" : "4.0",
24492449
"Dependencies" : {
24502450
"Core" : "4.0.3.19"

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

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

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

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

0 commit comments

Comments
 (0)