Skip to content

Releases: FantasticFiasco/serilog-sinks-http

Release v7.1.0

18 Oct 20:09

Choose a tag to compare

⚡ Added

  • Add class ByteSize which helps specifying multipliers of the unit byte.

💉 Fixed

  • #135 The type IConfiguration exists in both Microsoft.Extensions.Configuration.Abstractions and Serilog.Sinks.Http (discovered by @brian-pickens-web and contributed by @aleksaradz)

Release v7.0.1

14 Aug 21:06

Choose a tag to compare

💉 Fixed

  • #127 NuGet package does not show an icon
  • Configure SourceLink to embed untracked sources
  • Configure SourceLink to use deterministic builds when running on AppVeyor

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