Skip to content

Releases: serilog/serilog-sinks-file

v6.0.0

22 Jun 22:44
c7b9bc3
Compare
Choose a tag to compare

Breaking changes

Drops support for pre-netstandard2.0 TFMs. Users targeting earlier platforms should use version 5.x of this package instead.

v$(appveyor_build_version)

22 Jun 22:46
c7b9bc3
Compare
Choose a tag to compare
Merge pull request #312 from serilog/dev

6.0.0 Release

v5.0.0

25 Jun 08:01
7eb21bd
Compare
Choose a tag to compare

v4.1.0

17 Oct 05:26
272085f
Compare
Choose a tag to compare

v4.0.0

30 Oct 01:30
6d463c0
Compare
Choose a tag to compare
  • #35 - roll on year/month/day/hour/minute, file size, or a combination of both
  • Slight modernization of the default output template (only when recompiling against the library; may be a breaking change for some file-based log collectors)

v3.2.0

03 Jan 02:30
Compare
Choose a tag to compare
  • #27 - Multiprocess shared files on .NET Core

v3.1.1

15 Nov 03:18
Compare
Choose a tag to compare
  • #24 - forward Stream.CanSeek when write-counting wrapper is applied so that spurious encoding preambles are not written

v3.1.0

09 Oct 23:18
Compare
Choose a tag to compare
  • #18 - flush-to-disk option
  • #22 - synchronize file stream disposal
  • #18 (included) - fix size limiting of shared log files

v3.0.1

31 Aug 23:30
Compare
Choose a tag to compare
  • #16 - allow shared log files to be concurrently read as well as written

v3.0.0

26 Aug 06:46
Compare
Choose a tag to compare
  • #12 - Audit logging support
  • #7 - Multi-process shared files
  • #13 - Character counting efficiency improvement (throughput improved over 2.x by about 30%)