Skip to content

Commit 436816e

Browse files
Commit version number update changes
1 parent 69f4a2b commit 436816e

File tree

1,267 files changed

+2189
-2178
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,267 files changed

+2189
-2178
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.103.0 (2025-10-01 18:35 UTC)
2+
* ChimeSDKMeetings (4.0.2.0)
3+
* Add support to receive dual stack MediaPlacement URLs in Chime Meetings SDK
4+
* CleanRooms (4.0.8.0)
5+
* This release introduces data access budgets to control how many times a table can be used for queries and jobs in a collaboration.
6+
* CleanRoomsML (4.0.5.0)
7+
* This release introduces data access budgets to view how many times an input channel can be used for ML jobs in a collaboration.
8+
* DatabaseMigrationService (4.0.3.6)
9+
* This is a doc-only update, revising text for kms-key-arns.
10+
* ECS (4.0.6.1)
11+
* This is a documentation only Amazon ECS release that adds additional information for health checks.
12+
* PCS (4.0.9.0)
13+
* Added the UpdateCluster API action to modify cluster configurations, and Slurm custom settings for queues.
14+
* Core 4.0.0.32
15+
* Fix issue with computing the x-amzn-trace-id header value
16+
* Moving copying UserAgentDetails from the OriginalRequest to HttpHandler
17+
* Revert [background refresh of credentials during preempt expiry period](https://github.com/aws/aws-sdk-net/commit/ab7f535b92fcfb07c92bf7a0aa91853f3114e46d) as it has caused the SDK to return expired credentials in some scenarios
18+
* All services packages updated to require new Core
19+
120
### 4.0.102.0 (2025-09-30 18:38 UTC)
221
* ApplicationSignals (4.0.2.0)
322
* Amazon CloudWatch Application Signals is introducing the Application Map to give users a more comprehensive view of their service health. Users will now be able to group services, track their latest deployments, and view automated audit findings concerning service performance.

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.103.0 (2025-10-01 18:35 UTC)
2+
* ChimeSDKMeetings (4.0.2.0)
3+
* Add support to receive dual stack MediaPlacement URLs in Chime Meetings SDK
4+
* CleanRooms (4.0.8.0)
5+
* This release introduces data access budgets to control how many times a table can be used for queries and jobs in a collaboration.
6+
* CleanRoomsML (4.0.5.0)
7+
* This release introduces data access budgets to view how many times an input channel can be used for ML jobs in a collaboration.
8+
* DatabaseMigrationService (4.0.3.6)
9+
* This is a doc-only update, revising text for kms-key-arns.
10+
* ECS (4.0.6.1)
11+
* This is a documentation only Amazon ECS release that adds additional information for health checks.
12+
* PCS (4.0.9.0)
13+
* Added the UpdateCluster API action to modify cluster configurations, and Slurm custom settings for queues.
14+
* Core 4.0.0.32
15+
* Fix issue with computing the x-amzn-trace-id header value
16+
* Moving copying UserAgentDetails from the OriginalRequest to HttpHandler
17+
* Revert [background refresh of credentials during preempt expiry period](https://github.com/aws/aws-sdk-net/commit/ab7f535b92fcfb07c92bf7a0aa91853f3114e46d) as it has caused the SDK to return expired credentials in some scenarios
18+
* All services packages updated to require new Core
19+
120
### 4.0.102.0 (2025-09-30 18:38 UTC)
221
* ApplicationSignals (4.0.2.0)
322
* Amazon CloudWatch Application Signals is introducing the Application Map to give users a more comprehensive view of their service health. Users will now be able to group services, track their latest deployments, and view automated audit findings concerning service performance.

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.3.4</version>
6+
<version>4.0.3.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.0.31" />
17-
<dependency id="AWSSDK.BedrockRuntime" version="4.0.7.1" />
16+
<dependency id="AWSSDK.Core" version="4.0.0.32" />
17+
<dependency id="AWSSDK.BedrockRuntime" version="4.0.7.2" />
1818
<dependency id="Microsoft.Extensions.AI.Abstractions" version="9.9.0" />
1919
</group>
2020
<group targetFramework="netstandard2.0">
21-
<dependency id="AWSSDK.Core" version="4.0.0.31" />
22-
<dependency id="AWSSDK.BedrockRuntime" version="4.0.7.1" />
21+
<dependency id="AWSSDK.Core" version="4.0.0.32" />
22+
<dependency id="AWSSDK.BedrockRuntime" version="4.0.7.2" />
2323
<dependency id="Microsoft.Extensions.AI.Abstractions" version="9.9.0" />
2424
</group>
2525
<group targetFramework="net8.0">
26-
<dependency id="AWSSDK.Core" version="4.0.0.31" />
27-
<dependency id="AWSSDK.BedrockRuntime" version="4.0.7.1" />
26+
<dependency id="AWSSDK.Core" version="4.0.0.32" />
27+
<dependency id="AWSSDK.BedrockRuntime" version="4.0.7.2" />
2828
<dependency id="Microsoft.Extensions.AI.Abstractions" version="9.9.0" />
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.3.4")]
19+
[assembly: AssemblyFileVersion("4.0.3.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.5</version>
6+
<version>4.0.0.6</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.0.31" />
16+
<dependency id="AWSSDK.Core" version="4.0.0.32" />
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.0.31" />
20+
<dependency id="AWSSDK.Core" version="4.0.0.32" />
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.0.31" />
24+
<dependency id="AWSSDK.Core" version="4.0.0.32" />
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.0.31" />
28+
<dependency id="AWSSDK.Core" version="4.0.0.32" />
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.5")]
19+
[assembly: AssemblyFileVersion("4.0.0.6")]

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.4</version>
6+
<version>4.0.0.5</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.0.31" />
17-
<dependency id="AWSSDK.CloudFront" version="4.0.5.4" />
16+
<dependency id="AWSSDK.Core" version="4.0.0.32" />
17+
<dependency id="AWSSDK.CloudFront" version="4.0.5.5" />
1818
<dependency id="BouncyCastle.Cryptography" version="2.4.0" />
1919
</group>
2020
<group targetFramework="netstandard2.0">
21-
<dependency id="AWSSDK.Core" version="4.0.0.31" />
22-
<dependency id="AWSSDK.CloudFront" version="4.0.5.4" />
21+
<dependency id="AWSSDK.Core" version="4.0.0.32" />
22+
<dependency id="AWSSDK.CloudFront" version="4.0.5.5" />
2323
<dependency id="BouncyCastle.Cryptography" version="2.4.0" />
2424
</group>
2525
<group targetFramework="netcoreapp3.1">
26-
<dependency id="AWSSDK.Core" version="4.0.0.31" />
27-
<dependency id="AWSSDK.CloudFront" version="4.0.5.4" />
26+
<dependency id="AWSSDK.Core" version="4.0.0.32" />
27+
<dependency id="AWSSDK.CloudFront" version="4.0.5.5" />
2828
<dependency id="BouncyCastle.Cryptography" version="2.4.0" />
2929
</group>
3030
<group targetFramework="net8.0">
31-
<dependency id="AWSSDK.Core" version="4.0.0.31" />
32-
<dependency id="AWSSDK.CloudFront" version="4.0.5.4" />
31+
<dependency id="AWSSDK.Core" version="4.0.0.32" />
32+
<dependency id="AWSSDK.CloudFront" version="4.0.5.5" />
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.4")]
19+
[assembly: AssemblyFileVersion("4.0.0.5")]

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.4</version>
6+
<version>4.0.0.5</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.0.31" />
16+
<dependency id="AWSSDK.Core" version="4.0.0.32" />
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.0.31" />
21+
<dependency id="AWSSDK.Core" version="4.0.0.32" />
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.0.31" />
26+
<dependency id="AWSSDK.Core" version="4.0.0.32" />
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.0.31" />
31+
<dependency id="AWSSDK.Core" version="4.0.0.32" />
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.4")]
19+
[assembly: AssemblyFileVersion("4.0.0.5")]

0 commit comments

Comments
 (0)