Skip to content

Commit 9f5587d

Browse files
Commit version number update changes
1 parent 9e762da commit 9f5587d

File tree

1,273 files changed

+2209
-2198
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,273 files changed

+2209
-2198
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
### 4.0.147.0 (2025-12-05 19:23 UTC)
2+
* DynamoDBv2 (4.0.10.2)
3+
* Fix `UpdateItem` not to throw an error when `ExpressionAttributeValues` is empty (https://github.com/aws/aws-sdk-net/issues/4144)
4+
* ECS (4.0.10.2)
5+
* Updating stop-task API to encapsulate containers with custom stop signal
6+
* IdentityManagement (4.0.9.0)
7+
* Adding the ExpirationTime attribute to the delegation request resource.
8+
* Inspector2 (4.0.8.0)
9+
* This release adds a new ScanStatus called "Unsupported Code Artifacts". This ScanStatus will be returned when a Lambda function was not code scanned because it has unsupported code artifacts.
10+
* PartnerCentralAccount (4.0.1.0)
11+
* Adding Verification API's to Partner Central Account SDK.
12+
* S3 (4.0.14.1)
13+
* The following changes are a result of moving S3 from custom code to generated code based on the model provided by S3:
14+
* [Breaking Change] The method isSetS3BucketDestination() in Amazon.S3.Model.InventoryDestination has been changed from public to internal to be consistent with all other services.
15+
* [Breaking Change] The method isSetAccountId() in Amazon.S3.Model.InventoryS3BucketDestination has been changed from public to internal to be consistent with all other services.
16+
* [Breaking Change] The method IsSetInventoryConfigurationList() in Amazon.S3.Model.ListBucketInventoryConfigurationsResponse has been changed from public to internal to be consistent with all other services.
17+
* [Breaking Change] The setter for Days in Amazon.S3.Model.RecordExpiration has been changed from int to int? to be consistent with the nullability changes in V4.
18+
* Generates Put, Get, Delete, and ListBucketInventoryConfiguration. Generate PutBucketAccelerateConfiguration, PutBucketRequestPayment, CreateBucketMetadataTableConfiguration, GetBucketMetadataConfiguration.
19+
* SimpleEmailV2 (4.0.8.0)
20+
* Updating the desired url for `PutEmailIdentityDkimSigningAttributes` from v1 to v2
21+
* Core 4.0.3.4
22+
* Add user agent header to ResponseMetadata
23+
* All service and extension packages updated to require new Core
24+
125
### 4.0.146.0 (2025-12-04 17:01 UTC)
226
* Lambda (4.0.11.0)
327
* Add DisallowedByVpcEncryptionControl to the LastUpdateStatusReasonCode and StateReasonCode enums to represent failures caused by VPC Encryption Controls.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
### 4.0.147.0 (2025-12-05 19:23 UTC)
2+
* DynamoDBv2 (4.0.10.2)
3+
* Fix `UpdateItem` not to throw an error when `ExpressionAttributeValues` is empty (https://github.com/aws/aws-sdk-net/issues/4144)
4+
* ECS (4.0.10.2)
5+
* Updating stop-task API to encapsulate containers with custom stop signal
6+
* IdentityManagement (4.0.9.0)
7+
* Adding the ExpirationTime attribute to the delegation request resource.
8+
* Inspector2 (4.0.8.0)
9+
* This release adds a new ScanStatus called "Unsupported Code Artifacts". This ScanStatus will be returned when a Lambda function was not code scanned because it has unsupported code artifacts.
10+
* PartnerCentralAccount (4.0.1.0)
11+
* Adding Verification API's to Partner Central Account SDK.
12+
* S3 (4.0.14.1)
13+
* The following changes are a result of moving S3 from custom code to generated code based on the model provided by S3:
14+
* [Breaking Change] The method isSetS3BucketDestination() in Amazon.S3.Model.InventoryDestination has been changed from public to internal to be consistent with all other services.
15+
* [Breaking Change] The method isSetAccountId() in Amazon.S3.Model.InventoryS3BucketDestination has been changed from public to internal to be consistent with all other services.
16+
* [Breaking Change] The method IsSetInventoryConfigurationList() in Amazon.S3.Model.ListBucketInventoryConfigurationsResponse has been changed from public to internal to be consistent with all other services.
17+
* [Breaking Change] The setter for Days in Amazon.S3.Model.RecordExpiration has been changed from int to int? to be consistent with the nullability changes in V4.
18+
* Generates Put, Get, Delete, and ListBucketInventoryConfiguration. Generate PutBucketAccelerateConfiguration, PutBucketRequestPayment, CreateBucketMetadataTableConfiguration, GetBucketMetadataConfiguration.
19+
* SimpleEmailV2 (4.0.8.0)
20+
* Updating the desired url for `PutEmailIdentityDkimSigningAttributes` from v1 to v2
21+
* Core 4.0.3.4
22+
* Add user agent header to ResponseMetadata
23+
* All service and extension packages updated to require new Core
24+
125
### 4.0.146.0 (2025-12-04 17:01 UTC)
226
* Lambda (4.0.11.0)
327
* Add DisallowedByVpcEncryptionControl to the LastUpdateStatusReasonCode and StateReasonCode enums to represent failures caused by VPC Encryption Controls.

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.9</version>
6+
<version>4.0.4.10</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.3" />
17-
<dependency id="AWSSDK.BedrockRuntime" version="4.0.11.1" />
16+
<dependency id="AWSSDK.Core" version="4.0.3.4" />
17+
<dependency id="AWSSDK.BedrockRuntime" version="4.0.14.1" />
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.3" />
22-
<dependency id="AWSSDK.BedrockRuntime" version="4.0.11.1" />
21+
<dependency id="AWSSDK.Core" version="4.0.3.4" />
22+
<dependency id="AWSSDK.BedrockRuntime" version="4.0.14.1" />
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.3" />
27-
<dependency id="AWSSDK.BedrockRuntime" version="4.0.11.1" />
26+
<dependency id="AWSSDK.Core" version="4.0.3.4" />
27+
<dependency id="AWSSDK.BedrockRuntime" version="4.0.14.1" />
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.9")]
19+
[assembly: AssemblyFileVersion("4.0.4.10")]

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.16</version>
6+
<version>4.0.0.17</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.3" />
16+
<dependency id="AWSSDK.Core" version="4.0.3.4" />
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.3" />
20+
<dependency id="AWSSDK.Core" version="4.0.3.4" />
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.3" />
24+
<dependency id="AWSSDK.Core" version="4.0.3.4" />
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.3" />
28+
<dependency id="AWSSDK.Core" version="4.0.3.4" />
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.16")]
19+
[assembly: AssemblyFileVersion("4.0.0.17")]

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.16</version>
6+
<version>4.0.0.17</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.3" />
17-
<dependency id="AWSSDK.CloudFront" version="4.0.9.1" />
16+
<dependency id="AWSSDK.Core" version="4.0.3.4" />
17+
<dependency id="AWSSDK.CloudFront" version="4.0.10.1" />
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.3" />
22-
<dependency id="AWSSDK.CloudFront" version="4.0.9.1" />
21+
<dependency id="AWSSDK.Core" version="4.0.3.4" />
22+
<dependency id="AWSSDK.CloudFront" version="4.0.10.1" />
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.3" />
27-
<dependency id="AWSSDK.CloudFront" version="4.0.9.1" />
26+
<dependency id="AWSSDK.Core" version="4.0.3.4" />
27+
<dependency id="AWSSDK.CloudFront" version="4.0.10.1" />
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.3" />
32-
<dependency id="AWSSDK.CloudFront" version="4.0.9.1" />
31+
<dependency id="AWSSDK.Core" version="4.0.3.4" />
32+
<dependency id="AWSSDK.CloudFront" version="4.0.10.1" />
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.16")]
19+
[assembly: AssemblyFileVersion("4.0.0.17")]

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.15</version>
6+
<version>4.0.0.16</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.3" />
16+
<dependency id="AWSSDK.Core" version="4.0.3.4" />
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.3" />
21+
<dependency id="AWSSDK.Core" version="4.0.3.4" />
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.3" />
26+
<dependency id="AWSSDK.Core" version="4.0.3.4" />
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.3" />
31+
<dependency id="AWSSDK.Core" version="4.0.3.4" />
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.15")]
19+
[assembly: AssemblyFileVersion("4.0.0.16")]

0 commit comments

Comments
 (0)