Releases: serilog/serilog-sinks-file
Releases · serilog/serilog-sinks-file
v6.0.0
- #241 - update package project URL (@Sjoerdsjoerd)
- #274 - build against VS2022 (@SimonCropp)
- #279 - update publishing key (@SimonCropp)
- #254 - new issue tracker templates (@nblumhardt)
- #295 - update TFMs (@zachrybaker)
- #303 - publish SNUPKG (@MonticolaExplorator)
- #280 - code cleanup (@sungam3r)
- #311 - updates for Serilog 4 (@nblumhardt)
Breaking changes
Drops support for pre-netstandard2.0
TFMs. Users targeting earlier platforms should use version 5.x of this package instead.
v5.0.0
- #123 - update sourcelink support (@maciejw)
- #166 - support C# 8 nullable reference types; update targets/dependencies (fixing #104) (@rafaelsc)
- #141 - allow composition of
FileLifecycleHooks
(@EamonHetherton) - #145 - improve docs (@cocowalla)
- #147 - fix validation of
fileSizeLimit
(@cocowalla) - #167 - improve XDOCs (@rafaelsc)
- #190 - packaging updates (@augustoproiete)
- #189 - allow
FileLifecycleHooks
to observe opened filename (@augustoproiete) - #196 - log to
SelLog
when path rolling fails (@pvandervelde) - #222 - remove unnecessary dependencies (@bdovaz)
- #227 - unpin the assembly version (@nblumhardt)
- #210 - allow
FileLifecycleHooks
to (attempt to) set the underlying stream's length (@augustoproiete)
v4.1.0
- #38, #50, #52 - documentation improvements (@nblumhardt, @bbrandt, @tsimbalar)
- #62 - fix package repository URL (@MaximRouiller)
- #65 - add SourceLink support (@lRushl)
- #76 -
netstandard2.0
target (@vhatsura) - #88 - avoid a first-chance exception when the log folder does not exist (@billrob)
- #80 -
FileLifecycleHooks
(@cocowalla) - #107 -
OnFileDeleting
lifecycle hook (@nogard111) - #111 - compile path matching regex (@SimonCropp)