Skip to content

Commit 944d7fa

Browse files
Commit version number update changes
1 parent ddb60dc commit 944d7fa

File tree

21 files changed

+60
-24
lines changed

21 files changed

+60
-24
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### 3.7.1104.0 (2025-08-18 18:30 UTC)
2+
* Batch (3.7.500.9)
3+
* Added default_x86_64 and default_arm64 as values to the instanceTypes field.
4+
* BCMDashboards (3.7.500.0)
5+
* Billing and Cost Management Dashboards enables users to create dashboards that combine multiple visualizations of cost and usage data. Users can create, manage, and share dashboards. Tags are also available for dashboards.
6+
* Connect (3.7.503.0)
7+
* Amazon Connect Service Feature: Add support to enable multi-user in-app, web, and video calling.
8+
* ConnectParticipant (3.7.501.0)
9+
* Amazon Connect Service Feature: Add support to enable multi-user in-app, web, and video calling.
10+
* S3Control (3.7.501.0)
11+
* Adds support for Compute checksum functionality in Amazon S3 Batch Operations. You can now calculate checksums for a list of objects using supported algorithms in Amazon S3, without requiring a restore or download
12+
* SageMaker (3.7.506.0)
13+
* Customer managed keys now available for volume encryption of SageMaker HyperPod clusters.
14+
115
### 3.7.1103.0 (2025-08-15 18:25 UTC)
216
* BedrockAgent (3.7.501.0)
317
* This release adds support for saving Bedrock Flows while node configuration is still in progress, even if the Flow is not yet able to be invoked

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### 3.7.1104.0 (2025-08-18 18:30 UTC)
2+
* Batch (3.7.500.9)
3+
* Added default_x86_64 and default_arm64 as values to the instanceTypes field.
4+
* BCMDashboards (3.7.500.0)
5+
* Billing and Cost Management Dashboards enables users to create dashboards that combine multiple visualizations of cost and usage data. Users can create, manage, and share dashboards. Tags are also available for dashboards.
6+
* Connect (3.7.503.0)
7+
* Amazon Connect Service Feature: Add support to enable multi-user in-app, web, and video calling.
8+
* ConnectParticipant (3.7.501.0)
9+
* Amazon Connect Service Feature: Add support to enable multi-user in-app, web, and video calling.
10+
* S3Control (3.7.501.0)
11+
* Adds support for Compute checksum functionality in Amazon S3 Batch Operations. You can now calculate checksums for a list of objects using supported algorithms in Amazon S3, without requiring a restore or download
12+
* SageMaker (3.7.506.0)
13+
* Customer managed keys now available for volume encryption of SageMaker HyperPod clusters.
14+
115
### 3.7.1103.0 (2025-08-15 18:25 UTC)
216
* BedrockAgent (3.7.501.0)
317
* This release adds support for saving Bedrock Flows while node configuration is still in progress, even if the Flow is not yet able to be invoked

generator/ServiceModels/_sdk-versions.json

Lines changed: 14 additions & 6 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.1103.0",
4+
"ProductVersion" : "3.7.1104.0",
55
"CoreVersion" : "3.7.500.7",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -708,7 +708,7 @@
708708
"InPreview" : false
709709
},
710710
"Batch" : {
711-
"Version" : "3.7.500.8",
711+
"Version" : "3.7.500.9",
712712
"AssemblyVersionOverride" : "3.3",
713713
"Dependencies" : {
714714
"Core" : "3.7.500.7"
@@ -932,7 +932,7 @@
932932
"InPreview" : false
933933
},
934934
"SageMaker" : {
935-
"Version" : "3.7.505.0",
935+
"Version" : "3.7.506.0",
936936
"AssemblyVersionOverride" : "3.3",
937937
"Dependencies" : {
938938
"Core" : "3.7.500.7"
@@ -1036,7 +1036,7 @@
10361036
"InPreview" : false
10371037
},
10381038
"Connect" : {
1039-
"Version" : "3.7.502.1",
1039+
"Version" : "3.7.503.0",
10401040
"AssemblyVersionOverride" : "3.3",
10411041
"Dependencies" : {
10421042
"Core" : "3.7.500.7"
@@ -1148,7 +1148,7 @@
11481148
"InPreview" : false
11491149
},
11501150
"S3Control" : {
1151-
"Version" : "3.7.500.7",
1151+
"Version" : "3.7.501.0",
11521152
"AssemblyVersionOverride" : "3.3",
11531153
"Dependencies" : {
11541154
"Core" : "3.7.500.7"
@@ -1548,7 +1548,7 @@
15481548
"InPreview" : false
15491549
},
15501550
"ConnectParticipant" : {
1551-
"Version" : "3.7.500.7",
1551+
"Version" : "3.7.501.0",
15521552
"AssemblyVersionOverride" : "3.3",
15531553
"Dependencies" : {
15541554
"Core" : "3.7.500.7"
@@ -3330,6 +3330,14 @@
33303330
"Core" : "3.7.500.7"
33313331
},
33323332
"InPreview" : false
3333+
},
3334+
"BCMDashboards" : {
3335+
"Version" : "3.7.500.0",
3336+
"AssemblyVersionOverride" : "3.3",
3337+
"Dependencies" : {
3338+
"Core" : "3.7.500.7"
3339+
},
3340+
"InPreview" : false
33333341
}
33343342
},
33353343
"DefaultAssemblyVersion" : "3.3"

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

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

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

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

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

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

sdk/src/Services/BCMDashboards/Generated/AmazonBCMDashboardsConfig.cs

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

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

0 commit comments

Comments
 (0)