Bump Serilog, Serilog.Extensions.Logging and Serilog.Sinks.File - #11
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
dependabot
Bot
force-pushed
the
dependabot/nuget/benchmarks/RobotVision.Benchmarks/logging-57b7142647
branch
5 times, most recently
from
August 31, 2026 14:40
20997db to
2341f5b
Compare
Author
|
Dependabot couldn't find a ImageViewerControl_ewfnr2sp_wpftmp.csproj.*.props. Because of this, Dependabot cannot update this pull request. |
1 similar comment
Author
|
Dependabot couldn't find a ImageViewerControl_ewfnr2sp_wpftmp.csproj.*.props. Because of this, Dependabot cannot update this pull request. |
dependabot
Bot
force-pushed
the
dependabot/nuget/benchmarks/RobotVision.Benchmarks/logging-57b7142647
branch
from
September 2, 2026 04:15
2341f5b to
176ef6e
Compare
dependabot
Bot
force-pushed
the
dependabot/nuget/benchmarks/RobotVision.Benchmarks/logging-57b7142647
branch
from
September 2, 2026 17:02
176ef6e to
f0c98ec
Compare
Bumps Serilog from 4.0.2 to 4.4.0 Bumps Serilog.Extensions.Logging from 8.0.0 to 10.0.0 Bumps Serilog.Sinks.File from 6.0.0 to 7.0.0 --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging dependency-version: 10.0.11 dependency-type: direct:production update-type: version-update:semver-major dependency-group: logging - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 10.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: logging - dependency-name: Microsoft.Extensions.Logging.Console dependency-version: 10.0.11 dependency-type: direct:production update-type: version-update:semver-major dependency-group: logging - dependency-name: Serilog dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: logging - dependency-name: Serilog.Extensions.Logging dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: logging - dependency-name: Serilog.Sinks.File dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: logging ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/nuget/benchmarks/RobotVision.Benchmarks/logging-57b7142647
branch
from
September 4, 2026 05:49
f0c98ec to
052173b
Compare
Author
|
Superseded by #13. |
dependabot
Bot
deleted the
dependabot/nuget/benchmarks/RobotVision.Benchmarks/logging-57b7142647
branch
September 9, 2026 17:05
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pinned Serilog at 4.4.0.
Release notes
Sourced from Serilog's releases.
4.4.0
What's Changed
SelfMetricsby @nblumhardt inSelfMetricsserilog/serilog#2237New Contributors
Full Changelog: serilog/serilog@v4.3.1...v4.4.0
4.3.1
What's Changed
New Contributors
Full Changelog: serilog/serilog@v4.3.0...v4.3.1
4.3.0
What's Changed
LogEvent.AddPropertyIfAbsent(ILogEventPropertyFactory, ...)overload that helps avoid allocations (@vanni-giachin)LogContext.Push()overloads acceptingIEnumerable<ILogEventEnricher>andReadOnlySpan<ILogEventEnricher>(@SimonCropp)New Contributors
Full Changelog: serilog/serilog@v4.2.0...v4.3.0
4.2.0
What's Changed
RuntimeHelpers.GetHashCode()in message template cache comparer (@sungam3r)net9.0TFM (@nblumhardt)ILogEventSink(@erichiller)New Contributors
Full Changelog: serilog/serilog@v4.1.0...v4.2.0
4.1.0
BatchingOptions.RetryTimeLimitand update retry scheduling algorithm (@nblumhardt)Important note
IBatchedLogEventSinkbatch retry scheduling has changed in this version. The default configuration still tries failed batches for approximately ten minutes, but theBufferingTimeLimitno 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.Commits viewable in compare view.
Pinned Serilog.Extensions.Logging at 10.0.0.
Release notes
Sourced from Serilog.Extensions.Logging's releases.
10.0.0
What's Changed
net10.0target by @nblumhardt in Add anet10.0target serilog/serilog-extensions-logging#282Full Changelog: serilog/serilog-extensions-logging@v9.0.2...v10.0.0
9.0.2
What's Changed
Full Changelog: serilog/serilog-extensions-logging@v9.0.1...v9.0.2
9.0.1
What's Changed
New Contributors
Full Changelog: serilog/serilog-extensions-logging@v9.0.0...v9.0.1
9.0.0
What's Changed
{SourceContext}for MEL logger category (@DavidHopkinsFbr)ISupportExternalScopeinSerilogLoggerProvider(@david-obee)ValueTuplearguments toILogger.BeginScope()(@jimbojim1997)ITuplearguments toILogger.BeginScope()(@sungam3r)EventIdproperty cache improvements/optimization (@AndreReise)IAsyncDisposableon .NET 6+ (@agehrke)Commits viewable in compare view.
Pinned Serilog.Sinks.File at 7.0.0.
Release notes
Sourced from Serilog.Sinks.File's releases.
7.0.0
What's Changed
ILoggingFailureListenerby @nblumhardt in SupportILoggingFailureListenerserilog/serilog-sinks-file#342New Contributors
Full Changelog: serilog/serilog-sinks-file@v4.1.0...v7.0.0
Commits viewable in compare view.