Skip to content

Commit 0847c8f

Browse files
Commit version number update changes
1 parent 215b996 commit 0847c8f

File tree

1,247 files changed

+2159
-2130
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,247 files changed

+2159
-2130
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.127.0 (2025-11-05 19:35 UTC)
2+
* CloudFront (4.0.8.0)
3+
* This release adds new and updated API operations. You can now use the IpAddressType field to specify either ipv4 or dualstack for your Anycast static IP list. You can also enable cross-account resource sharing to share your VPC origins with other AWS accounts
4+
* DataZone (4.0.13.0)
5+
* Added support for Project Resource Tags
6+
* EC2 (4.0.48.0)
7+
* This release adds AvailabilityZoneId support for DescribeFastSnapshotRestores, DisableFastSnapshotRestores, and EnableFastSnapshotRestores APIs.
8+
* FSx (4.0.7.0)
9+
* Amazon FSx now enables secure management of Active Directory credentials through AWS Secrets Manager integration. Customers can use Secret ARNs instead of direct credentials when joining resources to Active Directory domains.
10+
* GroundStation (4.0.2.0)
11+
* Introduce CreateDataflowEndpointGroupV2 action
12+
* S3 (4.0.10.0)
13+
* Launch IPv6 dual-stack support for S3 Express
14+
* SageMaker (4.0.30.0)
15+
* Add new fields in SageMaker Hyperpod DescribeCluster API response: TargetStateCount, SoftwareUpdateStatus and ActiveSoftwareDeploymentConfig to provide AMI update progress visibility .
16+
* Core 4.0.2.0
17+
* Added support for Bedrock Environment Token Provider specification. Bedrock API keys user guide: https://docs.aws.amazon.com/bedrock/latest/userguide/api-keys.html
18+
* All service and extension packages updated to require new Core
19+
120
### 4.0.126.0 (2025-11-04 19:19 UTC)
221
* PinpointSMSVoiceV2 (4.0.5.0)
322
* This release adds support for the CarrierLookup API, which returns information about a destination phone number including if the number is valid, the carrier, and more.

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.127.0 (2025-11-05 19:35 UTC)
2+
* CloudFront (4.0.8.0)
3+
* This release adds new and updated API operations. You can now use the IpAddressType field to specify either ipv4 or dualstack for your Anycast static IP list. You can also enable cross-account resource sharing to share your VPC origins with other AWS accounts
4+
* DataZone (4.0.13.0)
5+
* Added support for Project Resource Tags
6+
* EC2 (4.0.48.0)
7+
* This release adds AvailabilityZoneId support for DescribeFastSnapshotRestores, DisableFastSnapshotRestores, and EnableFastSnapshotRestores APIs.
8+
* FSx (4.0.7.0)
9+
* Amazon FSx now enables secure management of Active Directory credentials through AWS Secrets Manager integration. Customers can use Secret ARNs instead of direct credentials when joining resources to Active Directory domains.
10+
* GroundStation (4.0.2.0)
11+
* Introduce CreateDataflowEndpointGroupV2 action
12+
* S3 (4.0.10.0)
13+
* Launch IPv6 dual-stack support for S3 Express
14+
* SageMaker (4.0.30.0)
15+
* Add new fields in SageMaker Hyperpod DescribeCluster API response: TargetStateCount, SoftwareUpdateStatus and ActiveSoftwareDeploymentConfig to provide AMI update progress visibility .
16+
* Core 4.0.2.0
17+
* Added support for Bedrock Environment Token Provider specification. Bedrock API keys user guide: https://docs.aws.amazon.com/bedrock/latest/userguide/api-keys.html
18+
* All service and extension packages updated to require new Core
19+
120
### 4.0.126.0 (2025-11-04 19:19 UTC)
221
* PinpointSMSVoiceV2 (4.0.5.0)
322
* This release adds support for the CarrierLookup API, which returns information about a destination phone number including if the number is valid, the carrier, and more.

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.4</version>
6+
<version>4.0.4.5</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.1.3" />
17-
<dependency id="AWSSDK.BedrockRuntime" version="4.0.7.7" />
16+
<dependency id="AWSSDK.Core" version="4.0.2.0" />
17+
<dependency id="AWSSDK.BedrockRuntime" version="4.0.9.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.1.3" />
22-
<dependency id="AWSSDK.BedrockRuntime" version="4.0.7.7" />
21+
<dependency id="AWSSDK.Core" version="4.0.2.0" />
22+
<dependency id="AWSSDK.BedrockRuntime" version="4.0.9.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.1.3" />
27-
<dependency id="AWSSDK.BedrockRuntime" version="4.0.7.7" />
26+
<dependency id="AWSSDK.Core" version="4.0.2.0" />
27+
<dependency id="AWSSDK.BedrockRuntime" version="4.0.9.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.4")]
19+
[assembly: AssemblyFileVersion("4.0.4.5")]

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

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.11</version>
6+
<version>4.0.0.12</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.1.3" />
17-
<dependency id="AWSSDK.CloudFront" version="4.0.7.2" />
16+
<dependency id="AWSSDK.Core" version="4.0.2.0" />
17+
<dependency id="AWSSDK.CloudFront" version="4.0.7.4" />
1818
<dependency id="BouncyCastle.Cryptography" version="2.4.0" />
1919
</group>
2020
<group targetFramework="netstandard2.0">
21-
<dependency id="AWSSDK.Core" version="4.0.1.3" />
22-
<dependency id="AWSSDK.CloudFront" version="4.0.7.2" />
21+
<dependency id="AWSSDK.Core" version="4.0.2.0" />
22+
<dependency id="AWSSDK.CloudFront" version="4.0.7.4" />
2323
<dependency id="BouncyCastle.Cryptography" version="2.4.0" />
2424
</group>
2525
<group targetFramework="netcoreapp3.1">
26-
<dependency id="AWSSDK.Core" version="4.0.1.3" />
27-
<dependency id="AWSSDK.CloudFront" version="4.0.7.2" />
26+
<dependency id="AWSSDK.Core" version="4.0.2.0" />
27+
<dependency id="AWSSDK.CloudFront" version="4.0.7.4" />
2828
<dependency id="BouncyCastle.Cryptography" version="2.4.0" />
2929
</group>
3030
<group targetFramework="net8.0">
31-
<dependency id="AWSSDK.Core" version="4.0.1.3" />
32-
<dependency id="AWSSDK.CloudFront" version="4.0.7.2" />
31+
<dependency id="AWSSDK.Core" version="4.0.2.0" />
32+
<dependency id="AWSSDK.CloudFront" version="4.0.7.4" />
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.11")]
19+
[assembly: AssemblyFileVersion("4.0.0.12")]

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.10</version>
6+
<version>4.0.0.11</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.1.3" />
16+
<dependency id="AWSSDK.Core" version="4.0.2.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.1.3" />
21+
<dependency id="AWSSDK.Core" version="4.0.2.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.1.3" />
26+
<dependency id="AWSSDK.Core" version="4.0.2.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.1.3" />
31+
<dependency id="AWSSDK.Core" version="4.0.2.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.10")]
19+
[assembly: AssemblyFileVersion("4.0.0.11")]

0 commit comments

Comments
 (0)