File tree Expand file tree Collapse file tree 12 files changed +29
-13
lines changed
code-analysis/ServiceAnalysis Expand file tree Collapse file tree 12 files changed +29
-13
lines changed Original file line number Diff line number Diff line change
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
+
1
9
### 3.7.1104.0 (2025-08-18 18:30 UTC)
2
10
* Batch (3.7.500.9)
3
11
* Added default_x86_64 and default_arm64 as values to the instanceTypes field.
Original file line number Diff line number Diff line change
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
+
1
9
### 3.7.1104.0 (2025-08-18 18:30 UTC)
2
10
* Batch (3.7.500.9)
3
11
* Added default_x86_64 and default_arm64 as values to the instanceTypes field.
Original file line number Diff line number Diff line change 1
1
2
2
{
3
3
"NewServiceVersion" : " 3.7.500.0" ,
4
- "ProductVersion" : " 3.7.1104 .0" ,
4
+ "ProductVersion" : " 3.7.1105 .0" ,
5
5
"CoreVersion" : " 3.7.500.7" ,
6
6
"OverrideCoreVersion" : " 3.3" ,
7
7
"DefaultToPreview" : false ,
154
154
"InPreview" : false
155
155
},
156
156
"EC2" : {
157
- "Version" : " 3.7.504 .0" ,
157
+ "Version" : " 3.7.505 .0" ,
158
158
"AssemblyVersionOverride" : " 3.3" ,
159
159
"Dependencies" : {
160
160
"Core" : " 3.7.500.7"
628
628
"InPreview" : false
629
629
},
630
630
"Polly" : {
631
- "Version" : " 3.7.500.7 " ,
631
+ "Version" : " 3.7.501.0 " ,
632
632
"AssemblyVersionOverride" : " 3.3" ,
633
633
"Dependencies" : {
634
634
"Core" : " 3.7.500.7"
2596
2596
"InPreview" : false
2597
2597
},
2598
2598
"CleanRooms" : {
2599
- "Version" : " 3.7.500.7 " ,
2599
+ "Version" : " 3.7.501.0 " ,
2600
2600
"AssemblyVersionOverride" : " 3.3" ,
2601
2601
"Dependencies" : {
2602
2602
"Core" : " 3.7.500.7"
Original file line number Diff line number Diff line change 29
29
// by using the '*' as shown below:
30
30
// [assembly: AssemblyVersion("1.0.*")]
31
31
[ assembly: AssemblyVersion ( "3.3" ) ]
32
- [ assembly: AssemblyFileVersion ( "3.7.500.7 " ) ]
32
+ [ assembly: AssemblyFileVersion ( "3.7.501.0 " ) ]
Original file line number Diff line number Diff line change 29
29
// by using the '*' as shown below:
30
30
// [assembly: AssemblyVersion("1.0.*")]
31
31
[ assembly: AssemblyVersion ( "3.3" ) ]
32
- [ assembly: AssemblyFileVersion ( "3.7.504 .0" ) ]
32
+ [ assembly: AssemblyFileVersion ( "3.7.505 .0" ) ]
Original file line number Diff line number Diff line change 29
29
// by using the '*' as shown below:
30
30
// [assembly: AssemblyVersion("1.0.*")]
31
31
[ assembly: AssemblyVersion ( "3.3" ) ]
32
- [ assembly: AssemblyFileVersion ( "3.7.500.7 " ) ]
32
+ [ assembly: AssemblyFileVersion ( "3.7.501.0 " ) ]
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ namespace Amazon.CleanRooms
32
32
public partial class AmazonCleanRoomsConfig : ClientConfig
33
33
{
34
34
private static readonly string UserAgentString =
35
- InternalSDKUtils . BuildUserAgentString ( "CleanRooms" , "3.7.500.7 " ) ;
35
+ InternalSDKUtils . BuildUserAgentString ( "CleanRooms" , "3.7.501.0 " ) ;
36
36
37
37
private string _userAgent = UserAgentString ;
38
38
///<summary>
Original file line number Diff line number Diff line change 44
44
// by using the '*' as shown below:
45
45
// [assembly: AssemblyVersion("1.0.*")]
46
46
[ assembly: AssemblyVersion ( "3.3" ) ]
47
- [ assembly: AssemblyFileVersion ( "3.7.500.7 " ) ]
47
+ [ assembly: AssemblyFileVersion ( "3.7.501.0 " ) ]
48
48
49
49
#if BCL
50
50
[ assembly: System . Security . AllowPartiallyTrustedCallers ]
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ namespace Amazon.EC2
32
32
public partial class AmazonEC2Config : ClientConfig
33
33
{
34
34
private static readonly string UserAgentString =
35
- InternalSDKUtils . BuildUserAgentString ( "EC2" , "3.7.504 .0" ) ;
35
+ InternalSDKUtils . BuildUserAgentString ( "EC2" , "3.7.505 .0" ) ;
36
36
37
37
private string _userAgent = UserAgentString ;
38
38
///<summary>
Original file line number Diff line number Diff line change 44
44
// by using the '*' as shown below:
45
45
// [assembly: AssemblyVersion("1.0.*")]
46
46
[ assembly: AssemblyVersion ( "3.3" ) ]
47
- [ assembly: AssemblyFileVersion ( "3.7.504 .0" ) ]
47
+ [ assembly: AssemblyFileVersion ( "3.7.505 .0" ) ]
48
48
49
49
#if BCL
50
50
[ assembly: System . Security . AllowPartiallyTrustedCallers ]
You can’t perform that action at this time.
0 commit comments