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+
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.
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+
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.
Original file line number Diff line number Diff line change 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 ,
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"
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"
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"
Original file line number Diff line number Diff line change 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 " ) ]
Original file line number Diff line number Diff line change 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" ) ]
Original file line number Diff line number Diff line change 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 " ) ]
Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change 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 ]
Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change 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 ]
You can’t perform that action at this time.
0 commit comments