Skip to content

Commit d9e31ff

Browse files
Commit version number update changes
1 parent 2ab33e3 commit d9e31ff

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+
### 3.7.1076.0 (2025-07-02 18:18 UTC)
2+
* ConnectCases (3.7.404.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 (3.7.455.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 (3.7.420.0)
7+
* Added support for directory bucket creation with tags and bucket ARN retrieval in CreateBucket, ListDirectoryBuckets, and HeadBucket operations
8+
* S3Control (3.7.411.0)
9+
* Added TagResource, UntagResource, and ListTagsForResource support for directory bucket
10+
111
### 3.7.1075.0 (2025-07-01 18:21 UTC)
212
* CleanRoomsML (3.7.403.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+
### 3.7.1076.0 (2025-07-02 18:18 UTC)
2+
* ConnectCases (3.7.404.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 (3.7.455.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 (3.7.420.0)
7+
* Added support for directory bucket creation with tags and bucket ARN retrieval in CreateBucket, ListDirectoryBuckets, and HeadBucket operations
8+
* S3Control (3.7.411.0)
9+
* Added TagResource, UntagResource, and ListTagsForResource support for directory bucket
10+
111
### 3.7.1075.0 (2025-07-01 18:21 UTC)
212
* CleanRoomsML (3.7.403.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" : "3.7.400.0",
4-
"ProductVersion" : "3.7.1075.0",
4+
"ProductVersion" : "3.7.1076.0",
55
"CoreVersion" : "3.7.402.78",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "3.7.454.0",
157+
"Version" : "3.7.455.0",
158158
"AssemblyVersionOverride" : "3.3",
159159
"Dependencies" : {
160160
"Core" : "3.7.402.78"
@@ -316,7 +316,7 @@
316316
"InPreview" : false
317317
},
318318
"S3" : {
319-
"Version" : "3.7.419.4",
319+
"Version" : "3.7.420.0",
320320
"AssemblyVersionOverride" : "3.3",
321321
"Dependencies" : {
322322
"Core" : "3.7.402.78"
@@ -1148,7 +1148,7 @@
11481148
"InPreview" : false
11491149
},
11501150
"S3Control" : {
1151-
"Version" : "3.7.410.4",
1151+
"Version" : "3.7.411.0",
11521152
"AssemblyVersionOverride" : "3.3",
11531153
"Dependencies" : {
11541154
"Core" : "3.7.402.78"
@@ -2444,7 +2444,7 @@
24442444
"InPreview" : false
24452445
},
24462446
"ConnectCases" : {
2447-
"Version" : "3.7.403.30",
2447+
"Version" : "3.7.404.0",
24482448
"AssemblyVersionOverride" : "3.3",
24492449
"Dependencies" : {
24502450
"Core" : "3.7.402.78"

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("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.403.30")]
32+
[assembly: AssemblyFileVersion("3.7.404.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("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.454.0")]
32+
[assembly: AssemblyFileVersion("3.7.455.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("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.419.4")]
32+
[assembly: AssemblyFileVersion("3.7.420.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("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.410.4")]
32+
[assembly: AssemblyFileVersion("3.7.411.0")]

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)