[PR #8136] Bump Serilog.AspNetCore from 4.1.0 to 6.0.0 #11629

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

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

State: closed
Merged: No


Bumps Serilog.AspNetCore from 4.1.0 to 6.0.0.

Release notes

Sourced from Serilog.AspNetCore's releases.

v6.0.0

  • #290 - update README snippet for Azure Diagnostics Log Stream configuration (@​Ky7m)
  • #271 - update to Serilog.Extensions.Hosting 5.x and use exception details from diagnostic context when present (@​angularsen)

v5.0.0

  • #280 - fix package downgrade warning on publish by updating Serilog.Settings.Configuration dependency (@​joaope)
  • #265 - add RequestLoggingOptions.IncludeQueryInRequestPath option (@​jarronshih)
  • #247, #248 - README example updates (@​acohenOT)
  • #286 - default to not include request query in path; mark IWebHostBuilder extensions as obsolete on platforms with IHostBuilder; further dependency updates (@​nblumhardt)
Commits
  • 0985b3d Merge pull request #292 from serilog/dev
  • 91080df Version 5.0.0 of Serilog.Extensions.Hosting is now released
  • 532fd1b Bump major version; breaking changes in #271
  • c15ab6d Merge pull request #271 from angularsen/agl/diagnostic-exception
  • b8081d8 Upgrade to Serilog.Extensions.Hosting 4.2.1-dev-00092
  • 33abd28 Log exception set in IDiagnosticContext
  • f1cdcd7 Merge pull request #290 from Ky7m/patch-1
  • e810384 Update code snippet for Azure Diagnostics Log Stream configuration
  • f1e6499 Dev version bump [skip ci]
  • d0b616b Merge pull request #287 from serilog/dev
  • 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/8136 **State:** closed **Merged:** No --- Bumps [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore) from 4.1.0 to 6.0.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>v6.0.0</h2> <ul> <li><a href="https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/290">#290</a> - update README snippet for Azure Diagnostics Log Stream configuration (<a href="https://github.com/Ky7m"><code>@​Ky7m</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/271">#271</a> - update to <em>Serilog.Extensions.Hosting</em> 5.x and use exception details from diagnostic context when present (<a href="https://github.com/angularsen"><code>@​angularsen</code></a>)</li> </ul> <h2>v5.0.0</h2> <ul> <li><a href="https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/280">#280</a> - fix package downgrade warning on publish by updating Serilog.Settings.Configuration dependency (<a href="https://github.com/joaope"><code>@​joaope</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/265">#265</a> - add <code>RequestLoggingOptions.IncludeQueryInRequestPath</code> option (<a href="https://github.com/jarronshih"><code>@​jarronshih</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/247">#247</a>, <a href="https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/248">#248</a> - README example updates (<a href="https://github.com/acohenOT"><code>@​acohenOT</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/286">#286</a> - default to not include request query in path; mark <code>IWebHostBuilder</code> extensions as obsolete on platforms with <code>IHostBuilder</code>; further dependency updates (<a href="https://github.com/nblumhardt"><code>@​nblumhardt</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serilog/serilog-aspnetcore/commit/0985b3decf102f10d062980eb83e560ab971dc26"><code>0985b3d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/292">#292</a> from serilog/dev</li> <li><a href="https://github.com/serilog/serilog-aspnetcore/commit/91080dff4046f2d77f96653cf6d13953b3f1ae72"><code>91080df</code></a> Version 5.0.0 of Serilog.Extensions.Hosting is now released</li> <li><a href="https://github.com/serilog/serilog-aspnetcore/commit/532fd1b5d18805832b7ef69ed99b3ef5ed438ca9"><code>532fd1b</code></a> Bump major version; breaking changes in <a href="https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/271">#271</a></li> <li><a href="https://github.com/serilog/serilog-aspnetcore/commit/c15ab6d7a4e3100ae54f92352a4f69910cda8730"><code>c15ab6d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/271">#271</a> from angularsen/agl/diagnostic-exception</li> <li><a href="https://github.com/serilog/serilog-aspnetcore/commit/b8081d81baabf850d673af391a85682956ba240c"><code>b8081d8</code></a> Upgrade to Serilog.Extensions.Hosting 4.2.1-dev-00092</li> <li><a href="https://github.com/serilog/serilog-aspnetcore/commit/33abd28efab290170f646ca645050a6302924f6f"><code>33abd28</code></a> Log exception set in IDiagnosticContext</li> <li><a href="https://github.com/serilog/serilog-aspnetcore/commit/f1cdcd757d07425407580d81b0975cd10675d809"><code>f1cdcd7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/290">#290</a> from Ky7m/patch-1</li> <li><a href="https://github.com/serilog/serilog-aspnetcore/commit/e810384e3f21a8559288340c088306e1dfb22a82"><code>e810384</code></a> Update code snippet for Azure Diagnostics Log Stream configuration</li> <li><a href="https://github.com/serilog/serilog-aspnetcore/commit/f1e6499ba0896fccaa80d533e493f07d63e7d115"><code>f1e6499</code></a> Dev version bump [skip ci]</li> <li><a href="https://github.com/serilog/serilog-aspnetcore/commit/d0b616b3bc0c0372b52b317340d5ca846fe56cbb"><code>d0b616b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/287">#287</a> from serilog/dev</li> <li>Additional commits viewable in <a href="https://github.com/serilog/serilog-aspnetcore/compare/v4.1.0...v6.0.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=4.1.0&new-version=6.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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:41:48 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11629