Skip to content

Releases: FantasticFiasco/serilog-sinks-http

Release 3.1.1

24 Apr 19:27
Compare
Choose a tag to compare

💉 Fixed

  • Package project URL

Release 3.1.0

12 Mar 22:36
Compare
Choose a tag to compare

⚡ Added

  • Support for the formatting types: FormattingType.NormalRendered, FormattingType.Normal, FormattingType.CompactRendered and FormattingType.Compact. The formatting type can be configured via Options and DurableOptions.

Release 3.0.0

04 Mar 13:51
Compare
Choose a tag to compare

⚡ Added

  • A sink is durable when created using Http(string, DurableOptions). A durable sink will persist log events on disk before sending them over the network, thus protecting against data loss after a system or process restart.

💫 Changed

  • [BREAKING CHANGE] The syntax for creating a non-durable sink has been changed from Http(string) to Http(string, Options) to accommodate for the syntax to create a durable sink. A non-durable sink will loose data after a system or process restart.
  • Improve compatibility by supporting .NET Standard 1.3

Release 2.0.0

23 Nov 20:05
Compare
Choose a tag to compare

💫 Changed

  • Custom implementation of IHttpClient can be passed to sink when creating it (contribution by @lhaussknecht)

Release 1.0.0

02 Nov 23:24
Compare
Choose a tag to compare

Initial version.