-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 6.4.0 #496
Release 6.4.0 #496
Conversation
ckadluba
commented
Nov 24, 2023
- Implemented Serilog not writing log to MSSql database when entry is longer than specific value #436: Truncate additional columns (thanks to @nhart12)
- Fixed issue Setting datatype to varchar #489: allow varchar on standard columns (thanks to @nhart12)
Removed the word "Core". It is only .NET 6.
Described new sink option AutoCreateSqlDatabase.
* Added sink option AutoCreateSqlDatabase * Lots of refactoring (removed duplicate code, cleaner interfaces of sink dependency classes, etc.) * Unit tests
Thou shalt not unit test using a static delegate in Serilog.SelfLog.
Updated CHANGES.md
Do not throw or log an exception if AutoCreateSqlDatabase is set to true and the DB alerady exists.
Currently exceptions that occurr during automatic db or table creation when the sink is initialized, are not thrown to the caller/client program. This could hide or delay fatal problems from showing and was changed in this commit. Related: #478
…ion-if-db-exists 478 autocreatedb no exception if db exists
Had to add package reference to Microsoft.NET.Test.Sdk to tests project to fix the issue.
Fixed #491: .NET 6 test can't be executed
Truncate additional columns, allow varchar on standard columns
Bumped minor version according to #493
Release 6.4.0
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |