Skip to content

Commit 7d4200a

Browse files
Commit version number update changes
1 parent 83bc8ab commit 7d4200a

File tree

1,248 files changed

+2155
-2145
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,248 files changed

+2155
-2145
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
### 4.0.129.0 (2025-11-07 19:49 UTC)
2+
* ControlTower (4.0.3.0)
3+
* Added Parent Identifier support to ListEnabledControls and GetEnabledControl API. Implemented RemediationType support for Landing Zone operations: CreateLandingZone, UpdateLandingZone and GetLandingZone APIs
4+
* EC2 (4.0.50.0)
5+
* Adds PrivateDnsPreference and PrivateDnsSpecifiedDomains to control private DNS resolution for resource and service network VPC endpoints and IpamScopeExternalAuthorityConfiguration to integrate Amazon VPC IPAM with a third-party IPAM service
6+
* KeyManagementService (4.0.7.0)
7+
* Added support for new ECC_NIST_EDWARDS25519 AWS KMS key spec
8+
* OpenSearchService (4.0.5.0)
9+
* This release introduces the Default Application feature, allowing users to set, change, or unset a preferred OpenSearch UI application on a per-region basis for a streamlined and consistent user experience.
10+
* S3 (4.0.11.1)
11+
* Fix an issue with Transfer Utility's UploadDirectory where the content type of 1 file was persisting for all the files in the directory.
12+
* VPCLattice (4.0.4.0)
13+
* Amazon VPC Lattice now supports custom domain name for resource configurations
14+
* Core 4.0.3.0
15+
* Re-introduce background refresh of credentials during their preempt expiry period (https://github.com/aws/aws-sdk-net/issues/4024)
16+
* All service and extension packages updated to require new Core
17+
118
### 4.0.128.0 (2025-11-06 19:55 UTC)
219
* AccessAnalyzer (4.0.4.0)
320
* New field totalActiveErrors added to getFindingsStatistics response.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
### 4.0.129.0 (2025-11-07 19:49 UTC)
2+
* ControlTower (4.0.3.0)
3+
* Added Parent Identifier support to ListEnabledControls and GetEnabledControl API. Implemented RemediationType support for Landing Zone operations: CreateLandingZone, UpdateLandingZone and GetLandingZone APIs
4+
* EC2 (4.0.50.0)
5+
* Adds PrivateDnsPreference and PrivateDnsSpecifiedDomains to control private DNS resolution for resource and service network VPC endpoints and IpamScopeExternalAuthorityConfiguration to integrate Amazon VPC IPAM with a third-party IPAM service
6+
* KeyManagementService (4.0.7.0)
7+
* Added support for new ECC_NIST_EDWARDS25519 AWS KMS key spec
8+
* OpenSearchService (4.0.5.0)
9+
* This release introduces the Default Application feature, allowing users to set, change, or unset a preferred OpenSearch UI application on a per-region basis for a streamlined and consistent user experience.
10+
* S3 (4.0.11.1)
11+
* Fix an issue with Transfer Utility's UploadDirectory where the content type of 1 file was persisting for all the files in the directory.
12+
* VPCLattice (4.0.4.0)
13+
* Amazon VPC Lattice now supports custom domain name for resource configurations
14+
* Core 4.0.3.0
15+
* Re-introduce background refresh of credentials during their preempt expiry period (https://github.com/aws/aws-sdk-net/issues/4024)
16+
* All service and extension packages updated to require new Core
17+
118
### 4.0.128.0 (2025-11-06 19:55 UTC)
219
* AccessAnalyzer (4.0.4.0)
320
* New field totalActiveErrors added to getFindingsStatistics response.

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.5</version>
6+
<version>4.0.4.6</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.2.0" />
17-
<dependency id="AWSSDK.BedrockRuntime" version="4.0.9.1" />
16+
<dependency id="AWSSDK.Core" version="4.0.3.0" />
17+
<dependency id="AWSSDK.BedrockRuntime" version="4.0.9.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.2.0" />
22-
<dependency id="AWSSDK.BedrockRuntime" version="4.0.9.1" />
21+
<dependency id="AWSSDK.Core" version="4.0.3.0" />
22+
<dependency id="AWSSDK.BedrockRuntime" version="4.0.9.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.2.0" />
27-
<dependency id="AWSSDK.BedrockRuntime" version="4.0.9.1" />
26+
<dependency id="AWSSDK.Core" version="4.0.3.0" />
27+
<dependency id="AWSSDK.BedrockRuntime" version="4.0.9.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.5")]
19+
[assembly: AssemblyFileVersion("4.0.4.6")]

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

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.12</version>
6+
<version>4.0.0.13</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.2.0" />
17-
<dependency id="AWSSDK.CloudFront" version="4.0.7.4" />
16+
<dependency id="AWSSDK.Core" version="4.0.3.0" />
17+
<dependency id="AWSSDK.CloudFront" version="4.0.8.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.2.0" />
22-
<dependency id="AWSSDK.CloudFront" version="4.0.7.4" />
21+
<dependency id="AWSSDK.Core" version="4.0.3.0" />
22+
<dependency id="AWSSDK.CloudFront" version="4.0.8.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.2.0" />
27-
<dependency id="AWSSDK.CloudFront" version="4.0.7.4" />
26+
<dependency id="AWSSDK.Core" version="4.0.3.0" />
27+
<dependency id="AWSSDK.CloudFront" version="4.0.8.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.2.0" />
32-
<dependency id="AWSSDK.CloudFront" version="4.0.7.4" />
31+
<dependency id="AWSSDK.Core" version="4.0.3.0" />
32+
<dependency id="AWSSDK.CloudFront" version="4.0.8.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.12")]
19+
[assembly: AssemblyFileVersion("4.0.0.13")]

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.11</version>
6+
<version>4.0.0.12</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.2.0" />
16+
<dependency id="AWSSDK.Core" version="4.0.3.0" />
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.2.0" />
21+
<dependency id="AWSSDK.Core" version="4.0.3.0" />
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.2.0" />
26+
<dependency id="AWSSDK.Core" version="4.0.3.0" />
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.2.0" />
31+
<dependency id="AWSSDK.Core" version="4.0.3.0" />
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.11")]
19+
[assembly: AssemblyFileVersion("4.0.0.12")]

0 commit comments

Comments
 (0)