Releases: serilog-mssql/serilog-sinks-mssqlserver
Releases · serilog-mssql/serilog-sinks-mssqlserver
v7.0.2
v7.0.1
v7.0.0
- Fixed issue #543: Update to Serilog v4, remove reference to Serilog.Sinks.PeriodicBatching (thanks to @cancakar35)
- Full automatic release and run on ubuntu-latest agent
- Added developer documentation
- Enabled .NET package validation
v6.7.1
- Fixed issue #552 by downgrading SqlClient dependency to 5.1.6 which is LTS and fixed the vulnerabilities referenced in issue #544
- Fixed vulnerabilities by removing all System.* 4 versions as recommended by Microsoft (https://devblogs.microsoft.com/nuget/nugetaudit-2-0-elevating-security-and-trust-in-package-management/#system-net-http-and-system-text-regularexpressions, issue #544)
- Fixed vulnerability by updating xunit to 2.9.0 (issue #544)
- Fixed vulnerability by directly referencing transitive dependency System.Formats.Asn1 (GHSA-447r-wph3-92pm, issue #544)
- Fixed vulnerability by directly referencing transitive dependency System.Private.Uri (GHSA-xhfc-gr8f-ffwc, issue #544)
- Activated NuGet Audit for high and critical vulnerabilities in direct and transitive dependencies for all projects (https://devblogs.microsoft.com/nuget/nugetaudit-2-0-elevating-security-and-trust-in-package-management/)
- Fixed issue #516 unexpected dependency on the Microsoft.WindowsDesktop.App runtime.
v6.7.0
v6.6.1
v6.6.0
- Fixed issue #509: Add SqlInsertStatementWriter which uses INSERT statements instead of SqlBulkCopy (thanks to @BrettJaner)
v6.5.2
- Fixed issue #517: Updated Microsoft.Data.SqlClient to 5.1.5 to fix CVE-2024-21319
v6.5.1
- Fixed issue #505: NVarChar Columns with 1 data length gets their values truncated into empty strings (thanks to @Whinarn)
- Updated Microsoft.Data.SqlClient to 5.1.4 to fix CVE-2024-0056 (GHSA-98g6-xh36-x2p7)