Skip to content

Commit a91a186

Browse files
Commit version number update changes
1 parent 7fac03e commit a91a186

File tree

19 files changed

+45
-32
lines changed

19 files changed

+45
-32
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+
### 4.0.27.0 (2025-06-05 18:21 UTC)
2+
* BCMPricingCalculator (4.0.2.0)
3+
* Updating the minimum for List APIs to be 1 (instead of 0)
4+
* CloudFormation (4.0.1.0)
5+
* Add new warning type 'EXCLUDED_PROPERTIES'
6+
* DynamoDBv2 (4.0.1.3)
7+
* Introduce support for the [DynamoDbFlatten] attribute in the DynamoDB Object Persistence Model`
8+
* KeyManagementService (4.0.1.0)
9+
* AWS KMS announces the support for on-demand rotation of symmetric-encryption KMS keys with imported key material (EXTERNAL origin).
10+
* WAFV2 (4.0.1.0)
11+
* AWS WAF adds support for ASN-based traffic filtering and support for ASN-based rate limiting.
12+
113
### 4.0.26.0 (2025-06-04 18:23 UTC)
214
* Amplify (4.0.1.1)
315
* Update documentation for cacheConfig in CreateApp API

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 4.0.27.0 (2025-06-05 18:21 UTC)
2+
* BCMPricingCalculator (4.0.2.0)
3+
* Updating the minimum for List APIs to be 1 (instead of 0)
4+
* CloudFormation (4.0.1.0)
5+
* Add new warning type 'EXCLUDED_PROPERTIES'
6+
* DynamoDBv2 (4.0.1.3)
7+
* Introduce support for the [DynamoDbFlatten] attribute in the DynamoDB Object Persistence Model`
8+
* KeyManagementService (4.0.1.0)
9+
* AWS KMS announces the support for on-demand rotation of symmetric-encryption KMS keys with imported key material (EXTERNAL origin).
10+
* WAFV2 (4.0.1.0)
11+
* AWS WAF adds support for ASN-based traffic filtering and support for ASN-based rate limiting.
12+
113
### 4.0.26.0 (2025-06-04 18:23 UTC)
214
* Amplify (4.0.1.1)
315
* Update documentation for cacheConfig in CreateApp API

generator/.DevConfigs/89c824fe-c511-4f08-b98f-95619c4d19a9.json

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

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" : "4.0.0.0",
4-
"ProductVersion" : "4.0.26.0",
4+
"ProductVersion" : "4.0.27.0",
55
"CoreVersion" : "4.0.0.7",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -32,7 +32,7 @@
3232
"InPreview" : false
3333
},
3434
"CloudFormation" : {
35-
"Version" : "4.0.0.6",
35+
"Version" : "4.0.1.0",
3636
"AssemblyVersionOverride" : "4.0",
3737
"Dependencies" : {
3838
"Core" : "4.0.0.7"
@@ -146,7 +146,7 @@
146146
"InPreview" : false
147147
},
148148
"DynamoDBv2" : {
149-
"Version" : "4.0.1.2",
149+
"Version" : "4.0.1.3",
150150
"AssemblyVersionOverride" : "4.0",
151151
"Dependencies" : {
152152
"Core" : "4.0.0.7"
@@ -252,7 +252,7 @@
252252
"InPreview" : false
253253
},
254254
"KeyManagementService" : {
255-
"Version" : "4.0.0.5",
255+
"Version" : "4.0.1.0",
256256
"AssemblyVersionOverride" : "4.0",
257257
"Dependencies" : {
258258
"Core" : "4.0.0.7"
@@ -1564,7 +1564,7 @@
15641564
"InPreview" : false
15651565
},
15661566
"WAFV2" : {
1567-
"Version" : "4.0.0.5",
1567+
"Version" : "4.0.1.0",
15681568
"AssemblyVersionOverride" : "4.0",
15691569
"Dependencies" : {
15701570
"Core" : "4.0.0.7"
@@ -3156,7 +3156,7 @@
31563156
"InPreview" : false
31573157
},
31583158
"BCMPricingCalculator" : {
3159-
"Version" : "4.0.1.1",
3159+
"Version" : "4.0.2.0",
31603160
"AssemblyVersionOverride" : "4.0",
31613161
"Dependencies" : {
31623162
"Core" : "4.0.0.7"

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)