Skip to content

Releases: serilog-mssql/serilog-sinks-mssqlserver

v7.0.0

09 Sep 13:43
57110e6

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

Choose a tag to compare

v6.7.0

19 Aug 23:32
e5050e8

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

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

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

Choose a tag to compare

v6.5.1

29 Jan 10:40
b1d8553

Choose a tag to compare

v6.5.0

04 Dec 17:58
7311915

Choose a tag to compare

  • Implemented #488: Support OpenTelemetry TraceId and SpanId as provided by Serilog core
  • Include README in NuGet package

v6.4.0

25 Nov 00:27
bf1f5e6

Choose a tag to compare

  • Implemented #436: Truncate additional columns (thanks to @nhart12)
  • Fixed issue #489: allow varchar on standard columns (thanks to @nhart12)

v6.3.0

19 Mar 20:14

Choose a tag to compare

  • Implemented #360: Automatic DB creation