[PR #7345] [CLOSED] Bump Serilog.AspNetCore from 4.1.0 to 5.0.0 #11356

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/7345
Author: @dependabot[bot]
Created: 2/21/2022
Status: Closed

Base: masterHead: dependabot/nuget/Serilog.AspNetCore-5.0.0


📝 Commits (1)

  • f686e64 Bump Serilog.AspNetCore from 4.1.0 to 5.0.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Jellyfin.Server/Jellyfin.Server.csproj (+1 -1)

📄 Description

Bumps Serilog.AspNetCore from 4.1.0 to 5.0.0.

Release notes

Sourced from Serilog.AspNetCore's releases.

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
  • d0b616b Merge pull request #287 from serilog/dev
  • d9e072e Delete and ignore sample log output
  • c3456f7 More dependency updates
  • c54e5ac We're bumping the major version; mark IWebHostBuilder extension methods as ob...
  • 8ec6d5c Follow-up from #265 - don't include query in logged request path by default; ...
  • 83043f2 Include @​augustoprioete's usage help link from serilog/serilog [skip ci]
  • bad1c2f Switching to contact links [skip ci]
  • 297b6a6 Bump Serilog.Settings.Configuration to latest version (3.3.0)
  • 706c196 Update publishing key
  • 8e91c9a Use IHttpRequestFeature.Path in RequestLoggingMiddleware to log RequestPath (...
  • 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/7345 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/21/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/nuget/Serilog.AspNetCore-5.0.0` --- ### 📝 Commits (1) - [`f686e64`](https://github.com/jellyfin/jellyfin/commit/f686e642155f079dae61844d8121c270fda6ae4b) Bump Serilog.AspNetCore from 4.1.0 to 5.0.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server/Jellyfin.Server.csproj` (+1 -1) </details> ### 📄 Description Bumps [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore) from 4.1.0 to 5.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>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/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><a href="https://github.com/serilog/serilog-aspnetcore/commit/d9e072eb0a490ef4c8492c2d53c835131d4fc0b3"><code>d9e072e</code></a> Delete and ignore sample log output</li> <li><a href="https://github.com/serilog/serilog-aspnetcore/commit/c3456f7413d6f66581b918222de88797171e3703"><code>c3456f7</code></a> More dependency updates</li> <li><a href="https://github.com/serilog/serilog-aspnetcore/commit/c54e5acb2e3ad9c9c696b978901b17f067b704a9"><code>c54e5ac</code></a> We're bumping the major version; mark IWebHostBuilder extension methods as ob...</li> <li><a href="https://github.com/serilog/serilog-aspnetcore/commit/8ec6d5c022f413771b0408ac8e9a40d02fea3e4e"><code>8ec6d5c</code></a> Follow-up from <a href="https://github-redirect.dependabot.com/serilog/serilog-aspnetcore/issues/265">#265</a> - don't include query in logged request path by default; ...</li> <li><a href="https://github.com/serilog/serilog-aspnetcore/commit/83043f293249ffa7429d777ad15baee7e4466df3"><code>83043f2</code></a> Include <a href="https://github.com/augustoprioete"><code>@​augustoprioete</code></a>'s usage help link from serilog/serilog [skip ci]</li> <li><a href="https://github.com/serilog/serilog-aspnetcore/commit/bad1c2fd5b3c27d0749565545e6fc3551f7681ff"><code>bad1c2f</code></a> Switching to contact links [skip ci]</li> <li><a href="https://github.com/serilog/serilog-aspnetcore/commit/297b6a6bc072214e71089df58dcc301f19ab9d03"><code>297b6a6</code></a> Bump Serilog.Settings.Configuration to latest version (3.3.0)</li> <li><a href="https://github.com/serilog/serilog-aspnetcore/commit/706c196b599bfb497ca15bbde7009f25d61ad21f"><code>706c196</code></a> Update publishing key</li> <li><a href="https://github.com/serilog/serilog-aspnetcore/commit/8e91c9a1d11204fa3a56bd3c375f2ad8f7bc629d"><code>8e91c9a</code></a> Use IHttpRequestFeature.Path in RequestLoggingMiddleware to log RequestPath (...</li> <li>Additional commits viewable in <a href="https://github.com/serilog/serilog-aspnetcore/compare/v4.1.0...v5.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=5.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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:37:00 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11356