Releases: datalust/serilog-sinks-seq
Releases · datalust/serilog-sinks-seq
v9.0.0
What's Changed
- Accept a non-default
IFormatProvider
and use it for message rendering by @liammclennan in #228, #229 - Don't write a spurious
SelfLog
event when disposing an unused sink in durable mode by @nblumhardt in #231 - Default to nesting (un-flattening) dotted property names by @nblumhardt in #232
- Use Actions build, .NET 9 SDK by @nblumhardt in #234
- Serilog 4.2 RTM by @KodrAus in #237
v8.0.0
- #220, #222, #225 — update to Serilog 4 (@nblumhardt)
- #221 — link SerilogTracing from README.md (@liammclennan)
- #223 — convert dotted property names into nested values when Serilog 4's corresponding feature flag is set (@nblumhardt)
v7.0.1
- #215 - add a missing
ConfigureAwait(false)
(@lordmilko) - #217, #218 - update
Serilog.Sinks.PeriodicBatching
to 4.1.0 to fix idle-state memory leak (@nblumhardt)
v7.0.0
-
#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
- #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
- #193 - include event body sample when generating oversized event placeholder (@nblumhardt)
v5.2.2
- #189 - don't crash on Blazor, where
PooledConnectionLifetime
is not supported (@nblumhardt)
v5.2.1
- #185 - dependency update only - update to Serilog.Sinks.PeriodicBatching for better compatibility with other sinks (@nblumhardt)
v5.2.0
- #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
- #165 - fix migration from the old durable buffer file format to the new one (@nblumhardt)