Skip to content

Commit 7ec2fe1

Browse files
Commit version number update changes
1 parent 7cc3c3a commit 7ec2fe1

File tree

13 files changed

+29
-22
lines changed

13 files changed

+29
-22
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.23.0 (2025-05-30 18:19 UTC)
2+
* EMRServerless (4.0.1.0)
3+
* This release adds the capability for users to specify an optional Execution IAM policy in the StartJobRun action. The resulting permissions assumed by the job run is the intersection of the permissions in the Execution Role and the specified Execution IAM Policy.
4+
* S3 (4.0.1.1)
5+
* Fixed an issue where CancellationToken for async call was not passed along in underlying invocations while uploading unseekable steam using Multipart Upload.
6+
* SageMaker (4.0.6.0)
7+
* Release new parameter CapacityReservationConfig in ProductionVariant
8+
19
### 4.0.22.0 (2025-05-29 18:31 UTC)
210
* Amplify (4.0.1.0)
311
* Add support for customizable build instance sizes. CreateApp and UpdateApp operations now accept a new JobConfig parameter composed of BuildComputeType.

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.23.0 (2025-05-30 18:19 UTC)
2+
* EMRServerless (4.0.1.0)
3+
* This release adds the capability for users to specify an optional Execution IAM policy in the StartJobRun action. The resulting permissions assumed by the job run is the intersection of the permissions in the Execution Role and the specified Execution IAM Policy.
4+
* S3 (4.0.1.1)
5+
* Fixed an issue where CancellationToken for async call was not passed along in underlying invocations while uploading unseekable steam using Multipart Upload.
6+
* SageMaker (4.0.6.0)
7+
* Release new parameter CapacityReservationConfig in ProductionVariant
8+
19
### 4.0.22.0 (2025-05-29 18:31 UTC)
210
* Amplify (4.0.1.0)
311
* Add support for customizable build instance sizes. CreateApp and UpdateApp operations now accept a new JobConfig parameter composed of BuildComputeType.

generator/.DevConfigs/da5f5892-75e9-425e-8dd6-4ae3cda8530a.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

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.22.0",
4+
"ProductVersion" : "4.0.23.0",
55
"CoreVersion" : "4.0.0.6",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -316,7 +316,7 @@
316316
"InPreview" : false
317317
},
318318
"S3" : {
319-
"Version" : "4.0.1.0",
319+
"Version" : "4.0.1.1",
320320
"AssemblyVersionOverride" : "4.0",
321321
"Dependencies" : {
322322
"Core" : "4.0.0.5"
@@ -932,7 +932,7 @@
932932
"InPreview" : false
933933
},
934934
"SageMaker" : {
935-
"Version" : "4.0.5.0",
935+
"Version" : "4.0.6.0",
936936
"AssemblyVersionOverride" : "4.0",
937937
"Dependencies" : {
938938
"Core" : "4.0.0.5"
@@ -2372,7 +2372,7 @@
23722372
"InPreview" : false
23732373
},
23742374
"EMRServerless" : {
2375-
"Version" : "4.0.0.4",
2375+
"Version" : "4.0.1.0",
23762376
"AssemblyVersionOverride" : "4.0",
23772377
"Dependencies" : {
23782378
"Core" : "4.0.0.5"

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

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.5.0")]
32+
[assembly: AssemblyFileVersion("4.0.6.0")]

sdk/src/Services/EMRServerless/Generated/AmazonEMRServerlessConfig.cs

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

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

sdk/src/Services/EMRServerless/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")]

sdk/src/Services/S3/Generated/AmazonS3Config.cs

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

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

sdk/src/Services/S3/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.0")]
45+
[assembly: AssemblyFileVersion("4.0.1.1")]

sdk/src/Services/SageMaker/Generated/AmazonSageMakerConfig.cs

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

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

sdk/src/Services/SageMaker/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.5.0")]
45+
[assembly: AssemblyFileVersion("4.0.6.0")]

0 commit comments

Comments
 (0)