Skip to content

Commit 6883134

Browse files
Commit version number update changes
1 parent 32ec2ee commit 6883134

File tree

12 files changed

+29
-13
lines changed

12 files changed

+29
-13
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 3.7.1105.0 (2025-08-19 18:20 UTC)
2+
* CleanRooms (3.7.501.0)
3+
* Support error message configuration for analysis templates
4+
* EC2 (3.7.505.0)
5+
* Add support for "warning" volume status.
6+
* Polly (3.7.501.0)
7+
* Added support for new output format - Opus.
8+
19
### 3.7.1104.0 (2025-08-18 18:30 UTC)
210
* Batch (3.7.500.9)
311
* Added default_x86_64 and default_arm64 as values to the instanceTypes field.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 3.7.1105.0 (2025-08-19 18:20 UTC)
2+
* CleanRooms (3.7.501.0)
3+
* Support error message configuration for analysis templates
4+
* EC2 (3.7.505.0)
5+
* Add support for "warning" volume status.
6+
* Polly (3.7.501.0)
7+
* Added support for new output format - Opus.
8+
19
### 3.7.1104.0 (2025-08-18 18:30 UTC)
210
* Batch (3.7.500.9)
311
* Added default_x86_64 and default_arm64 as values to the instanceTypes field.

generator/ServiceModels/_sdk-versions.json

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

22
{
33
"NewServiceVersion" : "3.7.500.0",
4-
"ProductVersion" : "3.7.1104.0",
4+
"ProductVersion" : "3.7.1105.0",
55
"CoreVersion" : "3.7.500.7",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "3.7.504.0",
157+
"Version" : "3.7.505.0",
158158
"AssemblyVersionOverride" : "3.3",
159159
"Dependencies" : {
160160
"Core" : "3.7.500.7"
@@ -628,7 +628,7 @@
628628
"InPreview" : false
629629
},
630630
"Polly" : {
631-
"Version" : "3.7.500.7",
631+
"Version" : "3.7.501.0",
632632
"AssemblyVersionOverride" : "3.3",
633633
"Dependencies" : {
634634
"Core" : "3.7.500.7"
@@ -2596,7 +2596,7 @@
25962596
"InPreview" : false
25972597
},
25982598
"CleanRooms" : {
2599-
"Version" : "3.7.500.7",
2599+
"Version" : "3.7.501.0",
26002600
"AssemblyVersionOverride" : "3.3",
26012601
"Dependencies" : {
26022602
"Core" : "3.7.500.7"

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("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.500.7")]
32+
[assembly: AssemblyFileVersion("3.7.501.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.504.0")]
32+
[assembly: AssemblyFileVersion("3.7.505.0")]

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

sdk/src/Services/CleanRooms/Generated/AmazonCleanRoomsConfig.cs

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

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

sdk/src/Services/CleanRooms/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.500.7")]
47+
[assembly: AssemblyFileVersion("3.7.501.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.504.0");
35+
InternalSDKUtils.BuildUserAgentString("EC2", "3.7.505.0");
3636

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

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

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

0 commit comments

Comments
 (0)