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+ ### 4.0.73.0 (2025-08-19 18:18 UTC)
2+ * CleanRooms (4.0.3.0)
3+ * Support error message configuration for analysis templates
4+ * EC2 (4.0.31.0)
5+ * Add support for "warning" volume status.
6+ * Polly (4.0.1.0)
7+ * Added support for new output format - Opus.
8+
19### 4.0.72.0 (2025-08-18 18:31 UTC)
210* Batch (4.0.2.6)
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+ ### 4.0.73.0 (2025-08-19 18:18 UTC)
2+ * CleanRooms (4.0.3.0)
3+ * Support error message configuration for analysis templates
4+ * EC2 (4.0.31.0)
5+ * Add support for "warning" volume status.
6+ * Polly (4.0.1.0)
7+ * Added support for new output format - Opus.
8+
19### 4.0.72.0 (2025-08-18 18:31 UTC)
210* Batch (4.0.2.6)
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" : " 4.0.0.0" ,
4- "ProductVersion" : " 4.0.72 .0" ,
4+ "ProductVersion" : " 4.0.73 .0" ,
55 "CoreVersion" : " 4.0.0.23" ,
66 "OverrideCoreVersion" : " 4.0" ,
77 "DefaultToPreview" : false ,
154154 "InPreview" : false
155155 },
156156 "EC2" : {
157- "Version" : " 4.0.30.1 " ,
157+ "Version" : " 4.0.31.0 " ,
158158 "AssemblyVersionOverride" : " 4.0" ,
159159 "Dependencies" : {
160160 "Core" : " 4.0.0.23"
628628 "InPreview" : false
629629 },
630630 "Polly" : {
631- "Version" : " 4.0.0.19 " ,
631+ "Version" : " 4.0.1.0 " ,
632632 "AssemblyVersionOverride" : " 4.0" ,
633633 "Dependencies" : {
634634 "Core" : " 4.0.0.23"
26042604 "InPreview" : false
26052605 },
26062606 "CleanRooms" : {
2607- "Version" : " 4.0.2.4 " ,
2607+ "Version" : " 4.0.3.0 " ,
26082608 "AssemblyVersionOverride" : " 4.0" ,
26092609 "Dependencies" : {
26102610 "Core" : " 4.0.0.23"
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 ( "4.0" ) ]
32- [ assembly: AssemblyFileVersion ( "4.0.2.4 " ) ]
32+ [ assembly: AssemblyFileVersion ( "4.0.3.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 ( "4.0" ) ]
32- [ assembly: AssemblyFileVersion ( "4.0.30.1 " ) ]
32+ [ assembly: AssemblyFileVersion ( "4.0.31.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 ( "4.0" ) ]
32- [ assembly: AssemblyFileVersion ( "4.0.0.19 " ) ]
32+ [ assembly: AssemblyFileVersion ( "4.0.1.0 " ) ]
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ namespace Amazon.CleanRooms
3333 public partial class AmazonCleanRoomsConfig : ClientConfig
3434 {
3535 private static readonly string UserAgentString =
36- InternalSDKUtils . BuildUserAgentString ( "CleanRooms" , "4.0.2.4 " ) ;
36+ InternalSDKUtils . BuildUserAgentString ( "CleanRooms" , "4.0.3.0 " ) ;
3737
3838 private static readonly AmazonCleanRoomsEndpointResolver EndpointResolver =
3939 new AmazonCleanRoomsEndpointResolver ( ) ;
Original file line number Diff line number Diff line change 4242// by using the '*' as shown below:
4343// [assembly: AssemblyVersion("1.0.*")]
4444[ assembly: AssemblyVersion ( "4.0" ) ]
45- [ assembly: AssemblyFileVersion ( "4.0.2.4 " ) ]
45+ [ assembly: AssemblyFileVersion ( "4.0.3.0 " ) ]
Original file line number Diff line number Diff 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.30.1 " ) ;
36+ InternalSDKUtils . BuildUserAgentString ( "EC2" , "4.0.31.0 " ) ;
3737
3838 private static readonly AmazonEC2EndpointResolver EndpointResolver =
3939 new AmazonEC2EndpointResolver ( ) ;
Original file line number Diff line number Diff line change 4242// by using the '*' as shown below:
4343// [assembly: AssemblyVersion("1.0.*")]
4444[ assembly: AssemblyVersion ( "4.0" ) ]
45- [ assembly: AssemblyFileVersion ( "4.0.30.1 " ) ]
45+ [ assembly: AssemblyFileVersion ( "4.0.31.0 " ) ]
You can’t perform that action at this time.
0 commit comments