Skip to content

Releases: serilog/serilog-sinks-periodicbatching

v5.0.0

05 Jun 02:07
649fc9a
Compare
Choose a tag to compare
  • #84 - use SourceLink (@tbolon)
  • #86 - update to Serilog 4, wrap Serilog's built-in IBatchedLogEventSink support (@nblumhardt)

v4.1.1

28 May 23:07
7c9b3bc
Compare
Choose a tag to compare
  • #81 - avoid System.Threading.Channels version conflicts on Azure Functions (@mprice-gcmlp)

v4.1.0

03 May 01:42
d7b0406
Compare
Choose a tag to compare
  • #77 - avoid leaking memory when no events are passing through the sink (@nblumhardt)
  • #75 - reinstate the legacy inheritance-based API again (@nblumhardt)

The intention of this release, with #75, is that the functionality and API in this sink will be frozen, and future development will move to a built-in batching feature in serilog/serilog.

v4.0.1

15 Mar 00:14
87a2ac3
Compare
Choose a tag to compare

v4.0.0

22 Feb 00:09
b3821e5
Compare
Choose a tag to compare
  • #60 - project/codebase maintenance (@SimonCropp)
  • #63 - XDOC improvements (@nblumhardt)
  • #66 - rewrite to remove all blocking/use async APIs entirely (@nblumhardt)
    • breaking - target net462; netstandard2.0; net6.0
    • port to System.Threading.Channels
    • remove previously-deprecated inheritance-based API

v3.1.0

27 Sep 08:07
14c9bcc
Compare
Choose a tag to compare

v3.0.0

13 Sep 04:27
734b03c
Compare
Choose a tag to compare
  • #56 - IAsyncDisposable support; drop obsolete inheritance-based APIs (@nblumhardt)

v2.3.1

07 Jan 23:21
3d73c17
Compare
Choose a tag to compare
  • #47 - fix example documentation (@manigandham)
  • #46 - fix handling of the NoQueueLimit constant in legacy ctors; mark those constructors obsolete (@nblumhardt)
  • #53 - suppress ExecutionContext flowing to timer callbacks where available (@CodeBlanch)

v2.3.0

28 Feb 00:14
6f3908f
Compare
Choose a tag to compare

v2.2.0

02 May 23:44
cbc6ef3
Compare
Choose a tag to compare