Skip to content

Releases: serilog-mssql/serilog-sinks-mssqlserver

v7.0.2

18 Oct 23:18
23d1596
Compare
Choose a tag to compare
  • Fixed issue #580: Removed deprecated transitive dependency on Microsoft.NETCore.Targets by removing runtime identifier (thanks to @david-brink-talogy)
  • Fixed issues #540 and #541 in README
  • Added performance tests including a GitHub actions workflow
  • Minor cleanups and fixes

v7.0.1

20 Sep 13:43
45d7349
Compare
Choose a tag to compare
  • Fixed issue #567: .NET Framework assemblies were not built properly
  • Consolidated PR validation action workflows and updated some task versions

v7.0.0

09 Sep 13:43
57110e6
Compare
Choose a tag to compare
  • 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

29 Aug 12:38
9f9641b
Compare
Choose a tag to compare

v6.7.0

19 Aug 23:32
e5050e8
Compare
Choose a tag to compare
  • Fixed some of the vulnerabilities referenced in issue #544 by updating SqlClient dependency to 5.2.1
  • Update codeql-action to v3 before deprecation

v6.6.1

28 May 22:20
499950a
Compare
Choose a tag to compare
  • Fixed issue #515: Cannot use .AuditTo with SpanId or TraceId (thanks to @Kolthor and @vui611)
  • Fixed issue #530: Document default value of AllowNull
  • Fixed issue #528: Wrong period in README.md sample

v6.6.0

23 Feb 23:41
8feab2d
Compare
Choose a tag to compare
  • Fixed issue #509: Add SqlInsertStatementWriter which uses INSERT statements instead of SqlBulkCopy (thanks to @BrettJaner)

v6.5.2

15 Feb 07:20
5ba23fc
Compare
Choose a tag to compare

v6.5.1

29 Jan 10:40
b1d8553
Compare
Choose a tag to compare

v6.5.0

04 Dec 17:58
7311915
Compare
Choose a tag to compare
  • Implemented #488: Support OpenTelemetry TraceId and SpanId as provided by Serilog core
  • Include README in NuGet package