Skip to content

Commit bdc9d1a

Browse files
Commit version number update changes
1 parent d301626 commit bdc9d1a

File tree

15 files changed

+37
-17
lines changed

15 files changed

+37
-17
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 3.7.1126.0 (2025-09-18 18:38 UTC)
2+
* Bedrock (3.7.503.0)
3+
* Release includes an increase to the maximum policy build document size, an update to DeleteAutomatedReasoningPolicyBuildWorkflow to add ResourceInUseException, and corrections to UpdateAutomatedReasoningPolicyTestCaseRequest.
4+
* Budgets (3.7.504.0)
5+
* Added BillingViewHealthStatus Exception which is thrown when a Budget is created or updated with a Billing View that is not in the HEALTHY status
6+
* ChimeSDKMessaging (3.7.501.0)
7+
* Amazon Chime SDK Messaging GetMessagingSessionEndpoint API now returns dual-stack WebSocket endpoints supporting IPv4/IPv6.
8+
* EC2 (3.7.513.0)
9+
* Allowed AMIs adds support for four new parameters - marketplaceProductCodes, deprecationTimeCondition, creationDateCondition and imageNames
10+
111
### 3.7.1125.0 (2025-09-17 18:38 UTC)
212
* EC2 (3.7.512.0)
313
* Add mac-m4.metal and mac-m4pro.metal instance types.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 3.7.1126.0 (2025-09-18 18:38 UTC)
2+
* Bedrock (3.7.503.0)
3+
* Release includes an increase to the maximum policy build document size, an update to DeleteAutomatedReasoningPolicyBuildWorkflow to add ResourceInUseException, and corrections to UpdateAutomatedReasoningPolicyTestCaseRequest.
4+
* Budgets (3.7.504.0)
5+
* Added BillingViewHealthStatus Exception which is thrown when a Budget is created or updated with a Billing View that is not in the HEALTHY status
6+
* ChimeSDKMessaging (3.7.501.0)
7+
* Amazon Chime SDK Messaging GetMessagingSessionEndpoint API now returns dual-stack WebSocket endpoints supporting IPv4/IPv6.
8+
* EC2 (3.7.513.0)
9+
* Allowed AMIs adds support for four new parameters - marketplaceProductCodes, deprecationTimeCondition, creationDateCondition and imageNames
10+
111
### 3.7.1125.0 (2025-09-17 18:38 UTC)
212
* EC2 (3.7.512.0)
313
* Add mac-m4.metal and mac-m4pro.metal instance types.

generator/ServiceModels/_sdk-versions.json

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

22
{
33
"NewServiceVersion" : "3.7.500.0",
4-
"ProductVersion" : "3.7.1125.0",
4+
"ProductVersion" : "3.7.1126.0",
55
"CoreVersion" : "3.7.500.20",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "3.7.512.0",
157+
"Version" : "3.7.513.0",
158158
"AssemblyVersionOverride" : "3.3",
159159
"Dependencies" : {
160160
"Core" : "3.7.500.20"
@@ -588,7 +588,7 @@
588588
"InPreview" : false
589589
},
590590
"Budgets" : {
591-
"Version" : "3.7.503.0",
591+
"Version" : "3.7.504.0",
592592
"AssemblyVersionOverride" : "3.3",
593593
"Dependencies" : {
594594
"Core" : "3.7.500.20"
@@ -2092,7 +2092,7 @@
20922092
"InPreview" : false
20932093
},
20942094
"ChimeSDKMessaging" : {
2095-
"Version" : "3.7.500.20",
2095+
"Version" : "3.7.501.0",
20962096
"AssemblyVersionOverride" : "3.3",
20972097
"Dependencies" : {
20982098
"Core" : "3.7.500.20"
@@ -2724,7 +2724,7 @@
27242724
"InPreview" : false
27252725
},
27262726
"Bedrock" : {
2727-
"Version" : "3.7.502.14",
2727+
"Version" : "3.7.503.0",
27282728
"AssemblyVersionOverride" : "3.3",
27292729
"Dependencies" : {
27302730
"Core" : "3.7.500.20"

sdk/code-analysis/ServiceAnalysis/Bedrock/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("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.502.14")]
32+
[assembly: AssemblyFileVersion("3.7.503.0")]

sdk/code-analysis/ServiceAnalysis/Budgets/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("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.503.0")]
32+
[assembly: AssemblyFileVersion("3.7.504.0")]

sdk/code-analysis/ServiceAnalysis/ChimeSDKMessaging/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("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.500.20")]
32+
[assembly: AssemblyFileVersion("3.7.501.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("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.512.0")]
32+
[assembly: AssemblyFileVersion("3.7.513.0")]

sdk/src/Services/Bedrock/Generated/AmazonBedrockConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Amazon.Bedrock
3232
public partial class AmazonBedrockConfig : ClientConfig
3333
{
3434
private static readonly string UserAgentString =
35-
InternalSDKUtils.BuildUserAgentString("Bedrock", "3.7.502.14");
35+
InternalSDKUtils.BuildUserAgentString("Bedrock", "3.7.503.0");
3636

3737
private string _userAgent = UserAgentString;
3838
///<summary>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
// by using the '*' as shown below:
4545
// [assembly: AssemblyVersion("1.0.*")]
4646
[assembly: AssemblyVersion("3.3")]
47-
[assembly: AssemblyFileVersion("3.7.502.14")]
47+
[assembly: AssemblyFileVersion("3.7.503.0")]
4848

4949
#if BCL
5050
[assembly: System.Security.AllowPartiallyTrustedCallers]

sdk/src/Services/Budgets/Generated/AmazonBudgetsConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Amazon.Budgets
3232
public partial class AmazonBudgetsConfig : ClientConfig
3333
{
3434
private static readonly string UserAgentString =
35-
InternalSDKUtils.BuildUserAgentString("Budgets", "3.7.503.0");
35+
InternalSDKUtils.BuildUserAgentString("Budgets", "3.7.504.0");
3636

3737
private string _userAgent = UserAgentString;
3838
///<summary>

0 commit comments

Comments
 (0)