Skip to content

Releases: datalust/serilog-sinks-seq

v8.0.0

04 Jun 00:27
fbc68c1
Compare
Choose a tag to compare

v7.0.1

03 May 06:43
803b4ab
Compare
Choose a tag to compare

v7.0.0

06 Mar 22:25
bf6c2f8
Compare
Choose a tag to compare
  • #211 - update to Serilog.Sinks.PeriodicBatching v4.0.0 (@nblumhardt)

  • #210 - default to not propagating traceparent in batched log requests (@nblumhardt)

  • #209 - recognize and ingest traces from SerilogTracing* (@nblumhardt)

  • Note that until Seq 2024.2 ships, span kinds will appear in Seq as @Properties['@sk'].

v6.0.0

15 Nov 02:55
c6de2ef
Compare
Choose a tag to compare
  • #200 - propagate Serilog 3.1's trace and span id fields into @sp and @tr for Seq (@nblumhardt)
  • #201 - accept an ITextFormatter to allow customization of payload content (@nblumhardt)

v5.2.3

04 Oct 03:23
fb033d7
Compare
Choose a tag to compare
  • #193 - include event body sample when generating oversized event placeholder (@nblumhardt)

v5.2.2

15 Nov 02:04
ab19f10
Compare
Choose a tag to compare
  • #189 - don't crash on Blazor, where PooledConnectionLifetime is not supported (@nblumhardt)

v5.2.1

30 Sep 07:15
5cd6dfd
Compare
Choose a tag to compare
  • #185 - dependency update only - update to Serilog.Sinks.PeriodicBatching for better compatibility with other sinks (@nblumhardt)

v5.2.0

13 Sep 04:51
0914c3d
Compare
Choose a tag to compare
  • #179 - support IAsyncDisposable and bump dependency on Serilog.Sinks.PeriodicBatching to 3.0.0 to prevent deadlocks when flushing on AWS Lambda (@nblumhardt)
  • #180 - limit the default pooled HTTP connection lifetime on .NET 5 and later runtimes (@nblumhardt)
  • #182 - update dependencies including Serilog.Sinks.File (@nblumhardt)

v5.1.1

14 Feb 23:02
9050b7c
Compare
Choose a tag to compare
  • #165 - fix migration from the old durable buffer file format to the new one (@nblumhardt)

v5.1.0

06 Dec 21:37
5d03588
Compare
Choose a tag to compare
  • #157 - more robust handling of unformattable events when using durable log shipping, log placeholder events in more problem scenarios (@nblumhardt)
  • #159 - enable non-null reference type checking (@nblumhardt)
  • #160 - internal cleanup (@nblumhardt)