Releases: serilog/serilog-sinks-file
Releases · serilog/serilog-sinks-file
v7.0.0
What's Changed
- Fix issue with force-reopen after 30 minutes by @Falco20019 in #337
- Support
ILoggingFailureListenerby @nblumhardt in #342
New Contributors
- @Falco20019 made their first contribution in #337
Full Changelog: v4.1.0...v7.0.0
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
FileLifecycleHooksto observe opened filename (@augustoproiete) - #196 - log to
SelLogwhen path rolling fails (@pvandervelde) - #222 - remove unnecessary dependencies (@bdovaz)
- #227 - unpin the assembly version (@nblumhardt)
- #210 - allow
FileLifecycleHooksto (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.0target (@vhatsura) - #88 - avoid a first-chance exception when the log folder does not exist (@billrob)
- #80 -
FileLifecycleHooks(@cocowalla) - #107 -
OnFileDeletinglifecycle hook (@nogard111) - #111 - compile path matching regex (@SimonCropp)