Bump Serilog and 5 others#25
Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
Closed
Conversation
befd150 to
bf81b88
Compare
Bumps Serilog from 4.2.0 to 4.3.1 Bumps Serilog.AspNetCore from 8.0.3 to 10.0.0 Bumps Serilog.Extensions.Logging from 8.0.0 to 10.0.0 Bumps Serilog.Sinks.Console from 6.0.0 to 6.1.1 Bumps Serilog.Sinks.File from 6.0.0 to 7.0.0 Bumps Serilog.Sinks.Seq from 8.0.0 to 9.0.0 --- updated-dependencies: - dependency-name: Serilog dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: serilog - dependency-name: Serilog.AspNetCore dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: serilog - dependency-name: Serilog.Extensions.Logging dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: serilog - dependency-name: Serilog.Sinks.Console dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: serilog - dependency-name: Serilog.Sinks.File dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: serilog - dependency-name: Serilog.Sinks.Seq dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: serilog ... Signed-off-by: dependabot[bot] <support@github.com>
bf81b88 to
ae277b8
Compare
Owner
|
Closing: Serilog.AspNetCore 8→10 drops net8 support. Blocked pending .NET upgrade. Tracking in the .NET upgrade issue. |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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.
Updated Serilog from 4.2.0 to 4.3.1.
Release notes
Sourced from Serilog's releases.
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
Commits viewable in compare view.
Updated Serilog.AspNetCore from 8.0.3 to 10.0.0.
Release notes
Sourced from Serilog.AspNetCore's releases.
10.0.0
What's Changed
New Contributors
Full Changelog: serilog/serilog-aspnetcore@v9.0.0...v10.0.0
9.0.0
What's Changed
Commits viewable in compare view.
Updated Serilog.Extensions.Logging from 8.0.0 to 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.
Updated Serilog.Sinks.Console from 6.0.0 to 6.1.1.
Release notes
Sourced from Serilog.Sinks.Console's releases.
6.1.1
What's Changed
Full Changelog: serilog/serilog-sinks-console@v6.1.0...v6.1.1
6.1.0
{UtcTimestamp}in output templates (@ManuelRin)Commits viewable in compare view.
Updated Serilog.Sinks.File from 6.0.0 to 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.
Updated Serilog.Sinks.Seq from 8.0.0 to 9.0.0.
Release notes
Sourced from Serilog.Sinks.Seq's releases.
9.0.0
What's Changed
IFormatProviderand use it for message rendering by @liammclennan in Accept a non-defaultIFormatProviderand use it for message rendering datalust/serilog-sinks-seq#228, Back out message pre-rendering datalust/serilog-sinks-seq#229SelfLogevent when disposing an unused sink in durable mode by @nblumhardt in Don't write a spuriousSelfLogevent when disposing an unused sink in durable mode datalust/serilog-sinks-seq#231Commits viewable in compare view.