Skip to content

Commit a99b98f

Browse files
Commit version number update changes
1 parent 5699d68 commit a99b98f

File tree

9 files changed

+21
-9
lines changed

9 files changed

+21
-9
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 4.0.55.0 (2025-07-24 18:14 UTC)
2+
* DataZone (4.0.4.0)
3+
* This release adds support for 1) highlighting relevant text in returned results for Search and SearchListings APIs and 2) returning aggregated counts of values for specified attributes for SearchListings API.
4+
* Omics (4.0.1.0)
5+
* Add Git integration and README support for HealthOmics workflows
6+
17
### 4.0.54.0 (2025-07-23 18:16 UTC)
28
* EC2 (4.0.23.0)
39
* Added support for skip-os-shutdown option for the EC2 instance stop and terminate operations. This feature enables customers to bypass the graceful OS shutdown, supporting faster state transitions when instance data preservation isn't critical.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 4.0.55.0 (2025-07-24 18:14 UTC)
2+
* DataZone (4.0.4.0)
3+
* This release adds support for 1) highlighting relevant text in returned results for Search and SearchListings APIs and 2) returning aggregated counts of values for specified attributes for SearchListings API.
4+
* Omics (4.0.1.0)
5+
* Add Git integration and README support for HealthOmics workflows
6+
17
### 4.0.54.0 (2025-07-23 18:16 UTC)
28
* EC2 (4.0.23.0)
39
* Added support for skip-os-shutdown option for the EC2 instance stop and terminate operations. This feature enables customers to bypass the graceful OS shutdown, supporting faster state transitions when instance data preservation isn't critical.

generator/ServiceModels/_sdk-versions.json

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

22
{
33
"NewServiceVersion" : "4.0.0.0",
4-
"ProductVersion" : "4.0.54.0",
4+
"ProductVersion" : "4.0.55.0",
55
"CoreVersion" : "4.0.0.17",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -2532,7 +2532,7 @@
25322532
"InPreview" : false
25332533
},
25342534
"Omics" : {
2535-
"Version" : "4.0.0.15",
2535+
"Version" : "4.0.1.0",
25362536
"AssemblyVersionOverride" : "4.0",
25372537
"Dependencies" : {
25382538
"Core" : "4.0.0.17"
@@ -2764,7 +2764,7 @@
27642764
"InPreview" : false
27652765
},
27662766
"DataZone" : {
2767-
"Version" : "4.0.3.1",
2767+
"Version" : "4.0.4.0",
27682768
"AssemblyVersionOverride" : "4.0",
27692769
"Dependencies" : {
27702770
"Core" : "4.0.0.17"

sdk/code-analysis/ServiceAnalysis/DataZone/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("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.3.1")]
32+
[assembly: AssemblyFileVersion("4.0.4.0")]

sdk/code-analysis/ServiceAnalysis/Omics/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("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.0.15")]
32+
[assembly: AssemblyFileVersion("4.0.1.0")]

sdk/src/Services/DataZone/Generated/AmazonDataZoneConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace Amazon.DataZone
3333
public partial class AmazonDataZoneConfig : ClientConfig
3434
{
3535
private static readonly string UserAgentString =
36-
InternalSDKUtils.BuildUserAgentString("DataZone", "4.0.3.1");
36+
InternalSDKUtils.BuildUserAgentString("DataZone", "4.0.4.0");
3737

3838
private static readonly AmazonDataZoneEndpointResolver EndpointResolver =
3939
new AmazonDataZoneEndpointResolver();

sdk/src/Services/DataZone/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@
4242
// by using the '*' as shown below:
4343
// [assembly: AssemblyVersion("1.0.*")]
4444
[assembly: AssemblyVersion("4.0")]
45-
[assembly: AssemblyFileVersion("4.0.3.1")]
45+
[assembly: AssemblyFileVersion("4.0.4.0")]

sdk/src/Services/Omics/Generated/AmazonOmicsConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace Amazon.Omics
3333
public partial class AmazonOmicsConfig : ClientConfig
3434
{
3535
private static readonly string UserAgentString =
36-
InternalSDKUtils.BuildUserAgentString("Omics", "4.0.0.15");
36+
InternalSDKUtils.BuildUserAgentString("Omics", "4.0.1.0");
3737

3838
private static readonly AmazonOmicsEndpointResolver EndpointResolver =
3939
new AmazonOmicsEndpointResolver();

sdk/src/Services/Omics/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@
4242
// by using the '*' as shown below:
4343
// [assembly: AssemblyVersion("1.0.*")]
4444
[assembly: AssemblyVersion("4.0")]
45-
[assembly: AssemblyFileVersion("4.0.0.15")]
45+
[assembly: AssemblyFileVersion("4.0.1.0")]

0 commit comments

Comments
 (0)