Skip to content

Commit

Permalink
Commit version number update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation committed Feb 6, 2025
1 parent 634c989 commit 3732329
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 21 deletions.
10 changes: 10 additions & 0 deletions changelogs/SDK.CHANGELOG.2025.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 4.0.0.0-preview.6 (2025-02-06 21:43 UTC)
* DynamoDBv2 (4.0.0.0)
* Add NativeAOT support for the DataModel namespace also known as the Object Persistence high level library.
* Core 4.0.0.0
* Adjustments to fix failing DateTimes asserts in tests due to local/UTC inconsistencies.
* Backport the .NET trimming attributes like DynamicallyAccessedMembersAttribute into ThirdParty.RuntimeBackports namespace for Target Frameworks before .NET 8. This simplifies the SDK's codebase by removing compilation conditional checks when using the attributes.
* Disable signing the payload when the operation is modeled as having an `UnsignedPayload` set to true.
* Updates serialization for JSON-based services to use `System.Text.Json` instead of `LitJson` for improved performance and smaller memory allocations.
* All services packages updated to require new Core

### 4.0.0.0-preview.5 (2025-01-03 14:07 UTC)
* DynamoDBv2 (4.0.0.0)
* Switch Document.FromJson and ToJson to use System.Text.Json instead of LitJson. This supports additional precision for decimal values.
Expand Down
10 changes: 10 additions & 0 deletions changelogs/SDK.CHANGELOG.ALL.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 4.0.0.0-preview.6 (2025-02-06 21:43 UTC)
* DynamoDBv2 (4.0.0.0)
* Add NativeAOT support for the DataModel namespace also known as the Object Persistence high level library.
* Core 4.0.0.0
* Adjustments to fix failing DateTimes asserts in tests due to local/UTC inconsistencies.
* Backport the .NET trimming attributes like DynamicallyAccessedMembersAttribute into ThirdParty.RuntimeBackports namespace for Target Frameworks before .NET 8. This simplifies the SDK's codebase by removing compilation conditional checks when using the attributes.
* Disable signing the payload when the operation is modeled as having an `UnsignedPayload` set to true.
* Updates serialization for JSON-based services to use `System.Text.Json` instead of `LitJson` for improved performance and smaller memory allocations.
* All services packages updated to require new Core

### 4.0.0.0-preview.5 (2025-01-03 14:07 UTC)
* DynamoDBv2 (4.0.0.0)
* Switch Document.FromJson and ToJson to use System.Text.Json instead of LitJson. This supports additional precision for decimal values.
Expand Down
21 changes: 0 additions & 21 deletions generator/.DevConfigs/4edfd844-7122-4e1b-9eed-12395d959dda.json

This file was deleted.

0 comments on commit 3732329

Please sign in to comment.