Skip to content

Commit 12b39b9

Browse files
Commit version number update changes
1 parent d4e2902 commit 12b39b9

File tree

12 files changed

+29
-13
lines changed

12 files changed

+29
-13
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 4.0.15.0 (2025-05-19 18:12 UTC)
2+
* DSQL (4.0.2.0)
3+
* CreateMultiRegionCluster and DeleteMultiRegionCluster APIs removed
4+
* EC2 (4.0.7.0)
5+
* This release includes new APIs for System Integrity Protection (SIP) configuration and automated root volume ownership delegation for EC2 Mac instances.
6+
* MediaPackageV2 (4.0.1.0)
7+
* This release adds support for DVB-DASH, EBU-TT-D subtitle format, and non-compacted manifests for DASH in MediaPackage v2 Origin Endpoints.
8+
19
### 4.0.14.0 (2025-05-16 18:40 UTC)
210
* BedrockDataAutomation (4.0.2.0)
311
* Add support for VIDEO modality to BlueprintType enum.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 4.0.15.0 (2025-05-19 18:12 UTC)
2+
* DSQL (4.0.2.0)
3+
* CreateMultiRegionCluster and DeleteMultiRegionCluster APIs removed
4+
* EC2 (4.0.7.0)
5+
* This release includes new APIs for System Integrity Protection (SIP) configuration and automated root volume ownership delegation for EC2 Mac instances.
6+
* MediaPackageV2 (4.0.1.0)
7+
* This release adds support for DVB-DASH, EBU-TT-D subtitle format, and non-compacted manifests for DASH in MediaPackage v2 Origin Endpoints.
8+
19
### 4.0.14.0 (2025-05-16 18:40 UTC)
210
* BedrockDataAutomation (4.0.2.0)
311
* Add support for VIDEO modality to BlueprintType enum.

generator/ServiceModels/_sdk-versions.json

Lines changed: 4 additions & 4 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.14.0",
4+
"ProductVersion" : "4.0.15.0",
55
"CoreVersion" : "4.0.0.5",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "4.0.6.2",
157+
"Version" : "4.0.7.0",
158158
"AssemblyVersionOverride" : "4.0",
159159
"Dependencies" : {
160160
"Core" : "4.0.0.5"
@@ -2668,7 +2668,7 @@
26682668
"InPreview" : false
26692669
},
26702670
"MediaPackageV2" : {
2671-
"Version" : "4.0.0.4",
2671+
"Version" : "4.0.1.0",
26722672
"AssemblyVersionOverride" : "4.0",
26732673
"Dependencies" : {
26742674
"Core" : "4.0.0.5"
@@ -3212,7 +3212,7 @@
32123212
"InPreview" : false
32133213
},
32143214
"DSQL" : {
3215-
"Version" : "4.0.1.2",
3215+
"Version" : "4.0.2.0",
32163216
"AssemblyVersionOverride" : "4.0",
32173217
"Dependencies" : {
32183218
"Core" : "4.0.0.5"

sdk/code-analysis/ServiceAnalysis/DSQL/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.1.2")]
32+
[assembly: AssemblyFileVersion("4.0.2.0")]

sdk/code-analysis/ServiceAnalysis/EC2/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.6.2")]
32+
[assembly: AssemblyFileVersion("4.0.7.0")]

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

sdk/src/Services/DSQL/Generated/AmazonDSQLConfig.cs

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

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

sdk/src/Services/DSQL/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.1.2")]
45+
[assembly: AssemblyFileVersion("4.0.2.0")]

sdk/src/Services/EC2/Generated/AmazonEC2Config.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.6.2");
36+
InternalSDKUtils.BuildUserAgentString("EC2", "4.0.7.0");
3737

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

sdk/src/Services/EC2/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.6.2")]
45+
[assembly: AssemblyFileVersion("4.0.7.0")]

sdk/src/Services/MediaPackageV2/Generated/AmazonMediaPackageV2Config.cs

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

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

sdk/src/Services/MediaPackageV2/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.4")]
45+
[assembly: AssemblyFileVersion("4.0.1.0")]

0 commit comments

Comments
 (0)