Conversation
Member
ckadluba
commented
Feb 14, 2026
- Fixed issue If Timestamp column is set to UTC, Timestamp property in LogEvent column should be UTC too #659: If Timestamp column is set to UTC, Timestamp property in LogEvent column should be UTC too (thanks to @marcominerva)
- Implemented Preset in 16 or 20 as DataLength for LevelColumn #658: Preset in 16 or 20 as DataLength for LevelColumn
- Updated to Serilog 4.3.1
- Added .NET 10 target framework
Bumped minor version after release
Previously, the TimeStamp column stored local DateTime values even when ConvertToUtc was enabled, unless the column type was DateTimeOffset. This change ensures that UtcDateTime is used when ConvertToUtc is true, so timestamps are always stored in UTC as intended. Adds a unit test (Bugfix #659) to verify correct UTC storage and DateTimeKind.
Fix UTC handling for TimeStamp column with ConvertToUtc=true
Changed default DataLength of Level column from nvarchar(max) to 16 for performance reasons. Issue: #658
Explanation of the default type and length of the Level column was wrong. Issue: #658
Changed Level column default DataLength
* Added TFM for .NET 10 in sink project * Run tests also with .NET 10 * Updated perftest and sample projects to .NET 10 * Updated build scripts * Added global.json for builds on CI agent
Added .NET 10 target framework
Preparation of release 9.0.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.