Skip to content

Commit 6ed3b2e

Browse files
Commit version number update changes
1 parent ae03019 commit 6ed3b2e

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+
### 4.0.151.0 (2025-12-11 19:29 UTC)
2+
* Lambda (4.0.12.0)
3+
* Add Dotnet 10 (dotnet10) support to AWS Lambda.
4+
* Organizations (4.0.10.0)
5+
* Add support for policy operations on the NETWORK SECURITY DIRECTOR POLICY policy type.
6+
* QuickSight (4.0.11.0)
7+
* This release adds new GetIdentityContext API, Dashboard customization options for tables and pivot tables, Visual styling options- borders and decals, map GeocodingPreferences, KeyPairCredentials for DataSourceCredentials. Snapshot APIs now support registered users. Parameters limit increased to 400
8+
* SecretsManager (4.0.4.0)
9+
* Add SortBy parameter to ListSecrets
10+
* SimpleEmailV2 (4.0.10.0)
11+
* Update GetEmailIdentity and CreateEmailIdentity response to include SigningHostedZone in DkimAttributes. Updated PutEmailIdentityDkimSigningAttributes Response to include SigningHostedZone.
12+
113
### 4.0.150.0 (2025-12-10 19:21 UTC)
214
* Bedrock (4.0.18.0)
315
* Automated Reasoning checks in Amazon Bedrock Guardrails is capable of generating policy scenarios to validate policies. The GetAutomatedReasoningPolicyBuildWorkflowResultAssets API now adds POLICY SCENARIO asset type, allowing customers to retrieve scenarios generated by the build workflow.

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.151.0 (2025-12-11 19:29 UTC)
2+
* Lambda (4.0.12.0)
3+
* Add Dotnet 10 (dotnet10) support to AWS Lambda.
4+
* Organizations (4.0.10.0)
5+
* Add support for policy operations on the NETWORK SECURITY DIRECTOR POLICY policy type.
6+
* QuickSight (4.0.11.0)
7+
* This release adds new GetIdentityContext API, Dashboard customization options for tables and pivot tables, Visual styling options- borders and decals, map GeocodingPreferences, KeyPairCredentials for DataSourceCredentials. Snapshot APIs now support registered users. Parameters limit increased to 400
8+
* SecretsManager (4.0.4.0)
9+
* Add SortBy parameter to ListSecrets
10+
* SimpleEmailV2 (4.0.10.0)
11+
* Update GetEmailIdentity and CreateEmailIdentity response to include SigningHostedZone in DkimAttributes. Updated PutEmailIdentityDkimSigningAttributes Response to include SigningHostedZone.
12+
113
### 4.0.150.0 (2025-12-10 19:21 UTC)
214
* Bedrock (4.0.18.0)
315
* Automated Reasoning checks in Amazon Bedrock Guardrails is capable of generating policy scenarios to validate policies. The GetAutomatedReasoningPolicyBuildWorkflowResultAssets API now adds POLICY SCENARIO asset type, allowing customers to retrieve scenarios generated by the build workflow.

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.150.0",
4+
"ProductVersion" : "4.0.151.0",
55
"CoreVersion" : "4.0.3.5",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -244,7 +244,7 @@
244244
"InPreview" : false
245245
},
246246
"Lambda" : {
247-
"Version" : "4.0.11.2",
247+
"Version" : "4.0.12.0",
248248
"AssemblyVersionOverride" : "4.0",
249249
"Dependencies" : {
250250
"Core" : "4.0.3.5"
@@ -724,7 +724,7 @@
724724
"InPreview" : false
725725
},
726726
"Organizations" : {
727-
"Version" : "4.0.9.2",
727+
"Version" : "4.0.10.0",
728728
"AssemblyVersionOverride" : "4.0",
729729
"Dependencies" : {
730730
"Core" : "4.0.3.5"
@@ -1036,7 +1036,7 @@
10361036
"InPreview" : false
10371037
},
10381038
"SecretsManager" : {
1039-
"Version" : "4.0.3.3",
1039+
"Version" : "4.0.4.0",
10401040
"AssemblyVersionOverride" : "4.0",
10411041
"Dependencies" : {
10421042
"Core" : "4.0.3.5"
@@ -1164,7 +1164,7 @@
11641164
"InPreview" : false
11651165
},
11661166
"QuickSight" : {
1167-
"Version" : "4.0.10.2",
1167+
"Version" : "4.0.11.0",
11681168
"AssemblyVersionOverride" : "4.0",
11691169
"Dependencies" : {
11701170
"Core" : "4.0.3.5"
@@ -1484,7 +1484,7 @@
14841484
"InPreview" : false
14851485
},
14861486
"SimpleEmailV2" : {
1487-
"Version" : "4.0.9.1",
1487+
"Version" : "4.0.10.0",
14881488
"AssemblyVersionOverride" : "4.0",
14891489
"Dependencies" : {
14901490
"Core" : "4.0.3.5"

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

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

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

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

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

sdk/src/Services/Lambda/Generated/AmazonLambdaConfig.cs

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

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

sdk/src/Services/Lambda/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.11.2")]
45+
[assembly: AssemblyFileVersion("4.0.12.0")]

0 commit comments

Comments
 (0)