Skip to content

Commit 3732329

Browse files
Commit version number update changes
1 parent 634c989 commit 3732329

File tree

3 files changed

+20
-21
lines changed

3 files changed

+20
-21
lines changed

changelogs/SDK.CHANGELOG.2025.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 4.0.0.0-preview.6 (2025-02-06 21:43 UTC)
2+
* DynamoDBv2 (4.0.0.0)
3+
* Add NativeAOT support for the DataModel namespace also known as the Object Persistence high level library.
4+
* Core 4.0.0.0
5+
* Adjustments to fix failing DateTimes asserts in tests due to local/UTC inconsistencies.
6+
* 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.
7+
* Disable signing the payload when the operation is modeled as having an `UnsignedPayload` set to true.
8+
* Updates serialization for JSON-based services to use `System.Text.Json` instead of `LitJson` for improved performance and smaller memory allocations.
9+
* All services packages updated to require new Core
10+
111
### 4.0.0.0-preview.5 (2025-01-03 14:07 UTC)
212
* DynamoDBv2 (4.0.0.0)
313
* Switch Document.FromJson and ToJson to use System.Text.Json instead of LitJson. This supports additional precision for decimal values.

changelogs/SDK.CHANGELOG.ALL.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 4.0.0.0-preview.6 (2025-02-06 21:43 UTC)
2+
* DynamoDBv2 (4.0.0.0)
3+
* Add NativeAOT support for the DataModel namespace also known as the Object Persistence high level library.
4+
* Core 4.0.0.0
5+
* Adjustments to fix failing DateTimes asserts in tests due to local/UTC inconsistencies.
6+
* 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.
7+
* Disable signing the payload when the operation is modeled as having an `UnsignedPayload` set to true.
8+
* Updates serialization for JSON-based services to use `System.Text.Json` instead of `LitJson` for improved performance and smaller memory allocations.
9+
* All services packages updated to require new Core
10+
111
### 4.0.0.0-preview.5 (2025-01-03 14:07 UTC)
212
* DynamoDBv2 (4.0.0.0)
313
* Switch Document.FromJson and ToJson to use System.Text.Json instead of LitJson. This supports additional precision for decimal values.

generator/.DevConfigs/4edfd844-7122-4e1b-9eed-12395d959dda.json

-21
This file was deleted.

0 commit comments

Comments
 (0)