Skip to content

Commit 33d5417

Browse files
Commit version number update changes
1 parent ae3faa4 commit 33d5417

File tree

18 files changed

+45
-21
lines changed

18 files changed

+45
-21
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 3.7.972.0 (2025-01-29 19:54 UTC)
2+
* BCMPricingCalculator (3.7.403.0)
3+
* Added ConflictException error type in DeleteBillScenario, BatchDeleteBillScenarioCommitmentModification, BatchDeleteBillScenarioUsageModification, BatchUpdateBillScenarioUsageModification, and BatchUpdateBillScenarioCommitmentModification API operations.
4+
* ECR (3.7.407.0)
5+
* Add support for Dualstack and Dualstack-with-FIPS Endpoints
6+
* ECRPublic (3.7.403.0)
7+
* Add support for Dualstack Endpoints
8+
* MailManager (3.7.404.0)
9+
* This release includes a new feature for Amazon SES Mail Manager which allows customers to specify known addresses and domains and make use of those in traffic policies and rules actions to distinguish between known and unknown entries.
10+
* S3 (3.7.413.0)
11+
* Change the type of MpuObjectSize in CompleteMultipartUploadRequest from int to long.
12+
113
### 3.7.971.0 (2025-01-28 19:20 UTC)
214
* AppSync (3.7.405.0)
315
* Add stash and outErrors to EvaluateCode/EvaluateMappingTemplate response

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 3.7.972.0 (2025-01-29 19:54 UTC)
2+
* BCMPricingCalculator (3.7.403.0)
3+
* Added ConflictException error type in DeleteBillScenario, BatchDeleteBillScenarioCommitmentModification, BatchDeleteBillScenarioUsageModification, BatchUpdateBillScenarioUsageModification, and BatchUpdateBillScenarioCommitmentModification API operations.
4+
* ECR (3.7.407.0)
5+
* Add support for Dualstack and Dualstack-with-FIPS Endpoints
6+
* ECRPublic (3.7.403.0)
7+
* Add support for Dualstack Endpoints
8+
* MailManager (3.7.404.0)
9+
* This release includes a new feature for Amazon SES Mail Manager which allows customers to specify known addresses and domains and make use of those in traffic policies and rules actions to distinguish between known and unknown entries.
10+
* S3 (3.7.413.0)
11+
* Change the type of MpuObjectSize in CompleteMultipartUploadRequest from int to long.
12+
113
### 3.7.971.0 (2025-01-28 19:20 UTC)
214
* AppSync (3.7.405.0)
315
* Add stash and outErrors to EvaluateCode/EvaluateMappingTemplate response

generator/ServiceModels/_sdk-versions.json

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

22
{
33
"NewServiceVersion" : "3.7.400.0",
4-
"ProductVersion" : "3.7.971.0",
4+
"ProductVersion" : "3.7.972.0",
55
"CoreVersion" : "3.7.401.5",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -316,7 +316,7 @@
316316
"InPreview" : false
317317
},
318318
"S3" : {
319-
"Version" : "3.7.412.5",
319+
"Version" : "3.7.413.0",
320320
"AssemblyVersionOverride" : "3.3",
321321
"Dependencies" : {
322322
"Core" : "3.7.401.5"
@@ -492,7 +492,7 @@
492492
"InPreview" : false
493493
},
494494
"ECR" : {
495-
"Version" : "3.7.406.15",
495+
"Version" : "3.7.407.0",
496496
"AssemblyVersionOverride" : "3.3",
497497
"Dependencies" : {
498498
"Core" : "3.7.401.5"
@@ -1868,7 +1868,7 @@
18681868
"InPreview" : false
18691869
},
18701870
"ECRPublic" : {
1871-
"Version" : "3.7.402.15",
1871+
"Version" : "3.7.403.0",
18721872
"AssemblyVersionOverride" : "3.3",
18731873
"Dependencies" : {
18741874
"Core" : "3.7.401.5"
@@ -3004,7 +3004,7 @@
30043004
"InPreview" : false
30053005
},
30063006
"MailManager" : {
3007-
"Version" : "3.7.403.28",
3007+
"Version" : "3.7.404.0",
30083008
"AssemblyVersionOverride" : "3.3",
30093009
"Dependencies" : {
30103010
"Core" : "3.7.401.5"
@@ -3156,7 +3156,7 @@
31563156
"InPreview" : false
31573157
},
31583158
"BCMPricingCalculator" : {
3159-
"Version" : "3.7.402.15",
3159+
"Version" : "3.7.403.0",
31603160
"AssemblyVersionOverride" : "3.3",
31613161
"Dependencies" : {
31623162
"Core" : "3.7.401.5"

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

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

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

sdk/code-analysis/ServiceAnalysis/MailManager/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.403.28")]
32+
[assembly: AssemblyFileVersion("3.7.404.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("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.412.5")]
32+
[assembly: AssemblyFileVersion("3.7.413.0")]

sdk/src/Services/BCMPricingCalculator/Generated/AmazonBCMPricingCalculatorConfig.cs

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

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

sdk/src/Services/BCMPricingCalculator/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.402.15")]
47+
[assembly: AssemblyFileVersion("3.7.403.0")]
4848

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

0 commit comments

Comments
 (0)