[PR #3804] Bump Serilog.AspNetCore from 3.2.0 to 3.4.0 #9697

Closed
opened 2026-02-07 06:06:55 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/3804

State: closed
Merged: Yes


Bumps Serilog.AspNetCore from 3.2.0 to 3.4.0.

Release notes

Sourced from Serilog.AspNetCore's releases.

v3.4.0

Commits
  • 16be480 Merge pull request #202 from serilog/dev
  • d05c38c Work around 500 error when attempting to publish symbols
  • 1af66c2 Drop the -dev suffix from the Serilog.Extensions.Hosting dependency
  • 1b8b9f5 Merge pull request #197 from skomis-mm/configureOptions
  • 63e73f6 configure RequestLoggingOptions
  • a658f0b Update NuGet.org publishing key; don't skip symbol publishing
  • 03fcaa8 Merge pull request #195 from michaelvolz/patch-1
  • 84d8aa4 Output formatting fix
  • 58e8431 Merge pull request #183 from serilog/provide-ilogger
  • 7da9569 Merge pull request #193 from serilog/supply-service-provider
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/3804 **State:** closed **Merged:** Yes --- Bumps [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore) from 3.2.0 to 3.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serilog/serilog-aspnetcore/releases">Serilog.AspNetCore's releases</a>.</em></p> <blockquote> <h2>v3.4.0</h2> <ul> <li><a href="https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/167">#167</a> - README updates (<a href="https://github.com/phlashdev">@phlashdev</a>)</li> <li><a href="https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/172">#172</a>, <a href="https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/176">#176</a> - SDK update (<a href="https://github.com/tebeco">@tebeco</a>, <a href="https://github.com/ralphhendriks">@ralphhendriks</a>)</li> <li><a href="https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/165">#165</a> - targeting updates to improve .NET Core 3.1 support (<a href="https://github.com/tebeco">@tebeco</a>)</li> <li><a href="https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/183">#183</a> - accept <code>ILogger</code> through <code>RequestLoggingOptions</code> (<a href="https://github.com/nblumhardt">@nblumhardt</a>)</li> <li><a href="https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/191">#191</a> - improve compatibility with <code>WebApplicationFactory</code> (<a href="https://github.com/rsantosdev">@rsantosdev</a>)</li> <li><a href="https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/193">#193</a> - show consumption of services from <code>IServiceProvider</code> within <code>UseSerilog()</code> callback (<a href="https://github.com/nblumhardt">@nblumhardt</a>)</li> <li><a href="https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/195">#195</a> - fix README configuration example (<a href="https://github.com/michaelvolz">@michaelvolz</a>)</li> <li><a href="https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/197">#197</a> - allow <code>RequestLoggingOptions</code> configuration outside of <code>Configure(IApplicationBuilder)</code> (<a href="https://github.com/skomis-mm">@skomis-mm</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serilog/serilog-aspnetcore/commit/16be480034c15ee34319da6cb978610a06930cf4"><code>16be480</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/202">#202</a> from serilog/dev</li> <li><a href="https://github.com/serilog/serilog-aspnetcore/commit/d05c38c26d3441921bbd51fd8b8cef6bb1f87fc2"><code>d05c38c</code></a> Work around 500 error when attempting to publish symbols</li> <li><a href="https://github.com/serilog/serilog-aspnetcore/commit/1af66c29b639503d4d9010065c0bff28ca6d78d5"><code>1af66c2</code></a> Drop the -dev suffix from the Serilog.Extensions.Hosting dependency</li> <li><a href="https://github.com/serilog/serilog-aspnetcore/commit/1b8b9f53c12f61aeeda075864f99a5f64d3f5318"><code>1b8b9f5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/197">#197</a> from skomis-mm/configureOptions</li> <li><a href="https://github.com/serilog/serilog-aspnetcore/commit/63e73f61dd9ce81452a6f5f21fc678cb9027a6cc"><code>63e73f6</code></a> configure RequestLoggingOptions</li> <li><a href="https://github.com/serilog/serilog-aspnetcore/commit/a658f0b4e245a056efdd06b64f93877e8484eadd"><code>a658f0b</code></a> Update NuGet.org publishing key; don't skip symbol publishing</li> <li><a href="https://github.com/serilog/serilog-aspnetcore/commit/03fcaa8062473d6f26b758055ad20c87981c9d78"><code>03fcaa8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/195">#195</a> from michaelvolz/patch-1</li> <li><a href="https://github.com/serilog/serilog-aspnetcore/commit/84d8aa437bec509f8241c95aebc838d3acc474bb"><code>84d8aa4</code></a> Output formatting fix</li> <li><a href="https://github.com/serilog/serilog-aspnetcore/commit/58e843110caf6188eeb2f7202e9548af69be9dcc"><code>58e8431</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/183">#183</a> from serilog/provide-ilogger</li> <li><a href="https://github.com/serilog/serilog-aspnetcore/commit/7da95690c947aa520c430e99d714ae82a998c371"><code>7da9569</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/193">#193</a> from serilog/supply-service-provider</li> <li>Additional commits viewable in <a href="https://github.com/serilog/serilog-aspnetcore/compare/v3.2.0...v3.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Serilog.AspNetCore&package-manager=nuget&previous-version=3.2.0&new-version=3.4.0)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
OVERLORD added the pull-request label 2026-02-07 06:06:55 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9697