Skip to content

Commit cff3d97

Browse files
Commit version number update changes
1 parent c6ff4aa commit cff3d97

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+
### 4.0.3.0 (2025-05-01 19:35 UTC)
2+
* AppConfig (4.0.1.0)
3+
* Adding waiter support for deployments and environments; documentation updates
4+
* Connect (4.0.1.0)
5+
* This release adds the following fields to DescribeContact: DisconnectReason, AgentInitiatedHoldDuration, AfterContactWorkStartTimestamp, AfterContactWorkEndTimestamp, AfterContactWorkDuration, StateTransitions, Recordings, ContactDetails, ContactEvaluations, Attributes
6+
* SageMaker (4.0.2.0)
7+
* Feature - Adding support for Scheduled and Rolling Update Software in Sagemaker Hyperpod.
8+
* VerifiedPermissions (4.0.1.0)
9+
* Amazon Verified Permissions / Features : Adds support for tagging policy stores.
10+
111
### 4.0.2.0 (2025-04-30 18:35 UTC)
212
* Bedrock (4.0.1.0)
313
* You can now specify a cross region inference profile as a teacher model for the CreateModelCustomizationJob API. Additionally, the GetModelCustomizationJob API has been enhanced to return the sub-task statuses of a customization job within the StatusDetails response field.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 4.0.3.0 (2025-05-01 19:35 UTC)
2+
* AppConfig (4.0.1.0)
3+
* Adding waiter support for deployments and environments; documentation updates
4+
* Connect (4.0.1.0)
5+
* This release adds the following fields to DescribeContact: DisconnectReason, AgentInitiatedHoldDuration, AfterContactWorkStartTimestamp, AfterContactWorkEndTimestamp, AfterContactWorkDuration, StateTransitions, Recordings, ContactDetails, ContactEvaluations, Attributes
6+
* SageMaker (4.0.2.0)
7+
* Feature - Adding support for Scheduled and Rolling Update Software in Sagemaker Hyperpod.
8+
* VerifiedPermissions (4.0.1.0)
9+
* Amazon Verified Permissions / Features : Adds support for tagging policy stores.
10+
111
### 4.0.2.0 (2025-04-30 18:35 UTC)
212
* Bedrock (4.0.1.0)
313
* You can now specify a cross region inference profile as a teacher model for the CreateModelCustomizationJob API. Additionally, the GetModelCustomizationJob API has been enhanced to return the sub-task statuses of a customization job within the StatusDetails response field.

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" : "4.0.0.0",
4-
"ProductVersion" : "4.0.2.0",
4+
"ProductVersion" : "4.0.3.0",
55
"CoreVersion" : "4.0.0.2",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -932,7 +932,7 @@
932932
"InPreview" : false
933933
},
934934
"SageMaker" : {
935-
"Version" : "4.0.1.1",
935+
"Version" : "4.0.2.0",
936936
"AssemblyVersionOverride" : "4.0",
937937
"Dependencies" : {
938938
"Core" : "4.0.0.2"
@@ -1044,7 +1044,7 @@
10441044
"InPreview" : false
10451045
},
10461046
"Connect" : {
1047-
"Version" : "4.0.0.1",
1047+
"Version" : "4.0.1.0",
10481048
"AssemblyVersionOverride" : "4.0",
10491049
"Dependencies" : {
10501050
"Core" : "4.0.0.2"
@@ -1572,7 +1572,7 @@
15721572
"InPreview" : false
15731573
},
15741574
"AppConfig" : {
1575-
"Version" : "4.0.0.1",
1575+
"Version" : "4.0.1.0",
15761576
"AssemblyVersionOverride" : "4.0",
15771577
"Dependencies" : {
15781578
"Core" : "4.0.0.2"
@@ -2700,7 +2700,7 @@
27002700
"InPreview" : false
27012701
},
27022702
"VerifiedPermissions" : {
2703-
"Version" : "4.0.0.1",
2703+
"Version" : "4.0.1.0",
27042704
"AssemblyVersionOverride" : "4.0",
27052705
"Dependencies" : {
27062706
"Core" : "4.0.0.2"

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

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("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.0.1")]
32+
[assembly: AssemblyFileVersion("4.0.1.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("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.1.1")]
32+
[assembly: AssemblyFileVersion("4.0.2.0")]

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

sdk/src/Services/AppConfig/Generated/AmazonAppConfigConfig.cs

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

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

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

sdk/src/Services/Connect/Generated/AmazonConnectConfig.cs

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

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

0 commit comments

Comments
 (0)