Skip to content

Commit c7dee2d

Browse files
Commit version number update changes
1 parent 9eadaa8 commit c7dee2d

File tree

15 files changed

+37
-17
lines changed

15 files changed

+37
-17
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 4.0.44.0 (2025-07-02 18:17 UTC)
2+
* ConnectCases (4.0.2.0)
3+
* This release adds DeleteCase and DeleteRelatedItem APIs, which enable deleting cases and comments, undoing contact association, and removing service level agreements (SLAs) from cases. Contact center admins can use these APIs to delete cases when requested by customers and correct agent errors.
4+
* EC2 (4.0.17.0)
5+
* AWS Site-to-Site VPN now supports IPv6 addresses on outer tunnel IPs, making it easier for customers to build or transition to IPv6-only networks.
6+
* S3 (4.0.4.0)
7+
* Added support for directory bucket creation with tags and bucket ARN retrieval in CreateBucket, ListDirectoryBuckets, and HeadBucket operations
8+
* S3Control (4.0.3.0)
9+
* Added TagResource, UntagResource, and ListTagsForResource support for directory bucket
10+
111
### 4.0.43.0 (2025-07-01 20:51 UTC)
212
* CleanRoomsML (4.0.1.0)
313
* This release introduces support for incremental training and distributed training for custom models in AWS Clean Rooms ML.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 4.0.44.0 (2025-07-02 18:17 UTC)
2+
* ConnectCases (4.0.2.0)
3+
* This release adds DeleteCase and DeleteRelatedItem APIs, which enable deleting cases and comments, undoing contact association, and removing service level agreements (SLAs) from cases. Contact center admins can use these APIs to delete cases when requested by customers and correct agent errors.
4+
* EC2 (4.0.17.0)
5+
* AWS Site-to-Site VPN now supports IPv6 addresses on outer tunnel IPs, making it easier for customers to build or transition to IPv6-only networks.
6+
* S3 (4.0.4.0)
7+
* Added support for directory bucket creation with tags and bucket ARN retrieval in CreateBucket, ListDirectoryBuckets, and HeadBucket operations
8+
* S3Control (4.0.3.0)
9+
* Added TagResource, UntagResource, and ListTagsForResource support for directory bucket
10+
111
### 4.0.43.0 (2025-07-01 20:51 UTC)
212
* CleanRoomsML (4.0.1.0)
313
* This release introduces support for incremental training and distributed training for custom models in AWS Clean Rooms ML.

generator/ServiceModels/_sdk-versions.json

Lines changed: 5 additions & 5 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.43.0",
4+
"ProductVersion" : "4.0.44.0",
55
"CoreVersion" : "4.0.0.14",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "4.0.16.0",
157+
"Version" : "4.0.17.0",
158158
"AssemblyVersionOverride" : "4.0",
159159
"Dependencies" : {
160160
"Core" : "4.0.0.14"
@@ -316,7 +316,7 @@
316316
"InPreview" : false
317317
},
318318
"S3" : {
319-
"Version" : "4.0.3.2",
319+
"Version" : "4.0.4.0",
320320
"AssemblyVersionOverride" : "4.0",
321321
"Dependencies" : {
322322
"Core" : "4.0.0.14"
@@ -1156,7 +1156,7 @@
11561156
"InPreview" : false
11571157
},
11581158
"S3Control" : {
1159-
"Version" : "4.0.2.1",
1159+
"Version" : "4.0.3.0",
11601160
"AssemblyVersionOverride" : "4.0",
11611161
"Dependencies" : {
11621162
"Core" : "4.0.0.14"
@@ -2452,7 +2452,7 @@
24522452
"InPreview" : false
24532453
},
24542454
"ConnectCases" : {
2455-
"Version" : "4.0.1.12",
2455+
"Version" : "4.0.2.0",
24562456
"AssemblyVersionOverride" : "4.0",
24572457
"Dependencies" : {
24582458
"Core" : "4.0.0.14"

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.1.12")]
32+
[assembly: AssemblyFileVersion("4.0.2.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.16.0")]
32+
[assembly: AssemblyFileVersion("4.0.17.0")]

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

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

sdk/src/Services/ConnectCases/Generated/AmazonConnectCasesConfig.cs

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

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

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

sdk/src/Services/EC2/Generated/AmazonEC2Config.cs

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

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

sdk/src/Services/EC2/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.16.0")]
45+
[assembly: AssemblyFileVersion("4.0.17.0")]

sdk/src/Services/S3/Generated/AmazonS3Config.cs

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

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

sdk/src/Services/S3/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.3.2")]
45+
[assembly: AssemblyFileVersion("4.0.4.0")]

sdk/src/Services/S3Control/Generated/AmazonS3ControlConfig.cs

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

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

sdk/src/Services/S3Control/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.2.1")]
45+
[assembly: AssemblyFileVersion("4.0.3.0")]

0 commit comments

Comments
 (0)