Skip to content

Commit 8eab5a4

Browse files
Commit version number update changes
1 parent 7eb3ce1 commit 8eab5a4

File tree

1,271 files changed

+2199
-2170
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,271 files changed

+2199
-2170
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
### 4.0.150.0 (2025-12-10 19:21 UTC)
2+
* Bedrock (4.0.18.0)
3+
* 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.
4+
* BillingConductor (4.0.4.0)
5+
* Launch itemized custom line item and service line item filter
6+
* CloudWatch (4.0.6.0)
7+
* This release introduces two additional protocols AWS JSON 1.1 and Smithy RPC v2 CBOR, replacing the currently utilized one, AWSQuery. AWS SDKs will prioritize the protocol that is the most performant for each language.
8+
* Odb (4.0.3.0)
9+
* The following APIs now return CloudExadataInfrastructureArn and OdbNetworkArn fields for improved resource identification and AWS service integration - GetCloudVmCluster, ListCloudVmClusters, GetCloudAutonomousVmCluster, and ListCloudAutonomousVmClusters.
10+
* OpenSearchService (4.0.8.0)
11+
* The CreateApplication API now supports an optional kms key arn parameter to allow customers to specify a CMK for application encryption.
12+
* PartnerCentralSelling (4.0.7.0)
13+
* Adds support for the new Project.AwsPartition field on Opportunity and AWS Opportunity Summary. Use this field to specify the AWS partition where the opportunity will be deployed.
14+
* Signer (4.0.3.0)
15+
* Adds support for Signer GetRevocationStatus with updated endpoints
16+
* Core 4.0.3.5
17+
* Fix SynchronizationLockException exception when using IMDS for credentials (https://github.com/aws/aws-sdk-net/issues/4199)
18+
* All service and extension packages updated to require new Core
19+
120
### 4.0.149.0 (2025-12-09 19:28 UTC)
221
* Account (4.0.3.0)
322
* This release adds a new API (GetGovCloudAccountInformation) used to retrieve information about a linked GovCloud account from the standard AWS partition.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
### 4.0.150.0 (2025-12-10 19:21 UTC)
2+
* Bedrock (4.0.18.0)
3+
* 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.
4+
* BillingConductor (4.0.4.0)
5+
* Launch itemized custom line item and service line item filter
6+
* CloudWatch (4.0.6.0)
7+
* This release introduces two additional protocols AWS JSON 1.1 and Smithy RPC v2 CBOR, replacing the currently utilized one, AWSQuery. AWS SDKs will prioritize the protocol that is the most performant for each language.
8+
* Odb (4.0.3.0)
9+
* The following APIs now return CloudExadataInfrastructureArn and OdbNetworkArn fields for improved resource identification and AWS service integration - GetCloudVmCluster, ListCloudVmClusters, GetCloudAutonomousVmCluster, and ListCloudAutonomousVmClusters.
10+
* OpenSearchService (4.0.8.0)
11+
* The CreateApplication API now supports an optional kms key arn parameter to allow customers to specify a CMK for application encryption.
12+
* PartnerCentralSelling (4.0.7.0)
13+
* Adds support for the new Project.AwsPartition field on Opportunity and AWS Opportunity Summary. Use this field to specify the AWS partition where the opportunity will be deployed.
14+
* Signer (4.0.3.0)
15+
* Adds support for Signer GetRevocationStatus with updated endpoints
16+
* Core 4.0.3.5
17+
* Fix SynchronizationLockException exception when using IMDS for credentials (https://github.com/aws/aws-sdk-net/issues/4199)
18+
* All service and extension packages updated to require new Core
19+
120
### 4.0.149.0 (2025-12-09 19:28 UTC)
221
* Account (4.0.3.0)
322
* This release adds a new API (GetGovCloudAccountInformation) used to retrieve information about a linked GovCloud account from the standard AWS partition.

extensions/src/AWSSDK.Extensions.Bedrock.MEAI/AWSSDK.Extensions.Bedrock.MEAI.nuspec

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>AWSSDK.Extensions.Bedrock.MEAI</id>
55
<title>AWSSDK - Bedrock integration with Microsoft.Extensions.AI.</title>
6-
<version>4.0.4.10</version>
6+
<version>4.0.4.11</version>
77
<authors>Amazon Web Services</authors>
88
<description>Implementations of Microsoft.Extensions.AI's abstractions for Bedrock.</description>
99
<language>en-US</language>
@@ -13,18 +13,18 @@
1313
<icon>images\AWSLogo.png</icon>
1414
<dependencies>
1515
<group targetFramework="net472">
16-
<dependency id="AWSSDK.Core" version="4.0.3.4" />
17-
<dependency id="AWSSDK.BedrockRuntime" version="4.0.14.1" />
16+
<dependency id="AWSSDK.Core" version="4.0.3.5" />
17+
<dependency id="AWSSDK.BedrockRuntime" version="4.0.14.2" />
1818
<dependency id="Microsoft.Extensions.AI.Abstractions" version="9.9.1" />
1919
</group>
2020
<group targetFramework="netstandard2.0">
21-
<dependency id="AWSSDK.Core" version="4.0.3.4" />
22-
<dependency id="AWSSDK.BedrockRuntime" version="4.0.14.1" />
21+
<dependency id="AWSSDK.Core" version="4.0.3.5" />
22+
<dependency id="AWSSDK.BedrockRuntime" version="4.0.14.2" />
2323
<dependency id="Microsoft.Extensions.AI.Abstractions" version="9.9.1" />
2424
</group>
2525
<group targetFramework="net8.0">
26-
<dependency id="AWSSDK.Core" version="4.0.3.4" />
27-
<dependency id="AWSSDK.BedrockRuntime" version="4.0.14.1" />
26+
<dependency id="AWSSDK.Core" version="4.0.3.5" />
27+
<dependency id="AWSSDK.BedrockRuntime" version="4.0.14.2" />
2828
<dependency id="Microsoft.Extensions.AI.Abstractions" version="9.9.1" />
2929
</group>
3030
</dependencies>

extensions/src/AWSSDK.Extensions.Bedrock.MEAI/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
[assembly: ComVisible(false)]
1717

1818
[assembly: AssemblyVersion("4.0")]
19-
[assembly: AssemblyFileVersion("4.0.4.10")]
19+
[assembly: AssemblyFileVersion("4.0.4.11")]

extensions/src/AWSSDK.Extensions.CborProtocol/AWSSDK.Extensions.CborProtocol.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>AWSSDK.Extensions.CborProtocol</id>
55
<title>AWSSDK - Extensions for Cbor protocol support</title>
6-
<version>4.0.0.17</version>
6+
<version>4.0.0.18</version>
77
<authors>Amazon Web Services</authors>
88
<description>This package contains shared serialization and deserialization logic for services that use Cbor protocol in the AWS SDK for .NET.</description>
99
<language>en-US</language>
@@ -13,19 +13,19 @@
1313
<icon>images\AWSLogo.png</icon>
1414
<dependencies>
1515
<group targetFramework="net472">
16-
<dependency id="AWSSDK.Core" version="4.0.3.4" />
16+
<dependency id="AWSSDK.Core" version="4.0.3.5" />
1717
<dependency id="System.Formats.Cbor" version="9.0.5" />
1818
</group>
1919
<group targetFramework="netstandard2.0">
20-
<dependency id="AWSSDK.Core" version="4.0.3.4" />
20+
<dependency id="AWSSDK.Core" version="4.0.3.5" />
2121
<dependency id="System.Formats.Cbor" version="9.0.5" />
2222
</group>
2323
<group targetFramework="netcoreapp3.1">
24-
<dependency id="AWSSDK.Core" version="4.0.3.4" />
24+
<dependency id="AWSSDK.Core" version="4.0.3.5" />
2525
<dependency id="System.Formats.Cbor" version="9.0.5" />
2626
</group>
2727
<group targetFramework="net8.0">
28-
<dependency id="AWSSDK.Core" version="4.0.3.4" />
28+
<dependency id="AWSSDK.Core" version="4.0.3.5" />
2929
<dependency id="System.Formats.Cbor" version="9.0.5" />
3030
</group>
3131
</dependencies>

extensions/src/AWSSDK.Extensions.CborProtocol/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
[assembly: ComVisible(false)]
1717

1818
[assembly: AssemblyVersion("4.0")]
19-
[assembly: AssemblyFileVersion("4.0.0.17")]
19+
[assembly: AssemblyFileVersion("4.0.0.18")]

extensions/src/AWSSDK.Extensions.CloudFront.Signers/AWSSDK.Extensions.CloudFront.Signers.nuspec

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>AWSSDK.Extensions.CloudFront.Signers</id>
55
<title>AWSSDK - Extensions for AWS CloudFront</title>
6-
<version>4.0.0.17</version>
6+
<version>4.0.0.18</version>
77
<authors>Amazon Web Services</authors>
88
<description>This package contains extension methods for creating signed URLs for Amazon CloudFront distributions and for creating signed cookies for Amazon CloudFront distributions using canned or custom policies.</description>
99
<language>en-US</language>
@@ -13,23 +13,23 @@
1313
<icon>images\AWSLogo.png</icon>
1414
<dependencies>
1515
<group targetFramework="net472">
16-
<dependency id="AWSSDK.Core" version="4.0.3.4" />
17-
<dependency id="AWSSDK.CloudFront" version="4.0.10.1" />
16+
<dependency id="AWSSDK.Core" version="4.0.3.5" />
17+
<dependency id="AWSSDK.CloudFront" version="4.0.10.2" />
1818
<dependency id="BouncyCastle.Cryptography" version="2.4.0" />
1919
</group>
2020
<group targetFramework="netstandard2.0">
21-
<dependency id="AWSSDK.Core" version="4.0.3.4" />
22-
<dependency id="AWSSDK.CloudFront" version="4.0.10.1" />
21+
<dependency id="AWSSDK.Core" version="4.0.3.5" />
22+
<dependency id="AWSSDK.CloudFront" version="4.0.10.2" />
2323
<dependency id="BouncyCastle.Cryptography" version="2.4.0" />
2424
</group>
2525
<group targetFramework="netcoreapp3.1">
26-
<dependency id="AWSSDK.Core" version="4.0.3.4" />
27-
<dependency id="AWSSDK.CloudFront" version="4.0.10.1" />
26+
<dependency id="AWSSDK.Core" version="4.0.3.5" />
27+
<dependency id="AWSSDK.CloudFront" version="4.0.10.2" />
2828
<dependency id="BouncyCastle.Cryptography" version="2.4.0" />
2929
</group>
3030
<group targetFramework="net8.0">
31-
<dependency id="AWSSDK.Core" version="4.0.3.4" />
32-
<dependency id="AWSSDK.CloudFront" version="4.0.10.1" />
31+
<dependency id="AWSSDK.Core" version="4.0.3.5" />
32+
<dependency id="AWSSDK.CloudFront" version="4.0.10.2" />
3333
</group>
3434
</dependencies>
3535
</metadata>

extensions/src/AWSSDK.Extensions.CloudFront.Signers/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
[assembly: ComVisible(false)]
1717

1818
[assembly: AssemblyVersion("4.0")]
19-
[assembly: AssemblyFileVersion("4.0.0.17")]
19+
[assembly: AssemblyFileVersion("4.0.0.18")]

extensions/src/AWSSDK.Extensions.CrtIntegration/AWSSDK.Extensions.CrtIntegration.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>AWSSDK.Extensions.CrtIntegration</id>
55
<title>AWSSDK - Extensions for AWS Common Runtime Integration</title>
6-
<version>4.0.0.16</version>
6+
<version>4.0.0.17</version>
77
<authors>Amazon Web Services</authors>
88
<description>Extensions for the AWS SDK for .NET to integrate with the AWS Common Runtime</description>
99
<language>en-US</language>
@@ -13,22 +13,22 @@
1313
<icon>images\AWSLogo.png</icon>
1414
<dependencies>
1515
<group targetFramework="net472">
16-
<dependency id="AWSSDK.Core" version="4.0.3.4" />
16+
<dependency id="AWSSDK.Core" version="4.0.3.5" />
1717
<dependency id="AWSCRT-AUTH" version="0.6.0" />
1818
<dependency id="AWSCRT-CHECKSUMS" version="0.6.0" />
1919
</group>
2020
<group targetFramework="netstandard2.0">
21-
<dependency id="AWSSDK.Core" version="4.0.3.4" />
21+
<dependency id="AWSSDK.Core" version="4.0.3.5" />
2222
<dependency id="AWSCRT-AUTH" version="0.6.0" />
2323
<dependency id="AWSCRT-CHECKSUMS" version="0.6.0" />
2424
</group>
2525
<group targetFramework="netcoreapp3.1">
26-
<dependency id="AWSSDK.Core" version="4.0.3.4" />
26+
<dependency id="AWSSDK.Core" version="4.0.3.5" />
2727
<dependency id="AWSCRT-AUTH" version="0.6.0" />
2828
<dependency id="AWSCRT-CHECKSUMS" version="0.6.0" />
2929
</group>
3030
<group targetFramework="net8.0">
31-
<dependency id="AWSSDK.Core" version="4.0.3.4" />
31+
<dependency id="AWSSDK.Core" version="4.0.3.5" />
3232
<dependency id="AWSCRT-AUTH" version="0.6.0" />
3333
<dependency id="AWSCRT-CHECKSUMS" version="0.6.0" />
3434
</group>

extensions/src/AWSSDK.Extensions.CrtIntegration/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
[assembly: ComVisible(false)]
1717

1818
[assembly: AssemblyVersion("4.0")]
19-
[assembly: AssemblyFileVersion("4.0.0.16")]
19+
[assembly: AssemblyFileVersion("4.0.0.17")]

0 commit comments

Comments
 (0)