Sourced from Serilog's releases.
v4.1.0
- #2108 - failure listeners and fallback sinks (
@nblumhardt
)- #2120 - add
BatchingOptions.RetryTimeLimit
and update retry scheduling algorithm (@nblumhardt
)Important note
IBatchedLogEventSink
batch retry scheduling has changed in this version. The default configuration still tries failed batches for approximately ten minutes, but theBufferingTimeLimit
no longer implicitly causes the retry time to be extended or reduced. If you need a specific retry time, setBatchingOptions.RetryTimeLimit
, which reliably controls retry time.v4.0.2
- #2094 - remove boxing and string allocations in output template formatting (
@epeshk
)- #2103 - don't capture properties with private
get
accessors (@nblumhardt
)- #2095 - remove junk file (
@Numpsy
)- #2116 - fall back to
IDisposable
inLog.CloseAndFlushAsync()
when the target logger is notIAsyncDisposable
(@nblumhardt
)
467cfd8
Give up on skipping sync builds for now (#2131)de5e22e
Attempt to avoid building PR syncs, number 2 (#2130)57e6e2b
Never publish from PRs, even within the same repo (#2129)46a3b30
An initial Actions-based CI build and publishing workflow (#2127)fe40d19
Add BatchingOptions.RetryTimeLimit
(#2120)3da0979
Failure listeners and fallback sinks (#2108)4dca2ae
Minor version bump, features incoming [skip ci]7b85d53
Update publishing key3aa295b
Properly synchronize use of InMemoryBatchedSink fields (attempting to
fix fla...6e5a82c
Tighten up the test to ensure we don't add IAsyncDisposable to the test
stub