Skip to content

Bump Serilog and 3 others#10

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/serilog-3352c875b0
Closed

Bump Serilog and 3 others#10
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/serilog-3352c875b0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 19, 2026

Pinned Serilog at 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

  • #​2149 - LogEvent.AddPropertyIfAbsent(ILogEventPropertyFactory, ...) overload that helps avoid allocations (@​vanni-giachin)
  • #​2158 - use HTTPS in all README.md images and links (@​TimHess)
  • #​2163 - LogContext.Push() overloads accepting IEnumerable<ILogEventEnricher> and ReadOnlySpan<ILogEventEnricher> (@​SimonCropp)
  • #​2175, #​2178, #​2179 - fix AOT compatibility (@​agocke)

New Contributors

Full Changelog: serilog/serilog@v4.2.0...v4.3.0

4.2.0

What's Changed

  • #​2141 — stabilize and fully implement dotted identifiers in message templates (@​nblumhardt)
  • #​2028 — use RuntimeHelpers.GetHashCode() in message template cache comparer (@​sungam3r)
  • #​2138 — update to .NET 9 SDK, GitHub Actions build, net9.0 TFM (@​nblumhardt)
  • #​2132 — support capturing of multidimensional arrays (@​sungam3r, @​WAcry)
  • #​2136 — fix documentation for ILogEventSink (@​erichiller)

New Contributors

Full Changelog: serilog/serilog@v4.1.0...v4.2.0

4.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 the BufferingTimeLimit no longer implicitly causes the retry time to be extended or reduced. If you need a specific retry time, set BatchingOptions.RetryTimeLimit, which reliably controls retry time.

4.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 in Log.CloseAndFlushAsync() when the target logger is not IAsyncDisposable (@​nblumhardt)

4.0.1

  • #​2090 — when capturing structured values, reuse HashSet instances, reduce LINQ usage, avoid reallocating string[] to improve performance and cut GC pressure (@​nblumhardt)
  • #​2089 - allow capturing of non-anonymous structured values when trimming (@​nblumhardt)
  • #​2083 - use Major.Minor.0.0 assembly versioning (@​nblumhardt)

Commits viewable in compare view.

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

  • #​2149 - LogEvent.AddPropertyIfAbsent(ILogEventPropertyFactory, ...) overload that helps avoid allocations (@​vanni-giachin)
  • #​2158 - use HTTPS in all README.md images and links (@​TimHess)
  • #​2163 - LogContext.Push() overloads accepting IEnumerable<ILogEventEnricher> and ReadOnlySpan<ILogEventEnricher> (@​SimonCropp)
  • #​2175, #​2178, #​2179 - fix AOT compatibility (@​agocke)

New Contributors

Full Changelog: serilog/serilog@v4.2.0...v4.3.0

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

Full 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

  • #​242 - optimizations (@​jods4)
  • #​247 - reduce allocations (@​nblumhardt)
  • #​244 - document {SourceContext} for MEL logger category (@​DavidHopkinsFbr)
  • #​246 - implement ISupportExternalScope in SerilogLoggerProvider (@​david-obee)
  • #​232 - support ValueTuple arguments to ILogger.BeginScope() (@​jimbojim1997)
  • #​249 - support for ITuple arguments to ILogger.BeginScope() (@​sungam3r)
  • #​252 - remove logger scope side-effects (@​pavel-faltynek)
  • #​255 - optimize/reduce allocations (@​epeshk)
  • #​260 - EventId property cache improvements/optimization (@​AndreReise)
  • #​262 - support IAsyncDisposable on .NET 6+ (@​agehrke)

Commits viewable in compare view.

Pinned Serilog.Sinks.Console at 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

  • #​165 - support for {UtcTimestamp} in output templates (@​ManuelRin)
  • #​172, #​173 - switch build to Serilog org standard (@​nblumhardt)

6.0.0

  • #​154 - support NO_COLOR environment variable (@​sungam3r)
  • #​157 - update to Serilog 4 (@​nblumhardt)

5.0.1

  • #​149 - update Serilog package dependency to 3.1.1 (@​nblumhardt)

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

  • #​165 - support for {UtcTimestamp} in output templates (@​ManuelRin)
  • #​172, #​173 - switch build to Serilog org standard (@​nblumhardt)

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

New Contributors

Full Changelog: serilog/serilog-sinks-file@v4.1.0...v7.0.0

6.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.

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

New Contributors

Full Changelog: serilog/serilog-sinks-file@v4.1.0...v7.0.0

Commits viewable in compare view.

@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Mar 19, 2026
@dependabot dependabot Bot force-pushed the dependabot/nuget/serilog-3352c875b0 branch 2 times, most recently from 9325ced to ab84f6c Compare March 23, 2026 12:13
@dependabot dependabot Bot changed the title Bump the serilog group with 4 updates Bump Serilog and 3 others Mar 30, 2026
@dependabot dependabot Bot force-pushed the dependabot/nuget/serilog-3352c875b0 branch from ab84f6c to 4911c2e Compare March 30, 2026 12:49
Bumps Serilog from 4.2.0 to 4.3.1
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

---
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.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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/nuget/serilog-3352c875b0 branch from 4911c2e to 80df683 Compare April 6, 2026 12:10
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 20, 2026

Superseded by #25.

@dependabot dependabot Bot closed this Apr 20, 2026
@dependabot dependabot Bot deleted the dependabot/nuget/serilog-3352c875b0 branch April 20, 2026 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants