Skip to content

Releases: FantasticFiasco/serilog-sinks-http

Release v7.0.0

12 Aug 21:33

Choose a tag to compare

⚡ Added

Release v6.0.0

13 May 20:34

Choose a tag to compare

⚡ Added

  • #95 [BREAKING CHANGE] Support to specify bufferFileShared when creating a durable sink, thus allowing the buffer file to be shared by multiple processes (discovered by @esakkiraja-k)

Release v5.2.1

16 Feb 15:40

Choose a tag to compare

💉 Fixed

  • #97 Make sure the sink respects the exponential backoff, even after numerous unsuccessful attempts to send the log events to a log server (discovered by @markusbrueckner)

Release 5.2.0

27 Apr 05:34

Choose a tag to compare

⚡ Added

  • Extension method DurableHttpUsingFileSizeRolledBuffers, creating a durable sink using buffer files with a file size based rolling behavior

💤 Deprecated

  • Extension method DurableHttp has been renamed to DurableHttpUsingTimeRolledBuffers, providing clarification between the two durable sink types

Release 5.1.0

07 Jan 00:00

Choose a tag to compare

⚡ Added

Release 5.0.1

24 Sep 18:38

Choose a tag to compare

💉 Fixed

  • #54 Prevent durable HTTP sink from posting partially written log events

Release 5.0.0

31 Aug 05:05

Choose a tag to compare

⚡ Added

  • #51 [BREAKING CHANGE] Support to specify queueLimit when creating a non-durable sink, limiting the number of events queued in memory waiting to be posted over the network.

Release 4.3.0

01 Feb 20:03

Choose a tag to compare

⚡ Added

  • Event formatter called NamespacedTextFormatter suited for a micro-service architecture where log events are sent to the Elastic Stack. The event formatter reduces the risk of two services logging properties with identical names but with different types, which the Elastic Stack doesn't support.

💀 Removed

  • Support for .NET Standard 2.0 since the sink also has support for .NET Standard 1.3

Release 4.2.1

11 Oct 22:18

Choose a tag to compare

💉 Fixed

  • #32 Prevent durable HTTP sink from posting HTTP messages without any log events

Release 4.2.0

19 Aug 22:32

Choose a tag to compare

⚡ Added

  • Support for .NET Core 2.0