File tree Expand file tree Collapse file tree 6 files changed +13
-5
lines changed
code-analysis/ServiceAnalysis/ECS/Properties Expand file tree Collapse file tree 6 files changed +13
-5
lines changed Original file line number Diff line number Diff line change
1
+ ### 4.0.48.0 (2025-07-16 00:41 UTC)
2
+ * ECS (4.0.4.0)
3
+ * This release removes hookDetails for the Amazon ECS native blue/green deployments.
4
+
1
5
### 4.0.47.0 (2025-07-15 18:41 UTC)
2
6
* BedrockAgent (4.0.4.0)
3
7
* Add support for S3 Vectors as a vector store.
Original file line number Diff line number Diff line change
1
+ ### 4.0.48.0 (2025-07-16 00:41 UTC)
2
+ * ECS (4.0.4.0)
3
+ * This release removes hookDetails for the Amazon ECS native blue/green deployments.
4
+
1
5
### 4.0.47.0 (2025-07-15 18:41 UTC)
2
6
* BedrockAgent (4.0.4.0)
3
7
* Add support for S3 Vectors as a vector store.
Original file line number Diff line number Diff line change 1
1
2
2
{
3
3
"NewServiceVersion" : " 4.0.0.0" ,
4
- "ProductVersion" : " 4.0.47 .0" ,
4
+ "ProductVersion" : " 4.0.48 .0" ,
5
5
"CoreVersion" : " 4.0.0.16" ,
6
6
"OverrideCoreVersion" : " 4.0" ,
7
7
"DefaultToPreview" : false ,
162
162
"InPreview" : false
163
163
},
164
164
"ECS" : {
165
- "Version" : " 4.0.3 .0" ,
165
+ "Version" : " 4.0.4 .0" ,
166
166
"AssemblyVersionOverride" : " 4.0" ,
167
167
"Dependencies" : {
168
168
"Core" : " 4.0.0.16"
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 ( "4.0" ) ]
32
- [ assembly: AssemblyFileVersion ( "4.0.3 .0" ) ]
32
+ [ assembly: AssemblyFileVersion ( "4.0.4 .0" ) ]
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ namespace Amazon.ECS
33
33
public partial class AmazonECSConfig : ClientConfig
34
34
{
35
35
private static readonly string UserAgentString =
36
- InternalSDKUtils . BuildUserAgentString ( "ECS" , "4.0.3 .0" ) ;
36
+ InternalSDKUtils . BuildUserAgentString ( "ECS" , "4.0.4 .0" ) ;
37
37
38
38
private static readonly AmazonECSEndpointResolver EndpointResolver =
39
39
new AmazonECSEndpointResolver ( ) ;
Original file line number Diff line number Diff line change 42
42
// by using the '*' as shown below:
43
43
// [assembly: AssemblyVersion("1.0.*")]
44
44
[ assembly: AssemblyVersion ( "4.0" ) ]
45
- [ assembly: AssemblyFileVersion ( "4.0.3 .0" ) ]
45
+ [ assembly: AssemblyFileVersion ( "4.0.4 .0" ) ]
You can’t perform that action at this time.
0 commit comments